Robin Rodricks

Results 415 comments of Robin Rodricks

Thanks @FanDjango for chiming in. OP, just use TLS 1.2 or disable session resumption on Filezilla server. We don't support TLS session resumption on Unix, but I think it is...

Hi, thanks for this detailed issue/PR. The first option is probably better `check of whether the stream has data before calling GetReply()`.

If this is specific to CCProxy, then it would be better to create a custom proxy class like for BlueHost, if you are not sure, then also create a custom...

I guess you are asking for a low level method when you know the filesize. We have such methods (`UploadFileInternal`) which you can access using reflection or by subclassing the...

> Just thought it might benefit others (however slightly) since it seems inefficient to send a SIZE command when the caller explicitly says not to check for the file's existence....

For now you can just use `DownloadAsync("xxxxx", 0)`

2 FluentFTP clients cannot access the same file, or you will get this error.

`Message: The process cannot access the file because it is being used by another process.` This is not a FluentFTP error, its a windows / OS level error. So you...

This is highly dependent on your use case : `Credentials.UserName.EnsurePrefix("/")` I think the issue here is that FluentFTP does not know how to remove the prefix from the paths correctly....

Yes working directory is not restored.