You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2022. It is now read-only.
The current integration tests all use the same FTP client implementation (rust-ftp). By testing (automatically) with a greater range of clients we can be more confident in real-world performance.
I was thinking ftp from GNU inetutils should be easy to script, as should be some of the scripting language's FTP client APIs. It would be great if one of the popular graphical clients is scriptable.
We also need to arrange for something like docker or Vagrant to make this manageable.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The current integration tests all use the same FTP client implementation (rust-ftp). By testing (automatically) with a greater range of clients we can be more confident in real-world performance.
I was thinking
ftp
from GNUinetutils
should be easy to script, as should be some of the scripting language's FTP client APIs. It would be great if one of the popular graphical clients is scriptable.We also need to arrange for something like docker or Vagrant to make this manageable.
The text was updated successfully, but these errors were encountered: