Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 398 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 398 Bytes

Script to Upload a file to the server.

This script alows you to upload a file to your FTP server.

How to use:

  • Set the credentials on env.py.
  • Check the script file is executable (ls -l). (if it isn't. Run chmod +x script.py)
  • run the script ./script.py.

Recomendation:

You can combinate this script with crontab and automatize the process.

All contributions are welcome.