Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FTP Class created by Robert Abram
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00617992
Message ID:
00618051
Vues:
17
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform