Robin Rodricks
Robin Rodricks
Most methods support resuming. Just call [UploadFile/DownloadFile](https://github.com/robinrodricks/FluentFTP/wiki/File-Transfer) again and it should automatically resume (at least that was the last supported behavior AFAIK).
Try calling SetWorkingDirectory with your playboy folder and then call getlisting with "/" and see if it works.
.NET core was coded differently because it did not support the same methods as .NET Framework.
If you can suggest some part of the API to change, it can be done.
Currently we support 2 modes, update and mirror. In any mode, the remote directory is fully listed, then compared, then the actually upload begins. This is done in order to...
Some servers don't support absolute filepaths in `GetListing`, try using the `SetWorkingDirectory` method followed by `GetListing("")` or GetListing on the parent `/TODAY/` with only the last child item `GetListing("0000")`
So you want like a CompareDirectory method? On Fri, Oct 30, 2020, 7:51 AM Louis-LF wrote: > *FTP OS:* Windows > > *Computer OS:* wins 10 > > *FluentFTP Version:*...
But how will the system differentiate between a legit failure to connect and a SocketException indicating the server is unreachable? Should I abort the AutoConnect only if I receive a...
There is already a connection timeout of 15 seconds by default.
Does this work? [FluentFTP.32.4.6_BETA.zip](https://github.com/robinrodricks/FluentFTP/files/5313996/FluentFTP.32.4.6_BETA.zip) Btw what do you mean by "not available"? Is it an invalid host, an FTP server that hangs/not responding, in other words, how do I replicate...