Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transfer files programmatically from one IP address to a
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00961563
Message ID:
00961573
Views:
5
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform