Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FTP in FoxPro 5.0
Message
 
À
05/05/2003 10:46:18
Scott Sherman
Puyallup Tribal Health Authority
Tacoma, Washington, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00784935
Message ID:
00785014
Vues:
45
This is nothing unusual that your company is still using older FoxPro versions. I don't think you need to apologize.

Almost any WININET call that can be programmed in VB is available in VFP too, including FtpFindFirstFile and InternetFindNextFile calls. Check the following code samples (members area):

Retrieving list of files on the FTP directory
http://www.news2news.com/vfp/?function=-1&example=46

Downloading files from the FTP server using InternetReadFile
http://www.news2news.com/vfp/?function=-1&example=63

Using FtpCommand
http://www.news2news.com/vfp/?function=-1&example=59

FTP Class for Visual FoxPro application
http://www.news2news.com/vfp/?example=344&function=70

Also you are not limited just to WININET library. A functional FoxPro FTP solution can be built using either Winsock control or Winsock API calls.

Winsock: retrieving directory listing from an FTP server using passive data connection (FTP, port 21)
http://www.news2news.com/vfp/?example=386
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform