|
-
Jan 28th, 2003, 07:43 PM
#1
Thread Starter
Lively Member
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
-
Jan 28th, 2003, 08:23 PM
#2
Frenzied Member
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.
-
Jan 29th, 2003, 05:04 PM
#3
Thread Starter
Lively Member
ftp connection
No, the computer not an ftp server, i want only to copy a file in this computer
-
Jan 29th, 2003, 10:59 PM
#4
Fanatic Member
haha u'll need an ftp server to connect to.
Consider using P2P technology.
ASM,C,C++,BASIC,VB,JAVA,VBS,HTML,ASP,PHP,mySQL,VB.NET,MATLAB
Programming is fun, but only if you're not on a tight deadline 
So I consider all those working engineers sad people
VB FTP class
3 page PHP crash course
Crash Course on DX9 Managed with VB.NET covering basics till terrain creation
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|