Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inet
Message
From
25/11/1998 12:30:52
Jody Cairns
OAO Technology Solutions
Moncton, New Brunswick, Canada
 
 
To
25/11/1998 12:15:53
General information
Forum:
Visual Basic
Category:
ActiveX controls
Title:
Re: Inet
Miscellaneous
Thread ID:
00161376
Message ID:
00161457
Views:
23
>With Inet1
> .URL = "ftp://myserver.ca/"
> .UserName = "anonymous"
> .Password = "richard"
> .Execute , "CD " & Text1.Text
> .Execute , "GET rauger.199810 C:\RICH.txt"
>End With

I would test your exact syntax within ftp yourself; that is, go to the command-prompt and type "ftp myserver.ca/". The slash at the end maybe causing trouble.
Then enter your username and password to see if you connect. Then type "CD pub". Make sure your Text1.Text has no blanks in it. Then do your GET as your have in your code.

Hope that helps,

jody
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform