Commit Graph

17 Commits

Author SHA1 Message Date
Michael Theall
86be27cd31 v3.0.0-rc1 2020-04-28 10:25:54 -05:00
Michael Theall
97081b86d4 Release ftpd v2.3 2018-09-24 08:45:27 -05:00
Michael Theall
7b1176d374 Add MLSD and MLST commands 2017-11-02 00:47:18 -05:00
Michael Theall
5108f4eab0 Add SIZE command to README.md 2016-06-21 22:26:51 -05:00
Michael Theall
2d970d66e4 Adjust whitespace in README.md 2016-06-14 22:41:24 -05:00
mtheall
3de31e4706 Add link to 3dsx build 2016-06-14 21:51:49 -05:00
mtheall
1e7313f841 Add QR to CIA build in README.md 2016-06-14 20:06:16 -05:00
Michael Theall
08f437e25e Remove all brony branding 2016-01-25 23:46:52 -06:00
Michael Theall
6188d8b4f0 Add a few missing commands to README 2016-01-22 18:57:33 -06:00
Michael Theall
920cd96c67 Remove coloring from linux build.
Terminate loop when canceling waiting for wifi.
Implement ABOR, HELP, and STAT.
- STAT (no argument) during a transfer gives the current file's offset.
- STAT (no argument) outside of transfer will return server uptime.
- STAT (with argument) is the same as LIST but with the data traveling over the command socket.
Allow ABOR, STAT, and QUIT to occur during transfer.
Support telnet interrupt (discard data up to Data Mark past TCP urgent mark).
Support arguments for LIST and STAT.
Escape \r in response as per telnet standard. Some clients don't like this but they are out of spec.
Unescape \r\0 in request as per telnet standard. Some clients don't properly escape this but they are out of spec.
Support commands broken across multiple recv().
Escape quotes on PWD response.
Added much more documentation.
2016-01-21 19:25:22 -06:00
Michael Theall
de29f4a2a7 Add REST command 2016-01-18 17:46:03 -06:00
Michael Theall
3d156e4042 v2.0 2016-01-15 18:04:09 -06:00
Michael Theall
3da67ce57a Add NLST command 2016-01-15 17:47:18 -06:00
Michael Theall
60bab0735e Add APPE command 2016-01-15 17:32:01 -06:00
riccardocossu
dab8ba37a4 Fixed some errors
Fixed some errors by mtheall request,
2014-12-21 19:23:19 +01:00
riccardocossu
838641b139 Fixes #14 ; added some docs
This added info fixes #14 and provides some info on how to build and install this software.
2014-12-21 17:48:10 +01:00
mtheall
331c521ab0 Create README.md 2014-11-26 01:44:02 -06:00