Opened at 2008-09-10T20:22:45Z
Last modified at 2021-03-30T18:40:19Z
#512 assigned defect
FTP frontend — at Initial Version
Reported by: | warner | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | soon |
Component: | code-frontend-ftp-sftp | Version: | 1.2.0 |
Keywords: | ftpd test | Cc: | |
Launchpad Bug: |
Description
Peter says it would be really useful for us to offer an FTP frontend. This could be done outside the node (in some sort of bridge process, or via a FUSE layer), but I'm currently thinking that it would work best if it were inside the node.
Twisted has some ftp server support, but I haven't looked at it in a long time. My thoughts are:
- add a config knob to the tahoe node that turns on FTP support.
- add an authorization mechanism: a table that maps username/password to rootcap. It should be possible to configure this to use the allmydata PHP-based login mechanism instead.
Note: See
TracTickets for help on using
tickets.