<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pocok5</id>
		<title>ComputerCraft Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.computercraft.info/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pocok5"/>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/Special:Contributions/Pocok5"/>
		<updated>2026-07-11T14:51:57Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.1</generator>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=User:Pocok5/CraFTP&amp;diff=1199</id>
		<title>User:Pocok5/CraFTP</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=User:Pocok5/CraFTP&amp;diff=1199"/>
				<updated>2012-04-01T14:43:05Z</updated>
		
		<summary type="html">&lt;p&gt;Pocok5: /* CraFTP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CraFTP=&lt;br /&gt;
CraFTP is a simple system that allows you to send text files over Rednet.&lt;br /&gt;
It has two programs already written: Filesend and Receive.&lt;br /&gt;
'''All programs require the modem/bundled cable to be on the ''right'' side of the computer! This also allows turtles to send/receive wireless transmissions.'''&lt;br /&gt;
==Sendfile==&lt;br /&gt;
Sendfile is the program that is able to send the text file of your choice. It sends the file to all connected computers and turtles using Rednet Broadcast. While very useful for sending data, it is not encoded in any way and because of the method it uses to contact receiver computers ([[rednet (API)|rednet.broadcast]]), any and every computer can read the stream. A version for private file sharing is planned, until then it is advised to use bundled cables for secret files, or spy computers may intercept the signal. Another solution is to send data manually using [[rednet (API)|rednet.send]]. Type 'help filesend' in the console to get more information about using the program.&lt;br /&gt;
&lt;br /&gt;
==Receive==&lt;br /&gt;
The Receive is the program that you can use to read the datastream that the sender program broadcasts. The program asks for an existing file in the 'email' directory wich you must create yourself. After that, the computer enters a loop that checks for the Begin Stream Message in the incoming signals. During listening and downloading, your computer will remain unresponsive. After a succesful download, the program asks if you want to open the file in the editor instantly or return to CraftOS.&lt;br /&gt;
==Manually sending data==&lt;br /&gt;
If you need to send data without the aid of the sender program, you must launch the lua prompt first. Next, you must send the Begin Stream Message to the receiver, wich causes it to open the output file and start writing the lines that you send it. To send the BTM, type rednet.send(''computerid'',&amp;quot;fsendOpen&amp;quot;) or rednet.broadcast(&amp;quot;fsendOpen&amp;quot;) to send to all connected computers. After that, all strings that you send the receiver(s) become new lines in the output file. After you are done with the transmission, send &amp;quot;fsendClose&amp;quot; to the receiver (it's the End Stream Message). It will then close the file and finish the download.&lt;br /&gt;
==Download==&lt;br /&gt;
CraFTP v1.0&lt;br /&gt;
[http://www.mediafire.com/?3xihgb1ab0x86tf Download via Mediafire]&lt;/div&gt;</summary>
		<author><name>Pocok5</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=User:Pocok5/CraFTP&amp;diff=1198</id>
		<title>User:Pocok5/CraFTP</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=User:Pocok5/CraFTP&amp;diff=1198"/>
				<updated>2012-04-01T14:39:35Z</updated>
		
		<summary type="html">&lt;p&gt;Pocok5: /* CraFTP */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CraFTP=&lt;br /&gt;
