This is a tool for you to copy files(including file dir and their childs) from local machine to remote ssh server
install all the requirement packages
go into config_default.py to change all the variables
- server stands for the location of your server, should looks like: 140.XXX.XX.X
- username: your username to log in to the server
- password: your username to log in to the server
- FROM_PATH: where you want to copy files from
- TO_PATH: where you want to copy files to
run main.py and the files current processing should printed out at the command line