home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / sdf / faq / BASICS / 07 < prev    next >
Text File  |  2006-11-26  |  2KB  |  49 lines

  1. [07] WHY CAN'T I USE FTP TO TRANSFER MY FILES?
  2.  
  3.   Inbound FTP connections (via FTP, scp or sftp) are available to 
  4.   validated members and above.  For more information about validation
  5.   please type 'validate' at the shell.
  6.  
  7.   A slower, but still acceptable method of sending/receiving files
  8.   from SDF can be found with the XYZMODEM tools.  Infact, SDF used
  9.   XYZMODEM for file transfers before we installed FTP.  If you don't
  10.   know about XYZMODEM, these are a protocol set for transfering files
  11.   over a dialup modem connection.  Some TELNET programs such as 
  12.   TERATERM support these protocols.
  13.  
  14.   Examples
  15.   --------
  16.  
  17.   Uploading a file to SDF:
  18.  
  19.   1. Tell SDF you want to send a file:
  20.  
  21.   $ rz  (or 'upload')
  22.  
  23.   2. Start the file transfer from your TERMINAL.
  24.  
  25.   Downloading a file from SDF:
  26.  
  27.   1. Tell SDF which files you want to download:
  28.  
  29.   $ sz filename
  30.  
  31.   Usually (with ZMODEM) your TERMINAL will automatically respond by 
  32.   initiating a file transfer session.
  33.  
  34.   We recommend using ZMODEM as it seems to be the fastest and most
  35.   reliable method.  You can use "sb/rb - YMODEM or sx/rb - XMODEM"
  36.   if ZMODEM doesn't seem to work for you.
  37.  
  38.   Finally, you can also use the C port of Columbia's KERMIT protocol.
  39.   This program was original developed to transfer files between the
  40.   DECSystem-10 and the IBM PCs that students and faculty were using 
  41.   as terminals.
  42.  
  43.   C KERMIT actually has a C implementation of CMND-JSYS, the command
  44.   parser which implementions command completion and recognition that
  45.   made TOPS-10 and TOPS-20 so popular.  Also, there is support for
  46.   ZMODEM/XMODEM/YMODEM in KERMIT.  Use 'set proto zmodem' to turn it
  47.   on.
  48.   
  49.