ReceiveNetworkFile()

Syntax

ReceiveNetworkFile(Connection, Filename$)
Description
Receive an entire file from the specified client. This function can be used by both client and server applications.

On the server side, 'Connection' is the client which has sent the file.
On the client side, 'Connection' is returned by OpenNetworkConnection().

The file must have been sent specifically by using SendNetworkFile() function.

Supported OS

All

<- ReceiveNetworkData() - Network Index - SendNetworkData() ->