Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. 214 Help message.\n\
  2. USER <SP> <username> <CRLF> : Specify user for authentication\n\
  3. PASS <SP> <password> <CRLF> : Specify password for authentication\n\
  4. CWD <SP> <pathname> <CRLF> : Change working directory\n\
  5. CDUP <CRLF> : Change working directory to parent directory\n\
  6. QUIT <CRLF> : Disconnection\n\
  7. DELE <SP> <pathname> <CRLF> : Delete file on the server\n\
  8. PWD <CRLF> : Print working directory\n\
  9. PASV <CRLF> : Enable \"passive\" mode for data transfer\n\
  10. PORT <SP> <host-port> <CRLF> : Enable \"active\" mode for data transfer\n\
  11. HELP [<SP> <string>] <CRLF> : List available commands\n\
  12. NOOP <CRLF> : Do nothing\n\
  13. RETR <SP> <pathname> <CRLF> : Download file from server to client\n\
  14. STOR <SP> <pathname> <CRLF> : Upload file from client to server\n\
  15. LIST [<SP> <pathname>] <CRLF> : List files in the current working directory\r\n",
  16. 802)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement