SendNetworkFile()
Syntax
Result = SendNetworkFile(ConnectionID, FileName$)Description
Send a full file to the specified client. This command can be used by both client and server applications.
On the server side, 'ConnectionID' is the client which should receive this data. On the client side, 'ConnectionID' is returned by OpenNetworkConnection().
The file is sent using very specific (and safe) methods. It must be received with the ReceiveNetworkFile() command. This commands locks the program execution until the whole file has been sent.
You will get a 'Result' of 1, if the file was successfully sent, 0 otherwise.
Supported OS
All