Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple FTP Client

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages