Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Transfer files programmatically from one IP address to a
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00961563
Message ID:
00961573
Vues:
4
Hi Bill,

There are two FoxPro code samples on my web site (membership required):

How to create non-blocking Winsock server
http://www.news2news.com/vfp/?example=412

A client for testing non-blocking Winsock server
http://www.news2news.com/vfp/?example=413

The server app (computer A, file receiver) runs in listening mode. The form displays ip address and listening port on computer A. These two parameters must be somehow known on the client's side.

The client (computer B, file sender) initiates a socket connection to the target ip address and port of the server. If accepted by the server, the connection can be used for sending files between the client and the server.

In both samples I use Winsock API. Same way Wisock ActiveX control can be used.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform