mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-12-22 19:11:47 +01:00
9f86715a49
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) |
||
---|---|---|
.. | ||
3ds | ||
imgui | ||
linux | ||
nds | ||
switch | ||
fs.cpp | ||
ftpConfig.cpp | ||
ftpServer.cpp | ||
ftpSession.cpp | ||
ioBuffer.cpp | ||
licenses.cpp | ||
log.cpp | ||
main.cpp | ||
sockAddr.cpp | ||
socket.cpp |