sharp-ftp-server icon indicating copy to clipboard operation
sharp-ftp-server copied to clipboard

Asynchronous ftp server written in C#. Extensible to support any telnet type server (SMTP, POP3, etc.).

Results 3 sharp-ftp-server issues
Sort by recently updated
recently updated
newest added

Missing implementation of RFC 959. Makes FileZilla and other clients unable to download files/folder with spaces in the names. **From RFC 959:** _Essentially because the PWD command returns the same...

Hello. I'm trying to build your solution, but I have several errors. Most of them connected with the absense of TwoFactor.csproj, because the folter TwoFactor is empty

Just write an FTP Client with FtpWebRequest, but can not read anything after using the command WebRequestMethods.Ftp.ListDirectoryDetails. //////////////////////////////////////////////////////////////////////////////////////// // Code in the FTP client List List(string uri) { FtpWebRequest request...