In below batch file, where the date is 2015_01_21 is a folder named by date on ftp, and the csv file is also having the date in name
How can i get this changed automatically, if i have to run this batch file through task scheduler daily?
ftp.exe -s:%0
open 111.11.111.11
Username
Password
get Samle/2015_01_21/Samle_AB20150121.csv.gz
get Samle/2015_01_21_ABCD/Samle_AB210115.csv.gz
quit