Guys anybody have working activex script for FTPing file to another server [unix box]
the below code seems not working.
Inet1.Protocol = icFTP
Inet1.URL = "ftip site without ftp://"
Inet1.UserName = "userid"
Inet1.Password = "pwd"
Inet1.Execute , "PUT " & "c:\errorlog.txt"
'Inet1.Execute , "GET ftpdir/filemane c:\dir\filename"![]()


Reply With Quote