Commit Graph

11 Commits

Author SHA1 Message Date
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
7538ea5112 Fix linux build warning 2016-01-16 00:41:49 -06:00
Michael Theall
d38cea4e7b Restart server when network drops 2016-01-16 00:38:58 -06:00
Michael Theall
2ff33ca398 Wait for wifi on start 2016-01-16 00:22:26 -06:00
Michael Theall
1c5084e08e Improve FTP throughput 2016-01-12 16:24:01 -06:00
mtheall
8ccbc94115 Merge branch 'r44' 2015-08-19 13:30:48 -05:00
Dave Murphy
41a379f64d update for latest libctru 2015-01-08 14:01:33 +00:00
mtheall
20f29f60b8 Replace console with one built-in to libctru 2015-01-07 23:26:01 -06:00
yellows8
8a9be0f01f Removed unneeded irrst* func calls, ctrulib itself handles calling those automatically. 2014-11-26 22:36:16 -05:00
mtheall
de27f5f5f5 use aptMainLoop(). closes #9 2014-11-25 13:26:37 -06:00
mtheall
6d4b259324 initial commit 2014-11-23 16:39:00 -06:00