silexlabs / unifile

Unified access to cloud storage services through a simple web API.
https://silexlabs.github.io/unifile/
MIT License
144 stars 32 forks source link

Change FTP client #153

Closed JbIPS closed 5 years ago

JbIPS commented 5 years ago

The currently used jsftp is not maintained anymore (2 years without a commit) so I think we should use a more up to date one. This will at least resolve some issues I have with Streams and maybe others that @lexoyo raised.

I think I'll go with basic-ftp unless someone has a better idea.