So here's the deal... I need to get a file off a specific FTP site, using set credientals, the trick being the file name changes, so I only want to download the newest file.
What I'm downloading is Virus definitions for deployment, but they change the file name with each release....so my best option would be to only pull the newest file.
I wrote a script that works, but it can only grab all the files using a "mget" command....problem is each package is 10-14mb, and the FTP site takes 10min to pull each file......and there can be upto 20 files in the directory...yuk!
Any suggestions welcome, or a FTP program that works (doesn't have to be free, I will buy if it works).
Thx,
Souka
What I'm downloading is Virus definitions for deployment, but they change the file name with each release....so my best option would be to only pull the newest file.
I wrote a script that works, but it can only grab all the files using a "mget" command....problem is each package is 10-14mb, and the FTP site takes 10min to pull each file......and there can be upto 20 files in the directory...yuk!
Any suggestions welcome, or a FTP program that works (doesn't have to be free, I will buy if it works).
Thx,
Souka