Results 1 to 3 of 3

Thread: Downloading files with the Inet control

  1. #1

    Thread Starter
    Addicted Member Jakys's Avatar
    Join Date
    Dec 1999
    Location
    Norway
    Posts
    180
    How do you download a file with the Inet (internet transfer) control? I'm pretty sure that i've configured the control the right way, but I don't get it to work.

    Thanks in advance!

  2. #2
    New Member
    Join Date
    Mar 2000
    Posts
    8
    Here an example

    <1st Command>
    With Inet1
    .Cancel
    .Protocol = icFTP
    .URL = txt(0).Text
    .UserName = txt(1).Text
    .Password = txt(2).Text
    End With

    <2nd Command>
    aCmd = "Get"
    FromObj <-- From File (host)
    ToObj <-- To File
    Inet1.Execute , aCmd & " " & FormObj & " " & ToObj

    Ciao


  3. #3

    Thread Starter
    Addicted Member Jakys's Avatar
    Join Date
    Dec 1999
    Location
    Norway
    Posts
    180

    Didn't work

    This code didn't work on my computer. (I could have done something wrong!)

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