Batch file to find newly updated file in FTP Server

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
paulwintech
Posts: 3
Joined: 07 Jul 2010 06:42

Batch file to find newly updated file in FTP Server

#1 Post by paulwintech » 11 Aug 2010 05:38

HI,

Everyday we need to download newly added files are folder from FTP server to our local machine. I have already downloaded the folder from FTP server. But i need the following in batch script

1. Daily it need to search for any new files are folder added, If so it has to be downloaded to my local machine.

2. It should search all the subfolder too, for example i have folder called A and it may contain subfolders like xyz and even in that we may have some updated files.

3. Is there any possible to use GMail SMTP settings and send a mail using batch script. If we find any new files that details has to be mailed to the particular users to download.

Please help me on this issue! I used Google and found nothing...

Thanks
Paulwintech

Post Reply