Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Commands #5

Open
8 of 14 tasks
sheiiva opened this issue Apr 12, 2020 · 0 comments
Open
8 of 14 tasks

Commands #5

sheiiva opened this issue Apr 12, 2020 · 0 comments

Comments

@sheiiva
Copy link
Owner

sheiiva commented Apr 12, 2020

The following are the mandatory FTP commands from client to server:

  • ** USER** : Specify user for authentication

  • PASS : Specify password for authentication

  • ** CWD ** : Change working directory

  • ** CDUP** : Change working directory to parent directory

  • ** QUIT** : Disconnection

  • ** DELE** : Delete file on the server

  • PWD : Print working directory

  • ** PASV ** : Enable "passive" mode for data transfer

  • PORT : Enable "active" mode for data transfer

  • HELP [ ] : List available commands

  • NOOP : Do nothing

(the following are commands using data transfer )

  • RETR : Download file from server to client
  • STOR : Upload file from client to server
  • LIST [ ] : List files in the current working directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant