-
Notifications
You must be signed in to change notification settings - Fork 57
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
ftp list function only returning a String #70
Comments
This is ready on my fork (because I needed it), but I won't create a PR until #69 isn't merged because it is based on that. |
@Luxed Can you please create a PR ? This feature interest me also 😃 |
@benjaminbours Well... This is 2 years old now. |
It's ok forget it 😄By the time, I checked specification about FTP and it seems there is no official specification about the response format of the LIST command. Here are some useful ressources I found about it during my search => https://files.stairways.com/other/ftp-list-specs-info.txt http://cr.yp.to/ftpparse.html => This one could be a Rust crate by itself, it seems to cover most of the case and I think FileZilla use it for exemple. |
I have created a crate that can parse FTP-server's answer ( |
This one is only for ease of use:
It would be great if the list function return a Struct containing all of the information in the String.
I will do yet another pull request adding the code that I made for this, but I would like the openssl issue #69 to be resolved first because the list function doesn't work without this update.
The text was updated successfully, but these errors were encountered: