I have a batch file that download txt files from my web server. I need to download only the most current txt file.
How do I do that?
This is what I have so far:
connect xxx.xxx.xxx
username
password
CD /Client/ABCCompany/
LCD/test
get *.txt
quit
close()