https://github.com/jpf/ftp-to-s3
An FTP server that uploads every file it receives to S3
https://github.com/jpf/ftp-to-s3
Last synced: about 1 year ago
JSON representation
An FTP server that uploads every file it receives to S3
- Host: GitHub
- URL: https://github.com/jpf/ftp-to-s3
- Owner: jpf
- License: mit
- Created: 2014-02-22T19:37:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-22T19:37:36.000Z (over 12 years ago)
- Last Synced: 2025-04-04T14:41:30.440Z (about 1 year ago)
- Language: Python
- Size: 102 KB
- Stars: 11
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
FTP to AWS webhook server
-------------------------
An FTP server that uploads every file it receives to S3
After the file is uploaded to S3, a webhook containing the S3 URL is made to the configured endpoint.
Setup
-----
$ virtualenv --distribute venv
$ pip install -r requirements.txt
$ cp .env.sample .env
$ emacs .env # other text editors can be used too
Running
-------
$ python server.py