home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / KA9QHELP.ZIP / FTP.HLP < prev    next >
Text File  |  1993-04-21  |  12KB  |  383 lines

  1. {help}
  2.  
  3. The following commands are available in FTP mode:
  4.  
  5. ascii, batch, binary, cd, dir, list, get, hash, help, ls, mget, mkdir
  6. mput, nlst, quit, rmdir, put, type, verbose, view, pager.
  7.  
  8. To get more help on any of these commands type 'help <command>'
  9. {ascii}
  10. ASCII
  11.  
  12. USAGE
  13.     ASCII
  14.  
  15. DESCRIPTION
  16.     This command selects ASCII file transfer mode - it is equivalent to
  17.     typing 'TYPE ASCII'.
  18.  
  19. EXAMPLES
  20.     ASCII       (Select Ascii file transfer format)
  21.  
  22. {batch}
  23. BATCH
  24.  
  25. USAGE
  26.     BATCH [ON|OFF]
  27.  
  28. DESCRIPTION
  29.     This command will set or display the command batching flag.
  30.  
  31. EXAMPLES
  32.     BATCH ON    (Sets the batching flag)
  33.     BATCH       (Displays the batching flag)
  34.  
  35. {binary}
  36. BINARY
  37.  
  38. USAGE
  39.     BINARY
  40.  
  41. DESCRIPTION
  42.     This command selects BINARY file transfer mode - it is equivalent to
  43.     typing 'TYPE BINARY', or 'TYPE IMAGE'
  44.  
  45. EXAMPLES
  46.     BINARY      (Select Binary file transfer format)
  47.  
  48. {cd}
  49. CD
  50.  
  51. USAGE
  52.     CD <pathname>
  53.  
  54. DESCRIPTION
  55.     This command changes the current directory on the FTP server.
  56.     Use UNIX type path descriptions, eg pub/msdos, rather than MSDOS
  57.     path descriptions, eg pub\msdos. Also note that CD is normally
  58.     case sensitive, unlike MSDOS which is case insensitive - ie MSDos
  59.     is NOT the same as msdos.
  60.  
  61. EXAMPLES
  62.     CD pub     (Change to the pub subdirectory of the current directory)
  63.     CD ..      (Move one level out of the directory tree)
  64.     CD pub/gif (Change to the gif subdirectory of the pub directory).
  65.  
  66. {dir}
  67. DIR
  68.  
  69. USAGE
  70.     DIR  [<pathname> [<localfile>]]
  71.  
  72. DESCRIPTION
  73.     DIR will display the directory listing of a specified path. You can
  74.     also specify a filename mask to search for. If you don't specify a
  75.     path, the current directory will be displayed. If you don't specify
  76.     a filename mask, '*' will be used. Note, paths and filenames are
  77.     often case sensitive.
  78.  
  79.     If you specify a second parameter, DIR will save the directory listing
  80.     in a file on your local disk.
  81.  
  82.     DIR is synonymous with LIST.
  83.  
  84. EXAMPLES
  85.     DIR         (display all the files in the current directory)
  86.     DIR *.zip   (display all the files in the current directory which
  87.                  end with '.zip')
  88.     DIR pub     (display all the files in the pub subdirectory of the
  89.                  current directory)
  90.     DIR * dirlist  (store a directory listing of all the files in the
  91.                     current directory in a file 'dirlist' on your
  92.                     local disk)
  93. {list}
  94. LIST
  95.  
  96. USAGE
  97.     LIST  [<pathname> [<localfile>]]
  98.  
  99. DESCRIPTION
  100.     LIST will display the directory listing of a specified path. You can
  101.     also specify a filename mask to search for. If you don't specify a
  102.     path, the current directory will be displayed. If you don't specify
  103.     a filename mask, '*' will be used. Note, paths and filenames are
  104.     often case sensitive.
  105.  
  106.     If you specify a second parameter, LIST will save the directory listing
  107.     in a file on your local disk.
  108.  
  109.     LIST is synonymous with DIR.
  110.  
  111. EXAMPLES
  112.     LIST         (display all the files in the current directory)
  113.     LIST *.zip   (display all the files in the current directory which
  114.                   end with '.zip')
  115.     LIST pub     (display all the files in the pub subdirectory of the
  116.                   current directory)
  117.     LIST * dirlist  (store a directory listing of all the files in the
  118.                      current directory in a file 'dirlist' on your
  119.                     local disk)
  120. {get}
  121. GET
  122.  
  123. USAGE
  124.     GET <remote file> [<local file>]
  125.  
  126. DESCRIPTION
  127.     Get retrieves a file from the remote system, and stores it on your
  128.     disk. If the 'local file' parameter isn't given then the file will
  129.     be stored using the remote filename. Otherwise the file will
  130.     be stored using the specified local filename.
  131.  
  132.     Path specifications can be given in either of the remote or local
  133.     file names, but should match either the remote or local file name
  134.     requirements (eg '/' and case sensitivity).
  135.  
  136. EXAMPLES
  137.     GET readme     (retrieve the file 'readme' from the current directory
  138.                     on the remote system, and save it to 'readme' in the
  139.                     current directory on the local system).
  140.     GET pub/index ftpdir/index1  (retrieve the index file from the 'pub'
  141.                     subdirectory on the remote system, and store it as
  142.                     'index1' in the 'ftpdir' subdirectory on the local
  143.                     system).
  144. {hash}
  145. HASH
  146.  
  147. USAGE
  148.     HASH
  149.  
  150. DESCRIPTION
  151.     HASH is a synonym for 'VERBOSE 3'. This will display all memesages
  152.     resulting from communication between the local and remote systems,
  153.     and will display a hash mark ('#') for every 1000 bytes which are
  154.     sent or received
  155.  
  156. USAGE
  157.     HASH
  158.  
  159. {ls}
  160. LS
  161.  
  162. USAGE
  163.     LS  [<pathname> [<localfile>]]
  164.  
  165. DESCRIPTION
  166.     LS will display the directory listing of a specified path. You can
  167.     also specify a filename mask to search for. If you don't specify a
  168.     path, the current directory will be displayed. If you don't specify
  169.     a filename mask, '*' will be used. Note, paths and filenames are
  170.     often case sensitive.
  171.  
  172.     If you specify a second parameter, LS will save the directory listing
  173.     in a file on your local disk.
  174.  
  175.     LS is similar to DIR, but it only displays the file names, without
  176.     all the supplementary data.
  177.  
  178.     LS is synonymous with NLST.
  179.  
  180. EXAMPLES
  181.     LS         (display all the files in the current directory)
  182.     LS * dirlist  (store a directory listing of all the files in the
  183.                    current directory in a file 'dirlist' on your
  184.                    local disk)
  185.  
  186. {mget}
  187. MGET
  188.  
  189. USAGE
  190.     MGET <file1> [<file> ....]
  191.  
  192. DESCRIPTION
  193.     MGET will get a collection of files from the remote system. File names
  194.     may include wildcards which will be expanded into a list of files by
  195.     the remote server.
  196.  
  197.     Files will be stored on the local system using the same names that
  198.     they had on the server.
  199.  
  200. EXAMPLES
  201.     MGET readme index   (Get the 'readme' and 'index' files from the
  202.                          remote system, storing them as 'readme' and
  203.                          'index' on the local system)
  204.     MGET *          (Get all files from the current directory on the
  205.                      remote system, storing them on the local system
  206.                      using the same names)
  207. {mkdir}
  208. MKDIR
  209.  
  210. USAGE
  211.     MKDIR <remote directory>
  212.  
  213. DESCRIPTION
  214.     MKDIR will create a new directory on the remote system. You need
  215.     write access to the remote system to be able to do this.
  216.  
  217. EXAMPLES
  218.     MKDIR mydir     (create a new subdirectory called 'mydir' on the
  219.                      remote system).
  220.  
  221. {mput}
  222. MPUT
  223.  
  224. USAGE
  225.     MPUT <file1> [<file> ....]
  226.  
  227. DESCRIPTION
  228.     MPUT will send a collection of files to the remote system. File names
  229.     may include wildcards which will be expanded into a list of files by
  230.     the local system.
  231.  
  232.     Files will be stored on the remote system using the same names that
  233.     they had locally.
  234.  
  235. EXAMPLES
  236.     MPUT readme index   (Send the 'readme' and 'index' files to the
  237.                          remote system, storing them as 'readme' and
  238.                          'index' on the remote system)
  239.     MPUT *          (Get all files from the current directory on the
  240.                      local system, storing them on the remote server
  241.                      using the same names)
  242. {nlst}
  243. NLST
  244.  
  245. USAGE
  246.     NLST  [<pathname> [<localfile>]]
  247.  
  248. DESCRIPTION
  249.     NLST will display the directory listing of a specified path. You can
  250.     also specify a filename mask to search for. If you don't specify a
  251.     path, the current directory will be displayed. If you don't specify
  252.     a filename mask, '*' will be used. Note, paths and filenames are
  253.     often case sensitive.
  254.  
  255.     If you specify a second parameter, NLST will save the directory
  256.     listing in a file on your local disk.
  257.  
  258.     NLST is similar to DIR, but it only displays the file names, without
  259.     all the supplementary data.
  260.  
  261.     NLST is synonymous with LS.
  262.  
  263. EXAMPLES
  264.     NLST         (display all the files in the current directory)
  265.     NLST * dirlist  (store a directory listing of all the files in the
  266.                    current directory in a file 'dirlist' on your
  267.                    local disk)
  268. {quit}
  269. QUIT
  270.  
  271. USAGE
  272.     QUIT
  273.  
  274. DESCRIPTION
  275.     QUIT finishes the FTP server session.
  276.  
  277. EXAMPLES
  278.     QUIT
  279.  
  280. {rmdir}
  281. RMDIR
  282.  
  283. USAGE
  284.     RMDIR
  285.  
  286. DESCRIPTION
  287.     RMDIR will delete a directory on the remote server. To use this
  288.     command you need delete access to the remote system.
  289.  
  290. EXAMPLES
  291.     RMDIR mydir   (this will delete the 'mydir' directory from the
  292.                    remote system).
  293.  
  294. {put}
  295. PUT
  296.  
  297. USAGE
  298.     PUT <local file> [<remote file>]
  299.  
  300. DESCRIPTION
  301.     PUT will send a file from the local system to the remote server.
  302.  
  303.     If there are two parameters, the second parameter will specify the
  304.     name on the remote system, otherwise it will be given the name of
  305.     the first parameter.
  306.  
  307. EXAMPLES
  308.     PUT  newfile     (send the file 'newfile' to the remote system,
  309.                       storing it in the current directory with the name
  310.                       'newfile')
  311.     PUT newfile thisfile  (send the file 'newfile' to the remote system,
  312.                            storing it in the current directory with the
  313.                            name 'thisfile')
  314.  
  315. {type}
  316. TYPE
  317.  
  318. USAGE
  319.     TYPE [a | i | b | l <bytesize>]
  320.  
  321. DESCRIPTION
  322.     TYPE tells both the remote and local systems the type of file that
  323.     is to be transfered. The default is 'A' - 'ASCII' (or text file).
  324.     TYPEs 'b' and 'i' are synonymous and mean 'Binary' or 'Image'.
  325.     Image transfers should be used when transferring executable files,
  326.     or compressed files.
  327.  
  328.     TYPE 'l' is for 'logical byte size' when exchanging binary files with
  329.     remote servers that use a non-standard word size.
  330.  
  331. EXAMPLES
  332.     TYPE A     (all future transfers are to use ASCII mode)
  333.     TYPE       (display the current transfer mode)
  334.  
  335. {verbose}
  336. VERBOSE
  337.  
  338. USAGE
  339.     VERBOSE [0 | 1 | 2 | 3]
  340.  
  341. DESCRIPTION
  342.     Verbose sets or displays the level of message output during file
  343.     transfers as follows:
  344.  0 -Display error messages only,
  345.  1 -Display error messages, plus a one line summary after transfers
  346.  2 -Display error and summary messages plus progress messages generated
  347.     by the server. (This is the default),
  348.  3 -Display all messages - also display a '#' character for every 1000
  349.     characters that are sent or received.
  350.  
  351. EXAMPLES
  352.     VERBOSE     (display the current verbose setting)
  353.     VERBOSE 0   (only display error messages)
  354.  
  355. {view}
  356. VIEW
  357.  
  358. USAGE
  359.     VIEW <remote file>
  360.  
  361. DESCRIPTION
  362.     VIEW will allow you to view a text file which is on the remote system
  363.     without downloading it first. This can be useful for 'readme' type
  364.     files, where you want to read the file before carrying on with the
  365.     ftp work.
  366.  
  367. EXAMPLES
  368.     VIEW readme.ftp   (display the 'readme.ftp' file on the remote server)
  369. {pager}
  370. PAGER
  371.  
  372. USAGE
  373.     PAGER [on|off]
  374.  
  375. DESCRIPTION
  376.     PAGER will set or display the session page mode. When the page mode
  377.     is on, all displays will be paused after 24 lines to let you view
  378.     them before pressing a key to continue.
  379.  
  380. EXAMPLES
  381.    PAGER              (display the current setting of the page mode)
  382.    PAGER on           (turn the page mode on for the current FTP session)
  383.