Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FTP Class created by Robert Abram
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00617992
Message ID:
00618051
Views:
16
This message has been marked as the solution to the initial question of the thread.
>Hi
>
>Anyone familiar with using this class?
>
>I have used the following as parameters:-
>
>IF sz_ftp.OpenInternet("gaa18", "ngoloosh", "dsftp.dial.pipex.com/way/gaa18", "21"). These are the same parameters I use when using a ftp client.
>
>I get "no connection made". The web dialup has already been made. Running Win2k.
>
>Any ideas as to the solution?
>
>
Hi Colin,
The following works for me
IF sz_ftp.OpenInternet("gaa18", "ngoloosh", "dsftp.dial.pipex.com", "21")
...
lcDirName = ""
? sz_ftp.GetFtpDirectory(@lcDirName)
? lcDirName    && Returns '/way/gaa18'
It means that your login brings you into '/way/gaa18' directory.

P.S. It was easier to help you by havenig login name and passwor to the FTP but now you would have to change it.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform