Simple python script to sync ftp to s3 bucket.
Edit the settings in the sync-ftp-to-s3.py file
Need a few dependencies::
pip install boto
pip install paramiko
Just run it like any other python script::
python sync-ftp-to-s3.py
simple python script to sync a ftp server folder to s3 bucket
Simple python script to sync ftp to s3 bucket.
Edit the settings in the sync-ftp-to-s3.py file
Need a few dependencies::
pip install boto
pip install paramiko
Just run it like any other python script::
python sync-ftp-to-s3.py
simple python script to sync a ftp server folder to s3 bucket