home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / hamradio / mb1501a.zip / MB1501X.EXE / FT.DOC < prev    next >
Text File  |  1992-05-25  |  2KB  |  76 lines

  1.  
  2. FT - the File Transfer Server.
  3.  
  4. FT provides transparent data transfer.    Any type of file may be copied.
  5. FT Runs in approx 40k DESQview window.
  6. FT works as both server and client.
  7. FT provides multiple client and multiple server sessions concurrently.
  8.  
  9. FT provides typical unix style file manipulation commands:
  10.  
  11. cp    - copy file.
  12. ls    - list directory.
  13. mkdir - create directory.
  14. rm    - remove file.
  15. rmdir - remove directory.
  16.  
  17. There are a few commands unique to FT:
  18.  
  19. w  - Show which directories are available at remote node.
  20. q  - exit FT.
  21. s  - show status.  Only partially implemented.
  22. xd - start/stop diagnostic trace.
  23. xs - start/stop data transfer trace.
  24.  
  25.  
  26. Command line to invoke FT:
  27.  
  28. FT appl timeout port1 port2 ...
  29.  
  30. "appl" is the G8BPQ application number.
  31. "timeout" is the inactivity timeout.
  32. These are followed by a list of network ports available to FT.
  33.  
  34. In the BPQ switch, there must be an application "*FT" defined.
  35.  
  36. For example, with *FT as the fifth bpq application, using COM13 and COM14:
  37. FT 5 600 13 14
  38.  
  39. Note that the COM ports used by FT can not be used by any other application.
  40.  
  41. FT can use up to 6 ports, which may be used by the network or
  42. as "virtual consoles".  Any "left over" after the network
  43. port definitions are available for use as "virtual consoles".
  44. Once a command has been initiated (for example "cp ft.exe wlinn;ft.exe")
  45. other commands may be initiated until all "virtual consoles" are busy.
  46.  
  47. File names are specified with a leading node ID and semi-colon.
  48. If the node ID and semi-colon are missing, the local node is assumed.
  49.  
  50. Some examples of FT commands:
  51.  
  52. cp ft.exe wlinn;ft.exe
  53.  
  54. This will copy file ft.exe from the current working directory to the
  55. current working directory at node wlinn.
  56.  
  57. cp wlinn;d:\logs\oct.sum \hank\junk
  58.  
  59. This will copy the file oct.sum from the d: drive, directory \logs
  60. at node wlinn to the file junk on the default drive, directory \hank
  61. on the local node.
  62.  
  63. ls wlinn;\mb\*.exe
  64.  
  65. This will list all executables in the \mb directory at node wlinn.
  66.  
  67. Note that "3 node" commands are not yet supported.  From wlinn, you
  68. cannot do something like "cp lso;stuff bend;junk".  If there is any
  69. interest, such a command could be implemented.
  70.  
  71. Note also that FT does not yet support wildcards except in the ls command.
  72.  
  73. User access to files and directories is specified in the file ftusers.mb,
  74. which must be located in \bbs.    See the example file for details.
  75.  
  76.