Skip to content

jpf/ftp-to-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An FTP server that uploads every file it receives to S3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages