ReceiveNetworkFile()

Syntax

ReceiveNetworkFile(Connection, FileName$)
Description
Receive a file from the specified client. This command 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 by using the specific SendNetworkFile() command.

Supported OS

All

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