Hi: I have this program that tranfer a file from a computer to
another computer, but when i run have a error message
"Unable to connect to remote host". text4=the source,
text5=for where is to copy the file,
text1=from the computer to ...


What Happen please?




Inet1.Protocol = icFTP
Inet1.URL = Text1.Text
Inet1.UserName = Text2.Text
Inet1.Password = Text3.Text
Inet1.Execute , "PUT " & Text4.Text & " " & Text5.Text

Thanks