TheOfficialFloW / VitaShell

Multi-functional file manager for PS Vita
GNU General Public License v3.0
1.37k stars 225 forks source link

Feature Request: always-on FTP server #578

Open IngwiePhoenix opened 4 years ago

IngwiePhoenix commented 4 years ago

This was my initial use: https://github.com/teakhanirons/ftpeverywhere

Unfortunately, ftpeverywhere crashes under heavy loads - well, not crashes, but it makes it impossible to actually shut down the Vita, which I assume is an over-allocation of memory. And that kinda sucks. :)

Since VitaShell's FTP server is great, why not run it basically everywhere? My usecase: Using SyncBack to synchronize my save files for RetroArch and Adrenaline between my PC and Vita. The sync also goes into my ownCloud folder, so it is also synced to the cloud, which can later be re-used by other instances. But unfortunately, ftpeverywhere can't seem to handle what SyncBack is asking of it: a LOT of transfers.

Thanks in advance! =)