SendNetworkFile()
Syntax
SendNetworkFile(ConnectionID, FileName$)
Description
Send a full file to the specified client. This command can be used by both client and server applications. On server side, 'ConnectionID' is the client which should recieve this data. On client side, 'ConnectionID' is returned by OpenNetworkConnection(). The file is sent using very specific (and proof) methods. It must be recieved with the ReceiveNetworkFile() command. This commands locks the program execution until the whole file has been send.
Supported OS
Windows, AmigaOS, Linux