Right, I've been asked at work to find something that can send/get files (being able to choose ones modified on current date or date +/- 1 day would be awesome
Scripting FTP is possible but it means putting passwords in clear text into the script which isn't the greatest idea the world has ever seen. If you've got the option to use scp (secure copy over ssh) then that's a better bet, you can use public/private key exchange in place of passwords.
Is there a date in the name of the files in question or is this a blanket "get anything new" type idea?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.