We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
** 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 text was updated successfully, but these errors were encountered:
No branches or pull requests
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 )
The text was updated successfully, but these errors were encountered: