glest / glest-source

Glest is a network multi-player cross-platform 3D real-time strategy (RTS) game, where you create armies of units and battle different factions.
https://glest.io
GNU General Public License v3.0
56 stars 39 forks source link

replace feathery ftp with libssh2? #219

Closed andy5995 closed 5 years ago

andy5995 commented 5 years ago

ZG uses feathery ftp for its ftp server. Curl handles downloads.

It looks like it's no longer maintained.

https://sourceforge.net/projects/feathery/files/

https://sourceforge.net/p/feathery/svn/HEAD/tree/

How about we replace feathery_ftp with libssh2? So instead of ZG having an ftp server for handling uploads, it would use sftp.

andy5995 commented 5 years ago

oh, bad idea. a password or keys are required for sftp