Results 1 to 4 of 4

Thread: ftp problem

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2002
    Posts
    99

    Post 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

  2. #2
    Frenzied Member Shawn N's Avatar
    Join Date
    Dec 2001
    Location
    Houston
    Posts
    1,631
    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.
    Please rate my post.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jan 2002
    Posts
    99

    ftp connection

    No, the computer not an ftp server, i want only to copy a file in this computer

  4. #4
    Fanatic Member jian2587's Avatar
    Join Date
    Aug 2000
    Location
    I bet u need a fusion powered shuttle to reach my place...
    Posts
    963
    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
  •  



Click Here to Expand Forum to Full Width