-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add support for REST #13
Comments
@troglobit I looked at the source code for pyftpdlib for REST. Seems easy enough to implement. |
Yup, that's it. A restart marker/offset and then use it for the next STOR or RETR command, but then you also need to support ABOR to reset the operation ... that's how it started for me; "just a small little function, how hard could it be?!" To answer your question: No. But only because I have a whole week of unpushed patches lined up in my own queue, one of them being REST. I've planned to finalize and push them this weekend. |
Oh, well! Thanks for the honest answer. I will use your patched to learn by reading. |
Signed-off-by: Joachim Nilsson <[email protected]>
Complete support added in refactor af54295. |
When transferring a large file the transfer can be interrupted by network problems or the client pausing the transfer. To restart a RETR, or STOR, we need to support REST.
This issue is instrumental to getting the VLC Android app. mentioned in issue #9 to work.
The text was updated successfully, but these errors were encountered: