FTP Client Compatible with Filezilla Server
Our FTP Client is designed to be fully compatible with the Filezilla Server. It currently supports the following commands:
- "USER" - Specifies the username for login.
- "PASS" - Specifies the password for login. "PORT" - Specifies the port for data connection.
- "LIST" - Lists all files and directories in the current directory.
- "PWD" - Print Working Directory. This command allows the user to view the current directory.
- "CWD" - Change Working Directory. This command allows the user to change the current directory.
- "DELE" - Deletes a specified file.
- "RETR" - Retrieves a specific file.
- "STOR" - Stores a file on the sgerver.
- "MKD" - Makes a new directory.
- "RMD" - Removes a specified directory.
- "TYPE" - Specifies the file transfer mode (ie: I/A).
- "QUIT" - Disconnect from the server
- "PASV" - Start passive mode