ftpiiu_plugin/source
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
..
3ds Avoid toggling backlight with Rosalina menu combo 2020-06-26 17:30:48 -05:00
imgui Update to ImGui 1.76 2020-04-28 10:26:47 -05:00
linux Update to ImGui 1.76 2020-04-28 10:26:47 -05:00
nds Fix nds flickering 2020-05-18 20:58:18 -05:00
switch Change imgui backends to MIT license 2020-05-18 20:58:18 -05:00
fs.cpp Add emulation of /dev/zero for network testing 2020-05-24 21:21:19 -05:00
ftpConfig.cpp Minor future-proofing 2020-05-18 20:58:18 -05:00
ftpServer.cpp Minor consistency updates 2020-05-18 20:58:18 -05:00
ftpSession.cpp Improve the support of command 227 2020-07-09 21:29:14 +02:00
ioBuffer.cpp Documentation and minor refactors 2020-04-28 10:25:54 -05:00
licenses.cpp Add licenses 2020-05-18 20:58:11 -05:00
log.cpp Refactor status drawing 2020-04-28 10:25:54 -05:00
main.cpp Add configuration 2020-04-28 10:26:47 -05:00
sockAddr.cpp NDS support 2020-04-28 10:25:54 -05:00
socket.cpp Minor consistency updates 2020-05-18 20:58:18 -05:00