pulling files that have NOT been modified
BIG EDIT:
My workflow is:
1. Torrent finishes and moves to folder on seedbox
2. Torrent client runs filebot to copy the files & organise
3. WinSCP to get & delete the copied file
issues:
1. How do I avoid pulling files that have not yet completed #2
2. Can I combine the "already downloaded" with the pull/ delete option:
My workflow is:
1. Torrent finishes and moves to folder on seedbox
2. Torrent client runs filebot to copy the files & organise
3. WinSCP to get & delete the copied file
issues:
1. How do I avoid pulling files that have not yet completed #2
2. Can I combine the "already downloaded" with the pull/ delete option:
echo on # Connect open ftp://Connect stuff/ -rawsettings ProxyPort=0 # Download Films newer than 1 day then delete cd /media/Films Echo Getting files... get -delete * "E:\Films-E\" # Disconnect close # Exit WinSCP exit
Last edited by alvintc on 2020-01-19 23:46; edited 2 times in total