Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 850 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 850 Bytes

FTP-Client

A Simple FTP Client that supports a subset of commands defined by RFC959 and one from RFC2389. This client supports passive mode only for data transfer.

Commands Supported

Command Description
USER <user> Set or change user
PASS <pass> Send the password
GET <file> Retrieves the <file> from the ftp server
DELETE <file> Delete the file <file> from the ftp server
CD <path> Change directory to <path>
NLIST <path>? Lists files in <path> or current directory if no argument is provided
PWD Print current directory
FEATURES List ftp server features
QUIT Ends session and closes the client