
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
A mini-FTP server that persists all data to Amazon S3.
gem install s3ftp
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.
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
As root, run 'em-ftpd config.rb'
This library is distributed under the terms of the MIT License. See the included file for more detail.
FAQs
Unknown package
We found that s3ftp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.