Results 1 to 2 of 2

Thread: FTP problems...

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2003
    Location
    Greece, Salonica
    Posts
    473

    Angry FTP problems...

    Hello.

    I'm using the following code to upload a file on an FTP server.



    visual basic code:Inet.Protocol = icFTP

    Inet.URL = "<ftp site>"
    Inet.UserName = "<username>"
    Inet.Password = "<password>"


    Inet.Execute , "Put " & txtPath.Text & " " & "/www/" & CD.FileTitle

    Note: CD = A Common Dialog control

    This works fine on my two computers...
    However, when other people use it, an error pops up saying:
    "Run-time error '35754':

    Unable to connect to remote host."

    Does anyone know how to fix this?

    Thanks!

  2. #2
    PowerPoster
    Join Date
    Dec 2004
    Posts
    25,618

    Re: FTP problems...

    i pasted
    "Run-time error '35754'

    into google

    the first return was to

    ms kb

    rgds pete

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