Florent Clairambault

Results 8 comments of Florent Clairambault

Sure, why not. I didn't even know it existed. As always, I'm counting on renovate to handle updates for me, but it seems AWS didn't want to use standard go...

@jeyrce what is your FTP client? It looks like it instantly disconnects after opening the connection.

Hi @hhhyang, This looks like a low-level security measure enforced on your system side. I guess that on your OS initiating TCP connections on a port below 1024 is forbidden...

Hi @wutongskype, to use it on a public IP address you have to use the `public_host` property of the config file. See [this sample config](https://github.com/fclairamb/ftpserver/tree/main/config#ftp-server-behind-a-nat-gateway).

Yes, very true. This needs to be implemented by adding [this API](https://github.com/fclairamb/ftpserverlib/blob/76e3b6785cda1e30aea2e19e78a0919034a76d24/driver.go#L83-L90).

This is because of https://github.com/urllib3/urllib3/issues/2092. They decided to break their API to introduce a racially neutral parameter. Supporting (possibly with a warning from the previous one) would have been nice....

Deflate compression is part of the standard library so that should be fairly easy to support.