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 next >
Text File  |  2006-11-26  |  3KB  |  65 lines

  1. [07] WHY CAN'T I USE FTP TO TRANSFER MY FILES?
  2.  
  3.   FTP (File Transfer Protocol) is a simple and easy way to transfer
  4.   (upload/download) many different file types via the ARPANET.  On
  5.   CHAOSNET, NFILE is superior to both FTP and NFS for sharing files.
  6.  
  7.   Shortly, the reason why only ARPA members can use FTP to transfer
  8.   files to and from SDF is due to the following two incidents:
  9.  
  10.   In June of 2000 I was contacted by the FBI office in Boston.  A
  11.   person from Romania was systematically shuting down various machines
  12.   on the East Coast of the US by first logging into them using 
  13.   compromised (stolen) login accounts through various networks (to
  14.   convolude his true origin).  He would then open an FTP connection to
  15.   SDF and transfer the 'rootkit' distribution to that victim system
  16.   and proceed to gain administrator access to destroy that system.
  17.  
  18.   Its very unfortunate that a system like SDF based on public trust
  19.   is forced to only allow FTP transfers for 'trusted' (ARPA) members.
  20.   The said user above never even used SDF for anything other than 
  21.   his illegal and malicious activities on those private systems.
  22.  
  23.   A slower, but still acceptable method of sending/receiving files
  24.   from SDF can be found with the XYZMODEM tools.  Infact, SDF used
  25.   XYZMODEM for file transfers before we installed FTP.  If you don't
  26.   know about XYZMODEM, these are a protocol set for transfering files
  27.   over a dialup modem connection.  Some TELNET programs such as 
  28.   TERATERM support these protocols.
  29.  
  30.   Examples
  31.   --------
  32.  
  33.   Uploading a file to SDF:
  34.  
  35.   1. Tell SDF you want to send a file:
  36.  
  37.   $ rz  (or 'upload')
  38.  
  39.   2. Start the file transfer from your TERMINAL.
  40.  
  41.   Downloading a file from SDF:
  42.  
  43.   1. Tell SDF which files you want to download:
  44.  
  45.   $ sz filename
  46.  
  47.   Usually (with ZMODEM) your TERMINAL will automatically respond by 
  48.   initiating a file transfer session.
  49.  
  50.   We recommend using ZMODEM as it seems to be the fastest and most
  51.   reliable method.  You can use "sb/rb - YMODEM or sx/rb - XMODEM"
  52.   if ZMODEM doesn't seem to work for you.
  53.  
  54.   Finally, you can also use the C port of Columbia's KERMIT protocol.
  55.   This program was original developed to transfer files between the
  56.   DECSystem-10 and the IBM PCs that students and faculty were using 
  57.   as terminals.
  58.  
  59.   C KERMIT actually has a C implementation of CMND-JSYS, the command
  60.   parser which implementions command completion and recognition that
  61.   made TOPS-10 and TOPS-20 so popular.  Also, there is support for
  62.   ZMODEM/XMODEM/YMODEM in KERMIT.  Use 'set proto zmodem' to turn it
  63.   on.
  64.   
  65.