Link to home
Start Free TrialLog in
Avatar of Ron Kidd
Ron KiddFlag for Australia

asked on

Transfering files to a webserver with ftp

Hello
I have got the attatched script to upload files to our web server from VBA via ftp BUT when I try to send multiple files only the last file is sent as the script does not pause untill the previous file is uploaded.

How can I make the script wait untill the first file is finished before sending the next file?

Thanks
Loop-File-Upload.xlsm
ASKER CERTIFIED SOLUTION
Avatar of Brad Sims
Brad Sims
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Ron Kidd

ASKER

Would the Previous file exist in PART while it is being uploaded?

How do I use the mput ftp command?
Took Quite a bit of extra research