New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pyfsftpserver

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyfsftpserver

A simple ftp server for serving PyFilesystem2 filesystems.

  • 0.2.0
  • PyPI
  • Socket score

Maintainers
1

pyfsftpserver

License

A simple FTP server for serving PyFilesystem2 filesystems.

Serve the current directory on your local filesystem over FTP:

pip install pyfsftpserver
python -m pyfsftpserver

Serve an AWS S3 or Google GCS bucket:

pip install pyfsftpserver gcsfs
python -m pyfsftpserver gcs://bucket_name/

Highlights

  • Can be backed with PyFilesystem2 filesystems
  • Does not use OS specific calls, so no fork or setuid is used
  • Does not support authentication
  • Made for educational purposes
  • Not optimized for speed or memory usage
  • Optimized for extensibility

Requirements

Python >= 3.6

Notes

I had problems with gcsfs, so included a patched version in this repository. It can be accessed via python -m pyfsftpserver gcs-patched://bucket_name/ urls.

Sources

https://github.com/sorgloomer/pyfsftpserver

Changelog

https://github.com/sorgloomer/pyfsftpserver/blob/master/CHANGELOG.md

TODOs

  • Release to PyPI
  • Implement IPv6 extensions by rfc2428
  • Implement more extensions from rfc3659 like mdmt etc...

License

MIT

Keywords

FAQs


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