-
Notifications
You must be signed in to change notification settings - Fork 64
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
Support MDTM command #47
Comments
I think that would be a really valuable thing to have. The current implementation is awful (well, actually the specification is awful, the implementation is alright 😀). Here is the RFC that added MDTM: I don't think that I will have the spare time to add that command any time soon, but PRs are always welcome 😊 Implementation must be added here: FEAT: fineftp-server/fineftp-server/src/ftp_session.cpp Lines 1081 to 1091 in 550e502
MDTM similar to SIZE:
|
Allright Florian, thanks for the response & the tips on how to implement. I understand your limited availability, I'm facing the same issue :-) Anyway, if I find a spare moment I'll send you a PR and try to add it. |
Hello,
First of all a kind thank you for this great library!
Secondly, I was wondering if you are considering to add support for the MDTM command to get the last modified date of a single file?
Thanks again!
The text was updated successfully, but these errors were encountered: