uftpd v2.5
The VLC Android app release.
Changes
- Support for
ABORFTP command, issue #14 - Support for
RESTFTP command, issue #13 - Support for
EPSVandEPSV ALLFTP commands, issue #11 - Basic support for
MLSTandMLSDFTP commands to provide support for the VLC android app., issue #9 and #12 - Add
OPTS MLST <ARG>to let client manage order of facts listed inMLSTandMLSDcalls - Add
CDUPFTP convenience command, alias toCWD .. - Add
DELEFTP command to delete files - Add
MKDandRMDFTP commands to create and remove directories - Refactor
LIST,RETR,STORandPASVFTP commands for speed
Fixes
- Really fix 100% CPU problem, issue #9. Multiple failure modes in libuEv and improper handling of
waitpid()in event loop callback - Use libuEv callback also for
PASVFTP connections - Fix
NLST+LISTline endings, must be \r\n