<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/css" href="http://fenixwiki.booleansoup.com/skins/common/feed.css?63"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://fenixwiki.booleansoup.com/index.php?action=history&amp;feed=atom&amp;title=NET_SendFile</id>
		<title>NET SendFile - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://fenixwiki.booleansoup.com/index.php?action=history&amp;feed=atom&amp;title=NET_SendFile"/>
		<link rel="alternate" type="text/html" href="http://fenixwiki.booleansoup.com/index.php?title=NET_SendFile&amp;action=history"/>
		<updated>2026-05-01T11:32:04Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.10.1</generator>

	<entry>
		<id>http://fenixwiki.booleansoup.com/index.php?title=NET_SendFile&amp;diff=3596&amp;oldid=prev</id>
		<title>Sandman: New page: Category:functions Category:networkdll Category:dll  '''Up to Network.DLL Functions''' ----   ==Definition== '''INT''' NET_SendFile ( &lt;'''WORD''...</title>
		<link rel="alternate" type="text/html" href="http://fenixwiki.booleansoup.com/index.php?title=NET_SendFile&amp;diff=3596&amp;oldid=prev"/>
				<updated>2007-10-02T12:08:23Z</updated>
		
		<summary type="html">&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_SendFile ( &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_SendFile ( &amp;lt;'''WORD''' connection&amp;gt; , &amp;lt;'''STRING''' filename&amp;gt; )&lt;br /&gt;
&lt;br /&gt;
Sends a file.&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 be sent, including a possible path.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Returns ==&lt;br /&gt;
'''INT''' : The size of the successfully sent file. With the separatorlength, if the separator was added.&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_NONEXISTINGFILE || - The file does not exist.&lt;br /&gt;
|-&lt;br /&gt;
| NET_ERROR_OPENINGFILE || - Could not open file.&lt;br /&gt;
|-&lt;br /&gt;
| NET_ERROR_SENDING || - Could not send.&lt;br /&gt;
|-&lt;br /&gt;
| &amp;gt;=0 || - The size of the successfully sent file. With the separatorlength, if the separator was added.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
Make sure the file is received properly. [[NET_RecvFile]]() is helpful for this.&lt;br /&gt;
&lt;br /&gt;
{{Netfuncbox}}&lt;/div&gt;</summary>
		<author><name>Sandman</name></author>	</entry>

	</feed>