FTP download files with same extension
Hi i am creating a FTP application whereby the program will download all files in a folder at the remote site with the same extension (*.ack). I am using the WinInet API to implement the ftp. Can i use FileSystemObject to perform the check on the server side folder for new files? Can anyone give me an example of how i can do this? Thanx
|