I need to find a way to move only new files from a remote folder to my local. Using Python to walk the drive and get timestamps doesn't really work since the drive is too big and there's considerable latency. I am working on Ubuntu and the remote windows drive is mounted with samba.
Any ideas greatly appreciated!