home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff220.lzh / DNet / doc / putfiles.doc < prev   
Text File  |  1989-06-04  |  892b  |  24 lines

  1. UNIX/PUTFILES
  2. AMIGA/PUTFILES
  3.  
  4.     PUTFILES [-dDESTDIR] file/dir file/dir file/dir ..
  5.  
  6.     File transfer client.  Transfer the specified files and or directories
  7.     to the destination directory on the remote machine.  For instance:
  8.  
  9.     unix:  putfiles -dram: charlie.txt /usr/include
  10.  
  11.     *places the file charlie.txt as ram:charlie.txt, and places the 
  12.      directory structure /usr/include as ram:include/(whatever).
  13.  
  14.     The default destination directory depends on the remote host.  If the
  15.     destination is an Amiga, the default is DF0: (so you probably always
  16.     want to specify a -d switch).  On the UNIX end, the default is whatever
  17.     is set in the file dnet.servers
  18.  
  19.     Currently, no file compression is done.  I also hope to add 
  20.     semi-automatic crash recovery (continue download where you left off
  21.     after a crash), though it should be noted that it is very difficult
  22.     to crash DNET with random modem noise.
  23.  
  24.