Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ftp class and
Message
 
 
À
22/11/2006 15:56:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
01171019
Message ID:
01171930
Vues:
9
>Unfortunately dropping the "quote" and keeping just "site" does not work either. I was hoping there was a way to get it to work via the FTP client.

It works for me with MS FTP server
oFtp = NEWOBJECT("FTP_SERVICE", "ftp.prg")
? oFTP.OpenInternet("anonymous", "a@b.com","ftp.microsoft.com", "21")
? oFTP.Ftpcommand("SITE HELP", 2,  0, NULL)
? oFTP.getextendederrormsg ()
? oFTP.Ftpcommand("SITE STATS", 2,  0, NULL)
? oFTP.getextendederrormsg ()
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform