-
ftp problem
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
-
Are you sure your remote computer is an FTP server? Also, make sure your host name is being resolved correctly.
"Unable to connect to computer" is a pretty vague error message.
-
ftp connection
No, the computer not an ftp server, i want only to copy a file in this computer
-
haha u'll need an ftp server to connect to.
Consider using P2P technology.