Skip to content
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.

FTP server interface for VFS #28

Open
balupton opened this issue Oct 9, 2012 · 1 comment
Open

FTP server interface for VFS #28

balupton opened this issue Oct 9, 2012 · 1 comment

Comments

@balupton
Copy link

balupton commented Oct 9, 2012

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

@creationix
Copy link
Contributor

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants