Hi Marco,
Downloading file from FTP is just one part of one big process. After downloading the file, the application will do another task like converting the downloaded file (a text file) into recordset
then loop thru that and validate some values and so on. I have previously created a progressbar and reflected the percentage completion as i loop thru the recordset, now I wanted to include the process of getting the file from FTP to the progress bar. The processes are as follows:
- Get the file from FTP
- Convert downloaded file to a recordset
- Loop thru recordset to validate some values
I have used FTPGetFile API but this does not return any status of the process. Any idea?
Thanks.
-Dhodie
|