Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Multi-threaded mock ftp server (in conn_test.go) #287

Open
dhait opened this issue Sep 18, 2022 · 1 comment
Open

Feature request: Multi-threaded mock ftp server (in conn_test.go) #287

dhait opened this issue Sep 18, 2022 · 1 comment
Labels
accepted Accepted issue feature A feature request

Comments

@dhait
Copy link

dhait commented Sep 18, 2022

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.

@stale
Copy link

stale bot commented Nov 2, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Will auto close after 14 days label Nov 2, 2022
@jlaffaye jlaffaye added accepted Accepted issue feature A feature request and removed stale Will auto close after 14 days labels Jan 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Accepted issue feature A feature request
Projects
None yet
Development

No branches or pull requests

2 participants