transdroid
transdroid copied to clipboard
Fix AndFTP files download
AndFTP does not seem to follow the (S)FTP directory path if written at the end of ftp(s):// or sftp:// links. That's why I made this PR to add (S)FTP directory path to "remote_file" automatically.
"Why make it simple when you can make it complicated?" Fix has been updated.
To be honest, AndFTP is hopelessy outdated (which I why I even wrote a little FTP Link Downloader app, which is minimal but at least functional).
Will probably merge, just have to check our the result.
The only thing I would like is SSL session reuse functionality for FTPS (AndFTP doesn't have). But at least downloads are working for unsecure FTP and SFTP.
EDIT: Using rTorrent client, not tested for others.
Just added forgotten SCP protocol which is compatible with AndFTP.