Hi,

I am using Inet control to ftp file to server. Is there any way to indicate the connect successful , and indicate the put file completed or not?

I am using code:
With .Inet1
.url = "ftp://HOSTNAME"
.UserName = "user"
.Password = "pwd"
strCommand = "put " & mstrTargetFile & mstrTargetFile
.Execute , strCommand
End with

Even i used wrong user name/pwd, the execute method has no any error return.

Thanks

Robert