You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
It would be awesome if there was a way to expose a VFS over a ftp server. Which would be awesome for providing FTP access on servers where FTP is not provided, as well as allowing a FTP interface too hook into whatever source VFS allows (e.g. google docs, rest, whatever).
I don't yet have a ftp front-end to vfs, but it's quite possible. If such an interface existed we could consider exposing it. My main problem with ftp is it sends password auth in the clear. There is ftps, but not all clients support that.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It would be awesome if there was a way to expose a VFS over a ftp server. Which would be awesome for providing FTP access on servers where FTP is not provided, as well as allowing a FTP interface too hook into whatever source VFS allows (e.g. google docs, rest, whatever).
https://github.com/naholyr/node-ftp-server exists for creating a ftp server with just node, which seems promising however no activity for a while and still a big todo
The text was updated successfully, but these errors were encountered: