home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / ncsatlnt / tel23doc.zip / APPENDIX.D < prev    next >
Text File  |  1991-07-01  |  5KB  |  177 lines

  1. D.2    NCSA Telnet
  2.  
  3.  
  4. FTPBIN Command Reference    D.3
  5.  
  6.  
  7. National Center for Supercomputing Applications
  8.  
  9.  
  10. June 1991
  11.  
  12.                                                               
  13.  
  14.  
  15. June 1991
  16.  
  17.  
  18.  
  19.  
  20.  
  21. Appendix D    FTPBIN Command Reference
  22.  
  23.  
  24.  
  25.     This appendix describes the FTPBIN commands that 
  26.     NCSA Telnet uses.
  27.  
  28. Command    Action
  29.  
  30. ?    prints  help information.
  31.  
  32. !    escapes to a MS-DOS shell.
  33.  
  34. account    allows entering of account data for hosts which 
  35.     require this information to log in.
  36.  
  37. ascii    sets the transfer type to ASCII--this command will 
  38.     do some translation, so do not use this mode to 
  39.     transfer files which are not ASCII text.
  40.  
  41. bget    gets (transfers from remote machine to local PC) a 
  42.     specified file in binary mode.
  43.  
  44. binary    sets the transfer type to binary--this mode will do 
  45.     no translation of end-of-line characters, etc., so do 
  46.     not use it to transfer ASCII text files.
  47.  
  48. bput    puts (transfers from local PC to remote host) a 
  49.     specified file in binary mode.
  50.  
  51. bye    closes any open session and quits FTPBIN.
  52.  
  53. close    closes any open session, but does not exit FTPBIN.
  54.  
  55. delete    deletes a file on the remote machine. Prompts for 
  56.     confirmation if prompting is on.
  57.  
  58. debug    sets the level of debugging (default 0). This 
  59.     is mainly for developmental purposes, and 
  60.     should not be necessary for normal use.
  61.  
  62. dir    gives a directory listing of the remote directory.
  63.  
  64. get    gets (transfers form remote host to local PC) a 
  65.     single specified file.
  66.  
  67. glob    toggles expansion of wildcard characters in local 
  68.     filenames.
  69.  
  70. hash    toggles hashing mode.  If hashing mode is on, 
  71.     every time a full buffer (usually 1024 bytes-1K 
  72.     bytes) is transferred, a "#" symbol will be printed.
  73. help    performs the same function as the "?" command.
  74.  
  75. interactive    puts FTPBIN into interactive mode--i.e. turns 
  76.     prompting on.
  77.  
  78. lls    gives a listing of the local directory.
  79.  
  80. ls     gives a listing of the remote directory (same as 
  81.     dir).
  82.  
  83. mdelete    sets multiple deletion of remote files.
  84.  
  85. mdir    lists of multiple remote directories (i.e. runs "ls" on 
  86.     more than one remote directory).
  87.  
  88. mget    gets (transfers from remote host to local PC) 
  89.     multiple files. For example, "mget*" will copy all 
  90.     files in the current remote directory to the current 
  91.     local directory.
  92.  
  93. mkdir    makes a directory on the remote host's drive.
  94.  
  95. mls    lists the contents of multiple remote directories.
  96.  
  97. mode    sets file transfer mode. Currently, only stream 
  98.     mode is supported, so this command does not 
  99.     function.
  100.  
  101. more    toggles (or expressly turns "on" or "off", if "on" 
  102.     or "off" is specified after the more command) the 
  103.     "more" paging of directories.  That is, if "more" is 
  104.     turned on, you will see listed directories a page at a 
  105.     time, instead of all of the data being scrolled 
  106.     through without stopping.
  107.  
  108. mput    puts (transfers from local PC to remote host) 
  109.     multiple files. For example, "mput*" will transfer 
  110.     all files in the current local directory to the current 
  111.     remote directory.
  112.  
  113. noninteractive    puts FTPBIN into non-interactive mode--i.e. turns 
  114.     prompting off.
  115.  
  116. open    opens a connection to the specified host.
  117.  
  118. prompt    toggles the current prompting mode--if prompting 
  119.     is on, it is turned off, and if it is off, it is turned on. 
  120.     Prompting means that FTPBIN will prompt you 
  121.     or every file if you request a multiple file transfer, 
  122.     deletion, or directory.
  123.  
  124. put    puts (transfers from local PC to remote host) a 
  125.     single specified file.
  126.  
  127. pwd    displays the current directory on the remote 
  128.     machine.
  129. quit    closes any open session and quits FTPBIN. (same 
  130.     as the command "bye").
  131.  
  132. quote    sends an arbitrary FTP command.
  133.  
  134. recv    receives a file.
  135.  
  136. remotehelp    queries the remote host for help information.
  137.  
  138. rename    renames a file on the remote host.
  139.  
  140. rm    deletes a file on the remote host.
  141.  
  142. rmdir    deletes a directory on the remote host.
  143.  
  144. send     performs same functions as the "put" command--
  145.     transfers a file from the local PC to the remote 
  146.     host.
  147.  
  148. sendport    toggles the use of the FTP PORT command for 
  149.     each data connection/transfer.
  150.  
  151. site    supports the SITE command for hosts that require 
  152.     SITE information.
  153.  
  154. slashflip    toggles changing of "\" on outgoing commands.
  155.  
  156. status    displays the current status of FTPBIN--i.e. 
  157.     if connected (and to where), current transfer 
  158.     mode, debugging level, prompting mode, 
  159.     slashflipping, verbosity, more mode-basically, the 
  160.     status of anything that can be changed in an 
  161.     FTPBIN session.
  162.  
  163. struct    sets the file transfer structure. Currently only file 
  164.     structure is supported.
  165.  
  166. type    sets transfer type.  See "binary" and "ascii" 
  167.     commands.
  168.  
  169. user    prompts for user information (i.e. login ID and 
  170.     password)-this command is useful if your first 
  171.     login attempt fails. Type user and retype your 
  172.     login information.
  173.  
  174. verbose    toggles verbose mode (i.e. sets the amount of 
  175.     information you will receive on your display).
  176.  
  177.