CraFTP is a simple system that allows you to send text files over Rednet.&lt;br /&gt;
It has two programs already written: Filesend and Receive.&lt;br /&gt;
'''All programs require the modem/bundled cable to be on the ''right'' side of the computer! This also allows turtles to send/receive wireless transmissions.'''&lt;br /&gt;
==Sendfile==&lt;br /&gt;
Sendfile is the program that is able to send the text file of your choice. It sends the file to all connected computers and turtles using Rednet Broadcast. While very useful for sending data, it is not encoded in any way and because of the method it uses to contact receiver computers ([[rednet (API)|rednet.broadcast]]), any and every computer can read the stream. A version for private file sharing is planned, until then it is advised to use bundled cables for secret files, or spy computers may intercept the signal. Another solution is to send data manually using [[rednet (API)|rednet.send]]. Type 'help filesend' in the console to get more information about using the program.&lt;br /&gt;
&lt;br /&gt;
==Receive==&lt;br /&gt;
The Receive is the program that you can use to read the datastream that the sender program broadcasts. The program asks for an existing file in the 'email' directory wich you must create yourself. After that, the computer enters a loop that checks for the Begin Stream Message in the incoming signals. During listening and downloading, your computer will remain unresponsive. After a succesful download, the program asks if you want to open the file in the editor instantly or return to CraftOS.&lt;br /&gt;
==Manually sending data==&lt;br /&gt;
If you need to send data without the aid of the sender program, you must launch the lua prompt first. Next, you must send the Begin Stream Message to the receiver, wich causes it to open the output file and start writing the lines that you send it. To send the BTM, type rednet.send(''computerid'',&amp;quot;fsendOpen&amp;quot;) or rednet.broadcast(&amp;quot;fsendOpen&amp;quot;) to send to all connected computers. After that, all strings that you send the receiver(s) become new lines in the output file. After you are done with the transmission, send &amp;quot;fsendClose&amp;quot; to the receiver (it's the End Stream Message). It will then close the file and finish the download.&lt;/div&gt;</summary>
		<author><name>Pocok5</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=User:Pocok5/CraFTP&amp;diff=1197</id>
		<title>User:Pocok5/CraFTP</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=User:Pocok5/CraFTP&amp;diff=1197"/>
				<updated>2012-04-01T14:32:28Z</updated>
		
		<summary type="html">&lt;p&gt;Pocok5: /* Sendfile */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CraFTP=&lt;br /&gt;
CraFTP is a simple system that allows you to send text files over Rednet.&lt;br /&gt;
It has two programs already written: Filesend and Receive.&lt;br /&gt;
==Sendfile==&lt;br /&gt;
Sendfile is the program that is able to send the text file of your choice. It sends the file to all connected computers and turtles using Rednet Broadcast. While very useful for sending data, it is not encoded in any way and because of the method it uses to contact receiver computers ([[rednet (API)|rednet.broadcast]]), any and every computer can read the stream. A version for private file sharing is planned, until then it is advised to use bundled cables for secret files, or spy computers may intercept the signal. Another solution is to send data manually using [[rednet (API)|rednet.send]]. Type 'help filesend' in the console to get more information about using the program.&lt;br /&gt;
&lt;br /&gt;
==Receive==&lt;br /&gt;
The Receive is the program that you can use to read the datastream that the sender program broadcasts. The program asks for an existing file in the 'email' directory wich you must create yourself. After that, the computer enters a loop that checks for the Begin Stream Message in the incoming signals. During listening and downloading, your computer will remain unresponsive. After a succesful download, the program asks if you want to open the file in the editor instantly or return to CraftOS.&lt;br /&gt;
==Manually sending data==&lt;br /&gt;
If you need to send data without the aid of the sender program, you must launch the lua prompt first. Next, you must send the Begin Stream Message to the receiver, wich causes it to open the output file and start writing the lines that you send it. To send the BTM, type rednet.send(''computerid'',&amp;quot;fsendOpen&amp;quot;) or rednet.broadcast(&amp;quot;fsendOpen&amp;quot;) to send to all connected computers. After that, all strings that you send the receiver(s) become new lines in the output file. After you are done with the transmission, send &amp;quot;fsendClose&amp;quot; to the receiver (it's the End Stream Message). It will then close the file and finish the download.&lt;/div&gt;</summary>
		<author><name>Pocok5</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=User:Pocok5/CraFTP&amp;diff=1196</id>
		<title>User:Pocok5/CraFTP</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=User:Pocok5/CraFTP&amp;diff=1196"/>
				<updated>2012-04-01T14:31:00Z</updated>
		
		<summary type="html">&lt;p&gt;Pocok5: Created page with &amp;quot;=CraFTP= CraFTP is a simple system that allows you to send text files over Rednet. It has two programs already written: Filesend and Receive. ==Sendfile== Sendfile is the prog...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=CraFTP=&lt;br /&gt;
CraFTP is a simple system that allows you to send text files over Rednet.&lt;br /&gt;
It has two programs already written: Filesend and Receive.&lt;br /&gt;
==Sendfile==&lt;br /&gt;
Sendfile is the program that is able to send the text file of your choice. It sends the file to all connected computers and turtles using Rednet Broadcast. While very useful for sending data, it is not encoded in any way and because of the method it uses to contact receiver computers ([[rednet.broadcast]]), any and every computer can read the stream. A version for private file sharing is planned, until then it is advised to use bundled cables for secret files, or spy computers may intercept the signal. Another solution is to send data manually using [[rednet.send]]. Type 'help filesend' in the console to get more information about using the program.&lt;br /&gt;
==Receive==&lt;br /&gt;
The Receive is the program that you can use to read the datastream that the sender program broadcasts. The program asks for an existing file in the 'email' directory wich you must create yourself. After that, the computer enters a loop that checks for the Begin Stream Message in the incoming signals. During listening and downloading, your computer will remain unresponsive. After a succesful download, the program asks if you want to open the file in the editor instantly or return to CraftOS.&lt;br /&gt;
==Manually sending data==&lt;br /&gt;
If you need to send data without the aid of the sender program, you must launch the lua prompt first. Next, you must send the Begin Stream Message to the receiver, wich causes it to open the output file and start writing the lines that you send it. To send the BTM, type rednet.send(''computerid'',&amp;quot;fsendOpen&amp;quot;) or rednet.broadcast(&amp;quot;fsendOpen&amp;quot;) to send to all connected computers. After that, all strings that you send the receiver(s) become new lines in the output file. After you are done with the transmission, send &amp;quot;fsendClose&amp;quot; to the receiver (it's the End Stream Message). It will then close the file and finish the download.&lt;/div&gt;</summary>
		<author><name>Pocok5</name></author>	</entry>

	<entry>
		<id>https://www.computercraft.info/wiki/index.php?title=User:Pocok5&amp;diff=1195</id>
		<title>User:Pocok5</title>
		<link rel="alternate" type="text/html" href="https://www.computercraft.info/wiki/index.php?title=User:Pocok5&amp;diff=1195"/>
				<updated>2012-04-01T14:10:30Z</updated>
		
		<summary type="html">&lt;p&gt;Pocok5: Created page with &amp;quot;==Hello!== My name in the game and here, on the wiki and the forum, is Pocok5. My favorite programming language is lua. I'm currently working on an FTP system for CraftOS and ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Hello!==&lt;br /&gt;
My name in the game and here, on the wiki and the forum, is Pocok5.&lt;br /&gt;
My favorite programming language is lua.&lt;br /&gt;
I'm currently working on an FTP system for CraftOS and TurtleOS.&lt;br /&gt;
You can find the project [[/CraFTP|here]].&lt;/div&gt;</summary>
		<author><name>Pocok5</name></author>	</entry>

	</feed>