Hi all,
you may download the code used in this problem at http://www.thescarms.com/Downloads/InetFTP.zip
The changed and updated version of this code may be found attached with this document.
Here is the scenario:
Can you fix this code to download the most recent file in a remote directory ?
i mean i have a remote ftp folder and it is basically a log folder. A log file is maintained after every 35 minutes. I have another program that should use this ftp code to get the most recent (latest) file from the remote FTP directory.
The log files are saved in the following format:
BSSConf.alcomc3m.20081103163500
BSSConf.alcomc3m.20081103160501
BSSConf.alcomc3m.20081103153501
BSSConf.alcomc3m.20081103150500
................. and so on ?
an urgent help will be appreciated....
:?: