Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inet
Message
From
27/11/1998 07:09:22
Jody Cairns
OAO Technology Solutions
Moncton, New Brunswick, Canada
 
 
To
27/11/1998 06:50:05
General information
Forum:
Visual Basic
Category:
ActiveX controls
Title:
Re: Inet
Miscellaneous
Thread ID:
00161376
Message ID:
00161914
Views:
20
> These line belown works fine with the OPENURL method
>
>With Inet1
> .URL = "ftp://ftp@blzcx.qc.bell.ca/"
> .UserName = "anonymous"
> .Password = "richard"
> Text2.Text = .OpenURL("ftp://ftp@blzcx.qc.bell.ca/pub/rauger.199810")
> .Execute , "CLOSE"
>End With

That's interesting. Have you tried the OpenURL method with the microsoft ftp site code I posted? I haven't, but it would probably work. Do whatever works is my philosophy.

Check the Help in VB for the OpenURL method. They provide a good example on how to retrieve files via ftp, though it looks like you already know what you are doing.

Best,

jody
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform