|
-
Mar 21st, 2000, 12:20 AM
#1
Thread Starter
Addicted Member
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!
-
Mar 21st, 2000, 05:26 PM
#2
New Member
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
-
Mar 22nd, 2000, 01:32 AM
#3
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|