FTP icon indicating copy to clipboard operation
FTP copied to clipboard

Simple FTP client

Results 5 FTP issues
Sort by recently updated
recently updated
newest added

Failing since Feb 28, 2021 Uploading artifacts... [1/2] ArxOne.Ftp.1.41.4.nupkg (81,182 bytes)...100% [2/2] ArxOne.Ftp.1.41.4.symbols.nupkg (100,347 bytes)...100% Deploying using NuGet provider Publishing ArxOne.Ftp.1.41.4.nupkg to https://www.nuget.org/api/v2/package... Error publishing package. NuGet server returned 403:...

It would be really nice to have asynchronous API since this library provide an interface for network I/O. The best possible solution will be to target .NET >= 4.5 and...

enhancement

Hello - I am experiencing an issue when trying to connect to a client via the FtpProtocol.FtpES protocol. I believe it has something to do with the SSL certificate signing....

bug
on hold

If you set `ChannelProtection` to contain `FtpProtection.DataChannel` the library never explicitly informs the server of this. Some servers do not by default use SSL on the data channel even if...

bug

Hi! Could you give me an example for using proxies in your framework. I found a Delegte ConectProxy wich can be set in FtpClientParameter Class. In a Class I would...

question