This is a toy implementation of an FTP server built with .NET. It implements most of the FTP specification, but only allows for read operations. Full FTP navigation with support for CWD, CDUP, and PWD ...
UINT server_login6(struct NX_FTP_SERVER_STRUCT *ftp_server_ptr, NXD_ADDRESS *client_ipduo_address, UINT client_port, CHAR *name, CHAR *password, CHAR *extra_info ...