Question : Downloading  latest file from FTP

Hi all,
How can i Download  the latest file from FTP?
I know first 3 characters will remain same
Pattern is CSAS*.ZIP
I want to download latest file from ftp?

Answer : Downloading  latest file from FTP

The output from the previous command looks like this...  We just wanted the list of files on the FTP server that end in ".vt"

C:\>for /f "tokens=8 usebackq" %f in (`ftp -s:dir.inp ftp.arsc.edu ^| find ^".vt^"`) do @echo %f
AK_Cntr_Cltr_Img_ANC_FAI_DLT_30M_59_68N_141_153W.vt
ANWR_146_41W_71_69N.vt
JUNEAU.vt

Does this make sense and/or help?
Random Solutions  
 
programming4us programming4us