View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] hutchins.mike@gmail.com is offline
external usenet poster
 
Posts: 1
Default Retrieve multiple files by FTP

Hello all,
I've found some sample code to retrieve a single file he
http://www.bygsoftware.com/Excel/VBA/ftp.htm

How do I modify it to retrieve several files during the one process?
I've tried replacing the "recv" line with "mget *" and included the FTP
-i switch to disable interaction. But no files are then returned at
all!

Thanks in advance for your help and advice...... mike