FTP files in directory

  • Thread starter Thread starter Luis
  • Start date Start date
L

Luis

Hello.
I'm using InetTransferLibrary to download some files from an FTP location to
my pc.
Now i have to download files from another FTP location but the number of
files may vary from one day to another.

How can i browse this directory and download all the files in it?

Thanks.

Luis
 
Luis said:
Hello.
I'm using InetTransferLibrary to download some files from an FTP location
to
my pc.
Now i have to download files from another FTP location but the number of
files may vary from one day to another.

How can i browse this directory and download all the files in it?

Thanks.

Luis

Don't know how to do this using InetTransferLibrary, but if you'd like to
explore wininet.dll methods, you could try this:

http://www.smccall.demon.co.uk/Downloads.htm#FTPClient
 
Back
Top