Commit Graph

17 Commits

Author SHA1 Message Date
Frogomeli
9f86715a49 Improve the support of command 227
The use of Rclone fail when tries to connect using FTP protocol.
Rclone can't connect to the server ftp on Switch because of bad formatting of 227 command.

> Rclone is a command line program to manage files on cloud storage.
Source: https://rclone.org/

Rclone use this go library:
* https://github.com/jlaffaye/ftp

The lib check the connection information between the parenthesis but there aren't in the string formatted by this software
Source: https://github.com/jlaffaye/ftp/blob/master/ftp.go#L391

Also there is other source of origin of this fix:
* https://tools.ietf.org/html/rfc959 (the RFC of FTP Protocol)
* https://github.com/proftpd/proftpd/blob/master/modules/mod_core.c#L3873 (proftpd a server FTP implementation)
2020-07-09 21:29:14 +02:00
Michael Theall
bae8254d22 Fix path building 2020-05-30 17:42:21 -05:00
Michael Theall
70d59218cd Add emulation of /dev/zero for network testing 2020-05-24 21:21:19 -05:00
Michael Theall
d1fcb2f8bf Remove redundant buffer clear 2020-05-18 20:58:18 -05:00
Michael Theall
2f668bd7c2 Hide user/pass arguments in log 2020-05-18 20:58:18 -05:00
Michael Theall
fdbdfa679b Fix oops 2020-05-18 20:58:18 -05:00
Michael Theall
d237b04b3b General system stability improvements to enhance the user's experience 2020-04-28 10:26:47 -05:00
Michael Theall
3f31371193 Add configuration 2020-04-28 10:26:47 -05:00
Michael Theall
214ab229c6 NDS support 2020-04-28 10:25:54 -05:00
Michael Theall
139707a6d2 Remove font caching 2020-04-28 10:25:54 -05:00
Michael Theall
e4a63e8710 Increase Switch font size to 24 2020-04-28 10:25:54 -05:00
Michael Theall
1b089068c2 Use global log instead of thread-local 2020-04-28 10:25:54 -05:00
Michael Theall
ffa6195182 Fine-grained locking 2020-04-28 10:25:54 -05:00
Michael Theall
e8b62be621 Fix 3DS multithreading 2020-04-28 10:25:54 -05:00
Michael Theall
2da46d407f Use anti-aliasing framebuffer on 3DS 2020-04-28 10:25:54 -05:00
Michael Theall
34c6d61215 Documentation and minor refactors 2020-04-28 10:25:54 -05:00
Michael Theall
86be27cd31 v3.0.0-rc1 2020-04-28 10:25:54 -05:00