<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://fenixwiki.booleansoup.com/skins/common/feed.css?63"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>NET RecvFile - Revision history</title>
		<link>http://fenixwiki.booleansoup.com/index.php?title=NET_RecvFile&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.10.1</generator>
		<lastBuildDate>Fri, 01 May 2026 09:04:55 GMT</lastBuildDate>
		<item>
			<title>Sandman: New page: Category:functions Category:networkdll Category:dll  '''Up to Network.DLL Functions''' ----   ==Definition== '''INT''' NET_RecvFile ( &lt;'''WORD''...</title>
			<link>http://fenixwiki.booleansoup.com/index.php?title=NET_RecvFile&amp;diff=3597&amp;oldid=prev</link>
			<description>&lt;p&gt;New page: &lt;a href=&quot;/index.php/Category:Functions&quot; title=&quot;Category:Functions&quot;&gt;Category:functions&lt;/a&gt; &lt;a href=&quot;/index.php/Category:Networkdll&quot; title=&quot;Category:Networkdll&quot;&gt;Category:networkdll&lt;/a&gt; &lt;a href=&quot;/index.php/Category:Dll&quot; title=&quot;Category:Dll&quot;&gt;Category:dll&lt;/a&gt;  &lt;a href=&quot;/index.php/Functioncategory:Networkdll&quot; title=&quot;Functioncategory:Networkdll&quot;&gt;'''Up to Network.DLL Functions'''&lt;/a&gt; ----   ==Definition== '''INT''' NET_RecvFile ( &amp;lt;'''WORD''...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:functions]]&lt;br /&gt;
[[Category:networkdll]]&lt;br /&gt;
[[Category:dll]]&lt;br /&gt;
&lt;br /&gt;
[[Functioncategory:Networkdll|'''Up to Network.DLL Functions''']]&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Definition==&lt;br /&gt;
'''INT''' NET_RecvFile ( &amp;lt;'''WORD''' connection&amp;gt; , &amp;lt;'''STRING''' filename&amp;gt; )&lt;br /&gt;
&lt;br /&gt;
Receives a file on the specified connection. The contents of the received file will be written to the file with specified filename.&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
{|&lt;br /&gt;
| '''WORD''' connection || - The connection identifier.&lt;br /&gt;
|-&lt;br /&gt;
| '''STRING''' filename || - The filename of the file to write to, including a possible path.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Returns ==&lt;br /&gt;
'''INT''' : The size of the successfully received file. Without the separatorlength.&lt;br /&gt;
{|&lt;br /&gt;
| NET_ERROR_INVALIDCONN || - The connection is invalid.&lt;br /&gt;
|-&lt;br /&gt;
| NET_ERROR_CONNINACTIVE || - The connection is inactive.&lt;br /&gt;
|-&lt;br /&gt;
| NET_ERROR_OPENINGFILE || - Could not open file.&lt;br /&gt;
|-&lt;br /&gt;
| NET_ERROR_NONEWMESSAGE || - The incomingbuffer is empty.&lt;br /&gt;
|-&lt;br /&gt;
| NET_ERROR_UNFINISHEDMESSAGE || - The data in the incomingbuffer is incomplete.&lt;br /&gt;
|-&lt;br /&gt;
| NET_ERROR_SIZEMISMATCH || - Sizes do not match: tried to receive a non-existing file.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;gt;=0 || - The size of the successfully received file. Without the separatorlength.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
This function is to receive files sent with [[NET_SendFile]]().&lt;br /&gt;
&lt;br /&gt;
{{Netfuncbox}}&lt;/div&gt;</description>
			<pubDate>Tue, 02 Oct 2007 12:14:22 GMT</pubDate>			<dc:creator>Sandman</dc:creator>			<comments>http://fenixwiki.booleansoup.com/index.php/Talk:NET_RecvFile</comments>		</item>
	</channel>
</rss>