Skip to content

List FTP folder contents recursively, pattern-based selection, incremental download

Notifications You must be signed in to change notification settings

orestispanago/FTP-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FTP-download

Incremental download fron FTP server.

Raspberry-Pi setup

To auto-mount an external HDD on the Pi:

  1. Use blkid to get the HDD's UUID:

  2. Add the following line to /etc/fstab:

UUID=YourUUID /media/external auto nosuid,nodev,nofail,rw,user,exec,umask=000 0 0
  1. To run every day at 09:01 UTC use:
1 9 * * * python3 ~/FTP-alerts/main.py

About

List FTP folder contents recursively, pattern-based selection, incremental download

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published