Results 1 to 2 of 2

Thread: Inet status

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2004
    Posts
    73

    Inet status

    Hi,

    I am using Inet control to ftp file to server. Is there any way to indicate the connect successful , and indicate the put file completed or not?

    I am using code:
    With .Inet1
    .url = "ftp://HOSTNAME"
    .UserName = "user"
    .Password = "pwd"
    strCommand = "put " & mstrTargetFile & mstrTargetFile
    .Execute , strCommand
    End with

    Even i used wrong user name/pwd, the execute method has no any error return.

    Thanks

    Robert

  2. #2
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171


    Has someone helped you? Then you can Rate their helpful post.

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