How do we connect to a FTP from a shell script and pull the last 14 (or n) modified files by timestamp and place them on one of the folders from the current host. I try to use
mget
, but can we specify to get the files based on the timestamp and the number of files to get... Please advise... Thanks in advance...