GetListing gets 550 The specified path is invalid

first post: SteffenSchindler wrote: I'm trying a recursive listing. But when calling GetListing in a su...

latest post: SteffenSchindler wrote: Thanks for that. I'll test it and will come back.

.NET version

first post: BangisBanginis wrote: Hello Author, Do you plan on providing FtpClient which could be us...

latest post: jptrosclair wrote: No problem

Uncatchable exception

first post: Friesen wrote: I keep getting an uncatchable exception using an older version of N...

latest post: jptrosclair wrote: Yeah, I've seen a few issues like this through out the life of this...

FtpClient ability to specify which AddressFamily type to use to connect

first post: BangisBanginis wrote: Hello Author, I've ran into issue with FtpClient and Wing FTP ser...

latest post: BangisBanginis wrote: Thanks allot. When are you planning to do another release of FtpCli...

PASV Mode Problem

first post: Zivro wrote: Hi, I am trying to work in a passive mode, for reducing to the m...

latest post: jptrosclair wrote: Not a problem, glad you got it worked.

Login authentication failed

first post: eccoweckman wrote: Hi. I have successfully uploaded to one server but another one is r...

latest post: eccoweckman wrote: Ooops. My bad. Late night desperation made me overlook an error in ...

Filename encoding problem with special characters (> 7bit ASCII)

first post: Rainbow80 wrote: Hi there, I'm trying to use the FTP Client to upload files to a Li...

latest post: Rainbow80 wrote: Just for fun I rigged the (old) FtpClient with an overloaded method...

Checksum and move functions

first post: jensa4ever wrote: I am considering to start using System.Net.FtpClient instead of JSC...

latest post: jensa4ever wrote: Nice work, i will try it out. Thanks!

Support for SFTP (FTP over SSH on port 22?)

first post: KendallB wrote: Is there any support for sftp (ftp over SSH) in this ftp client lib...

latest post: jptrosclair wrote: This project looks the most active: [SSH.NET](https://sshnet.codepl...

Dispose vs Close vs Disconnect

first post: i9magol wrote: Normally Dispose() and Close() are doing exactly the same thing. Wh...

latest post: jptrosclair wrote: Dispose() used to call Close() and I changed at some point I think ...