Pascal Craponne
Pascal Craponne
This is an untested code, however it is clear enough to help (I hope!) ``` csharp // this comes from Starksoft Aspen library (available as NuGet package) private readonly Starksoft.Net.Proxy.ProxyClientFactory...
Yes, that's how it works š
There is a `FtpSession.CheckProtection` invoked every time a data channel is created. I don't understand where it fails. The method then uses `FtpSession.CheckSessionParameter`, which tests two thinkgs: 1. The `PROT`...
The version 1.12 (just released) does `PBSZ 0` before a `PROT P`. However I could not find documentation saying that these commands had to be sent everytime a protected data...
I keep the issue open, and I'll add a flag to force `PBSZ`/`PROT` commands on server which don't explicitly say they are available.
Almost fixed, I still need to upgrade version
What do you mean by āremoving referencesā? I am not very optimistic whether this can be solved, I have no idea of what happens š¤
Iāll keep that open, with a low priority, then.
Hi, Iām not sure I understand, so my answer may be off-topic (let me know if it is the case). You need to reference MrAdvice package everywhere it is used...
Thank you for the detailed report. I need to check, but this looks like a problem from dnlib (the library we use to modify assemblies).