[ ComputerGamenia ] in KIDS 글 쓴 이(By): maverix (옥토끼) 날 짜 (Date): 1994년08월29일(월) 19시17분47초 KDT 제 목(Title): FTP : usage..... I tried to write in a Korean, but due to my host com. I could not use Korean(Something wrong with VAX/VMS to UNIX). Anyway, to FTP on UNIX system.... First, program must be put on the system(your unix host-if you are using a PC) by uploading through a phone line using a modem. To do this , uses a command 'rz'(man rz to learn more about the rz software protocol on your system) on your host computer and select file of your choic(one you wish to upload into the system) with Z-modem protocol on your PC(Your computer must be equipped with and you must be using a software terminal emulator.....such as iyagi). If you see the file being upload then you are good to go. Second, if you have your program uploaded into your host computer(any kind of uploading will be in a binary file transfer unless you use a text file transfer protocol on your terminal emulator for PC), then use command 'ftp' to use the file transfer protocol between your host computer and remote host computer. As soon as you type 'ftp' then your prompt should change to 'FTP>'. a) connect to remote host computer by using either connect or open.... ex) open kids.kotel.co.kr or connect kids.kotel.co.kr b) upon your connection, you are asked to login with a password..... since kids has a anonymous ftp account...all you have to type is 'ftp' for a user name and 'your e-mail address for a password'. WARNING) login and a password should be asked automatically after connection is established... but some order version of the ftp does not support this and you will only get a connection establishment notice. In this case you must manually login by typing 'user' and after is pretty much same as automatic login procedure.... c) after entry to a remote host computer's anonymous ftp server is granted then you should type bell(this will enable a bell after each transfer packet), hash(This will enable a '#" mark to apper on a screen while the file is being transferred-# represent 1024 byte) and binary or image(this will toggle a binary file transfermode). d) use command 'cd' to navagate into directory of your choice(directory you want to put your program) e) use command 'put' to transfer your files from your host computer to remote host computer. ex) put <your file> or mput * for multiple file in a directory... Have fun ftping......whoever your are.......... PS :If you are looking for a more precise information on how to use ftp then read kids's bbs. Select Internet(I think), and I don't remember the posting number but I think the title of the posting was 'FTP manule'...... |