Robin Rodricks

Results 23 issues of Robin Rodricks

### Intro Here are things that I'd like to cleanup going forward. Since this has ramifications on all existing projects using FluentFTP, and since these will be major **breaking changes...

help wanted
discussion
high-priority

**OS:** Windows 10 x64 Docker ID mentioned along with logs taken from the docker output from within the container. ------------ pureftpd:fluentftp ``` /bin/sh: 1: /run.sh: not found ``` crushftp:fluentftp ```...

bug
work in progress
high-priority

**UPDATE: We now have extensive automated integration testing for many FTP servers. See the [Automated Testing](https://github.com/robinrodricks/FluentFTP/wiki/Automated-Testing) page for more info. You can help by adding more FTP server dockers!** -----...

question
fixed
discussion

**NOTE FROM ADMIN:** If you have this issue, please add your post below instead of creating duplicate issues! First try this, it disables polling. client.SocketPollInterval = 0; And try this,...

bug
major

Hi. I just want to report what I believe to be a bug inside fluentFtp. When downloading and uploading a directory (as there is not a duplicate folder method at...

possible bug

The easiest thing is to define ```cs public interface IFluentFtpLogger { void Debug(string message); //or Verbose() if you prefer void Info(string message); void Warning(string message); void Error(string message); void Error(string...

enhancement

We don't currently support copying a file or folder from the server to another path on the same server. 1. Upload/Download methods are the only way to do this but...

enhancement
major

Same problem with FileZilla. FluentFTP version 33.1.6. I'm taking my code from this example ` using (Stream ostream = conn.OpenAppend("/full/or/relative/path/to/file")) { try { ostream.Position = ostream.Length; var sr = new...

bug

Hello Haxe community! As some of you know we now have per-platform installation guides for (somewhat) every platform Haxe supports. - [C#](https://staging.haxe.org/documentation/platforms/csharp.html) - [PHP](https://staging.haxe.org/documentation/platforms/php.html ) - [Java](https://staging.haxe.org/documentation/platforms/java.html) - [Python](https://staging.haxe.org/documentation/platforms/python.html) How...

By @JosHuybrighs: I did some further TLS1.3 tests against my Synology FTP server, added the master GitHub version of the FluentFTP project to my Visual Studio solution, and observed the...

bug
fixed-no-response