home *** CD-ROM | disk | FTP | other *** search
/ A Beginner's Guide to the Internet / INTERNET.ISO / text / guides / help / ftp.hlb < prev    next >
Encoding:
Text File  |  1996-05-06  |  2.2 KB  |  46 lines

  1. Retreiving files with the File Transfer Protocol
  2.  
  3.     More than half of the bytes that traverse the internet do so
  4. through FTP.  FTP is roughly analogous to the files section on a BBS.
  5. In FTP, however, all the files are not in one place.  They're on
  6. thousands of computers world-wide.  Perhaps you've heard about a
  7. particular FTP site in a newsgroup, or from a friend, or perhaps you
  8. used the archie tool to look for a specific file, and were given a
  9. list of ftp sites where you could find it.
  10.  
  11.     When you select ftp, enter the site name (example:
  12. "wuarchive.wustl.edu", which is one of the biggest sites in the world).
  13. You'll then be on the remote system as an FTP user.  FTP sites work
  14. on the principle of a directory structure, much like a DOS drive.
  15. Files are typically kept in the "pub" directory, and subdirectories
  16. thereof.  
  17.  
  18. Common ftp commands:
  19.  
  20. ls    - List files in the current directory
  21. cd    - Change directory (eg: cd pub)
  22. mget  - get multiple files (eg: mget foo1.zip foo2.zip foo3.zip)
  23. page  - look at a file, one screen at a time (eg: page README).
  24. bye   - close the ftp connection.
  25.  
  26.     Files that you transfer are placed in your home directory here
  27. on the Exec-PC Internet Gateway.  You can then download them with the
  28. File Transfers option on the main menu.  Don't forget to remove them
  29. from your directory afterwards, as you have only 2 megabytes of space.
  30.  
  31.     Other things to remember are that filenames are case sensitive
  32. (this applies to just about everything on the Internet and in Unix).
  33. Also, if you restrict your ftp access to off hours, you're much more
  34. likely to connect to otherwise busy sites, and transfers will be an
  35. order of magnitude faster.
  36.  
  37.     The FTP software here normally logs you into the remote system
  38. as an anonymous user automatically.  However, you may need to do this
  39. yourself at some point.  Note: if you run FTP from the command line,
  40. you can use "ncftp", which logs you in automatically.  The normal
  41. "ftp" program doesn't log you in automatically.  To log in
  42. anonymously, at the login prompt enter either "ftp" or "anonymous",
  43. then at the password, you can enter your login name with a '@'
  44. appended to the end, which will send your full Internet address to the
  45. remote system (which most ftp sites require).
  46.