A few users (e.g. #206 and #128 ) have asked for a feature and/or guidance on how to create a connection pool for FTP access, which is a critical use case for FTP servers that limit simultaneous access by a single user. It would be much easier to implement this and test it if the mock ftp server include in conn_test.go were able to support multiple simultaneous connections.
I have done some work in this area and would be happy to submit a PR if you are amenable.
A few users (e.g. #206 and #128 ) have asked for a feature and/or guidance on how to create a connection pool for FTP access, which is a critical use case for FTP servers that limit simultaneous access by a single user. It would be much easier to implement this and test it if the mock ftp server include in conn_test.go were able to support multiple simultaneous connections.
I have done some work in this area and would be happy to submit a PR if you are amenable.