home *** CD-ROM | disk | FTP | other *** search
/ AMOS PD CD / amospdcd.iso / dnet / putfiles.doc < prev    next >
Text File  |  1994-02-11  |  1KB  |  27 lines

  1. UNIX/PUTFILES
  2. AMIGA/PUTFILES
  3.  
  4.     PUTFILES [-Nnet#] [-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 -N option selects the network number (see -N option for DNET).
  15.     The default is 0 (AMIGA ONLY).
  16.  
  17.     The default destination directory depends on the remote host.  If the
  18.     destination is an Amiga, the default is DF0: (so you probably always
  19.     want to specify a -d switch).  On the UNIX end, the default is whatever
  20.     is set in the file dnet.servers
  21.  
  22.     Currently, no file compression is done.  I also hope to add
  23.     semi-automatic crash recovery (continue download where you left off
  24.     after a crash), though it should be noted that it is very difficult
  25.     to crash DNET with random modem noise.
  26.  
  27.