Skip to content

delilahlah/ftp-to-s3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 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

 
 
 

Contributors

Languages

  • Python 100.0%