home *** CD-ROM | disk | FTP | other *** search
/ 73.234.73.94.ip.orionnet.ru / 73.234.73.94.ip.orionnet.ru.tar / 73.234.73.94.ip.orionnet.ru / Far30b3000.x86.20121208.msi / FtpCmds.txt < prev    next >
Text File  |  2012-12-08  |  8KB  |  105 lines

  1.  
  2.             FarFtp used FTP commands list
  3.           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4.  
  5. Plugin uses only commands described in table below.
  6. Each command has a name in registry, default value and usage description for
  7. command usage in plugin.
  8.  
  9. The base key, where plugin is looking for commands names is:
  10.   HKEY_CURRENT_USER\Software\Far2\plugins\FTP
  11.  
  12. The default commands values can be found in the registry file "TechInfo.reg".
  13.  
  14. Command string may contain any characters up to 20 length.
  15. Command string may contain not only the command itself but additional command
  16. parameters too.
  17. Plugin does not change or convert text of commands, so you must enter just as
  18. it requested by server.
  19.  
  20. +---------+-------+----------------------------------------------------------+
  21. |Name     |Default| Description                                              |
  22. +---------+-------+----------------------------------------------------------+
  23. |xcmdPUT  |STOR   | Used in "Send a single file" operation to append a file. |
  24. |         |       |                                                          |
  25. |xcmdSTOR |STOR   | Used in "Send a single file" operation to store file.    |
  26. |         |       |                                                          |
  27. |xcmdSTOU |STOU   | Used in "Send a single file" operation to store unique   |
  28. |         |       | file.                                                    |
  29. |         |       |                                                          |
  30. |xcmdPASV |PASV   | Used in "Switch to passive mode" operation.              |
  31. |         |       |                                                          |
  32. |xcmdPORT |PORT   | Used in "Get preferred port" operation.                  |
  33. |         |       |                                                          |
  34. |xcmdMDTM |MDTM   | Used if "Receive one file" and "get last modification    |
  35. |         |       | time of file on remote machine" operations to retrieve   |
  36. |         |       | date and time of file on server.                         |
  37. |         |       | Read year, month, day, hour, min, sec fields of result   |
  38. |         |       | using "ServerDateFormat" (see techinfo N26 for details). |
  39. |         |       |                                                          |
  40. |xcmdRETR |RETR   | Used in "Receive one file" operation.                    |
  41. |         |       |                                                          |
  42. |xcmdREST |REST   | Used in "Receive file from offset" operation.            |
  43. |         |       |                                                          |
  44. |xcmdCWD  |CWD    | Used in "Change directory" operation to change directory |
  45. |         |       | when user select folder on FTP panel.                    |
  46. |         |       |                                                          |
  47. |xcmdXCWD |XCWD   | Used in "Change directory" operation as alternative      |
  48. |         |       | command when server does not support CWD command.        |
  49. |         |       |                                                          |
  50. |xcmdDELE |DELE   | Used in "Delete a single file" operation.                |
  51. |         |       |                                                          |
  52. |xcmdRNFR |RNFR   | "Rename from" operation.                                 |
  53. |         |       |                                                          |
  54. |xcmdRNTO |RNTO   | "Rename to" operation                                    |
  55. |         |       |                                                          |
  56. |xcmdLIST |LIST   | Used in "Get a directory listing of remote files"        |
  57. |         |       | operation.                                               |
  58. |         |       |                                                          |
  59. |xcmdNLIST|NLIST  | Used in "Get a directory listing of remote files"        |
  60. |         |       | operation when server does not support LIST operation.   |
  61. |         |       |                                                          |
  62. |xcmdUSER |USER   | Used in "Send new user information (re-login)" operation.|
  63. |         |       |                                                          |
  64. |xcmdPASS |PASS   | --`--                                                    |
  65. |         |       |                                                          |
  66. |xcmdACCT |ACCT   | --`--                                                    |
  67. |         |       |                                                          |
  68. |xcmdPWD  |PWD    | Used in "Print working directory" operation.             |
  69. |         |       |                                                          |
  70. |xcmdXPWD |XPWD   | Used in "Print working directory" operation              |
  71. |         |       | when server does not support PWD operation.              |
  72. |         |       |                                                          |
  73. |xcmdMKD  |MKD    | Used in "Make a directory" operation.                    |
  74. |         |       |                                                          |
  75. |xcmdXMKD |XMKD   | Used in "Make a directory" operation                     |
  76. |         |       | when server does not support MKD operation.              |
  77. |         |       |                                                          |
  78. |xcmdRMD  |RMD    | Used in "Remove a directory" operation.                  |
  79. |         |       |                                                          |
  80. |xcmdXRMD |XRMD   | Used in "Remove a directory" operation                   |
  81. |         |       | when server does not support RMD operation.              |
  82. |         |       |                                                          |
  83. |xcmdSITE |SITE   | Used in "Query site information" operation.              |
  84. |         |       |                                                          |
  85. |xcmdCHMOD|CHMOD  | Used in "Change file access" operation.                  |
  86. |         |       |                                                          |
  87. |xcmdUMASK|UMASK  | Not used by plugin yet                                   |
  88. |         |       |                                                          |
  89. |xcmdIDLE |IDLE   | Not used by plugin yet                                   |
  90. |         |       |                                                          |
  91. |xcmdHELP |HELP   | Not used by plugin yet                                   |
  92. |         |       |                                                          |
  93. |xcmdQUIT |QUIT   | Not used by plugin yet                                   |
  94. |         |       |                                                          |
  95. |xcmdCDUP |CDUP   | Not used by plugin yet                                   |
  96. |         |       |                                                          |
  97. |xcmdXCUP |XCUP   | Not used by plugin yet                                   |
  98. |         |       |                                                          |
  99. |xcmdSYST |SYST   | Used in "Query remote system info" operation.            |
  100. |         |       |                                                          |
  101. |xcmdSIZE |SIZE   | Used in "Get size of file" operation.                    |
  102. |         |       |                                                          |
  103. |xcmdSTAT |STAT   | Used in "Show status on remote machine" operation.       |
  104. +---------+-------+----------------------------------------------------------+
  105.