This wiki is out of date, use the continuation of this wiki instead

NET RecvFile

From FenixWiki

Jump to: navigation, search

Up to Network.DLL Functions



Contents

[edit] Definition

INT NET_RecvFile ( <WORD connection> , <STRING filename> )

Receives a file on the specified connection. The contents of the received file will be written to the file with specified filename.

[edit] Parameters

WORD connection - The connection identifier.
STRING filename - The filename of the file to write to, including a possible path.

[edit] Returns

INT : The size of the successfully received file. Without the separatorlength.

NET_ERROR_INVALIDCONN - The connection is invalid.
NET_ERROR_CONNINACTIVE - The connection is inactive.
NET_ERROR_OPENINGFILE - Could not open file.
NET_ERROR_NONEWMESSAGE - The incomingbuffer is empty.
NET_ERROR_UNFINISHEDMESSAGE - The data in the incomingbuffer is incomplete.
NET_ERROR_SIZEMISMATCH - Sizes do not match: tried to receive a non-existing file.
>=0 - The size of the successfully received file. Without the separatorlength.

[edit] Notes

This function is to receive files sent with NET_SendFile().


Network.DLL Functions
Global NET_Init() • NET_Quit() • NET_Version() • NET_IntVersion() • NET_About() • NET_GetError() • NET_Stat_Buffer() • NET_IntToIP() • NET_IPToInt()
Connections NET_Connect() • NET_Listen() • NET_Disconnect() • NET_DisconnectAll()
Connection NET_Resolve() • NET_Hostname() • NET_IPAddress() • NET_Port() • NET_Separator() • NET_GetSeparator() • NET_GetSeparatorLength()
Transfer NET_Recv() • NET_RecvFile() • NET_RecvGraph() • NET_RecvVar() • NET_Send() • NET_SendFile() • NET_SendGraph() • NET_SendRN() • NET_SendVar()
Personal tools