Check file stamp using FTP to see if it is today's file.
Posted
by needshelp
on Stack Overflow
See other posts from Stack Overflow
or by needshelp
Published on 2010-04-13T21:01:33Z
Indexed on
2010/04/13
21:03 UTC
Read the original article
Hit count: 363
Hi, I am using FTP (plain version) to download files from a server. The name of the file is always the same. All I can do to check to know if it is today's file is look at the timestamp manually.
How can I write FTP script to check if the time stamp is having today's date?
If you have come across this situation and have solved it, please let me know.
Thank you in advance for your time.
© Stack Overflow or respective owner