Thanks for the suggestion, I had already sorted this by shelling to the FTP command line.
Basically created an FTP script file within VBA for the necessary instructions, then used shell to launch FTP.
t = Shell("ftp -s:path\ftpscript", 1)
Works OK for what i need.
Thanks
|