Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

s3ftp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s3ftp

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

s3ftp

A mini-FTP server that persists all data to Amazon S3.

Installation

gem install s3ftp

Configuration

  1. Upload a passwd file to your S3 bucket. It should contain a single line per user and be a CSV. It should look something like this

    user1,password,y user2,password,n

    the third column indicates the users administrator status. Administrators can see all files. Regular users are sandboxed to their own directory.

  2. Create a config.rb file that looks something like this

    require 's3ftp'

    AWS_KEY = 'foo' AWS_SECRET = 'bar' AWS_BUCKET = 'my-ftp-bucket'

    driver S3FTP::Driver driver_args AWS_KEY, AWS_SECRET, AWS_BUCKET

  3. As root, run 'em-ftpd config.rb'

License

This library is distributed under the terms of the MIT License. See the included file for more detail.

FAQs

Package last updated on 18 Nov 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc