Florent Clairambault
Florent Clairambault
@claude can you try to reproduce what @RilusMahmud described ?
What I had in mind as most probable cause is: > Connection Limits: The server might have a max_clients limit that's too low Can't do much here.
@claude can you try to implement this and create the associated pull request. You can probably take inspiration from the AWS S3 implementation.
Sure, why not. This gives some idea of future commands to support.
Ok so I now understand where it's coming from but it requires some design changes. I have created a deflateConn struct that is designed to be used as a `net.Conn`...
This is definitely an odd behavior, which is worth looking into. I'll try to find some time in the next weeks to look into it.
Sorry for the late answer. I'm not too sure about this implementation. Wouldn't it make more sense to make it an interface like everywhere else where we extend the features...
Hi @KirCute what do you think about this implementation https://github.com/fclairamb/ftpserverlib/pull/544 ?
I like how you implemented it !
Hum, reducing coverage is not cool.