Using ftp to transfer files


Ftp is a protocol for transfering files between systems. It is system-independant, meaning you can use it on any system.

We encourage the use of xftp (which has a graphic interface), or the most common one: ftp.

It is most easily used on this system with the command ncftp. Just follow the steps outlined below.

  1. Start ncftp

  2. Just type:
    >>ncftp
     
     
  3. Make Connection
  4. Listing files

  5. To list all the files, under the prompt, type:
    ncftp>> dir *
     
  6. Retrieving files

  7. ncftp>> bin

    To get a file called filename, type:
    ncftp>> get filename

    To get multiple files --- file1.ps, file2.c, file3.CC, then type:
    ncftp>> mget file*.*
     

  8. Sending files

  9. ncftp>> bin

    To send a file called filename, type:
    ncftp>> put filename

    To send multiple files --- file1.ps, file2.c, file3.CC, then type:
    ncftp>> mput file*.*


Department of Electrical and Computer Engineering
University of Illinois at Chicago
©Copyright Feb. 2002