Hi! I am new to unix and this forum as well..
Can someone please help me :
I want to "get/mget" files which are older than 10 minutes from a remote FTP server like "ftp.com".
After getting the files to local unix server say "Prod.com" , i need to delete only those files from ftp.com which got copied to local unix server.
The files in the FTP server (ftp.com) will be coming in below format:
FileName FileSize FileType Last Modified
abc.pkg 102,272 PKG File 12/17/2012 2:46:00 PM
xyz.pkg 98,546 PKG File 12/17/2012 1:46:00 PM
mno.pkg 14,656 PKG File 12/17/2012 1:05:00 PM
Can someone please help me :
I want to "get/mget" files which are older than 10 minutes from a remote FTP server like "ftp.com".
After getting the files to local unix server say "Prod.com" , i need to delete only those files from ftp.com which got copied to local unix server.
The files in the FTP server (ftp.com) will be coming in below format:
FileName FileSize FileType Last Modified
abc.pkg 102,272 PKG File 12/17/2012 2:46:00 PM
xyz.pkg 98,546 PKG File 12/17/2012 1:46:00 PM
mno.pkg 14,656 PKG File 12/17/2012 1:05:00 PM