Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 278 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 278 Bytes

Amazon now does SFTP as a managed service:

https://aws.amazon.com/sftp/

SFTP server using S3 as storage

This is work in progress. To Do:

  • authentication
  • proper stat() implementation
  • remove, mkdir, rmdir implementations
  • 'rename' implementation with PutObject Copy?