Thread: FTP
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_7_] Bob Phillips[_7_] is offline
external usenet poster
 
Posts: 1,120
Default FTP

This is something I have been looking at this weekend, so the information I
have is untried yet, but I found this article

http://support.microsoft.com/default.aspx?kbid=96269
Using FTP Batch Scripts

and this suggestion from Frank Isaacs

shell("ftp -s:c:\ftpputfile 149.199.67.55c:\ftp.log")


--
HTH

Bob Phillips

"FredrikB" wrote in message
...
Hi,

How can I programmatically send a file from Excel and Outlook by FTP?

--
/FredrikB