vangheem / sync-ftp-to-s3

simple python script to sync a ftp server folder to s3 bucket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Simple python script to sync ftp to s3 bucket.

Configure

Edit the settings in the sync-ftp-to-s3.py file

Install

Need a few dependencies::

pip install boto
pip install paramiko

Run

Just run it like any other python script::

python sync-ftp-to-s3.py

About

simple python script to sync a ftp server folder to s3 bucket


Languages

Language:Python 100.0%