This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
mrGyzzz's profile picture

File Transfer Protocol (FTP)

Started by mrGyzzz, 20 March 2015 - 05:47 PM
mrGyzzz #1
Posted 20 March 2015 - 06:47 PM
I've made a little program called FTP (File Transfer Protocol). You can use this program to copy files from one computer to another with the use of rednet. You can find and download the program with the link below. Just run the program without any arguments to show the help. If you find any bugs or have any suggestions, please comment.

Download:
Source: http://pastebin.com/bihLMhkX
Ingame command: pastebin get bihLMhkX FTP

Features:
  • Send and receive any file
  • Use a (security) code to make sure you received the right file
  • Choose if you want to messages to be printed by changing to debug variable in line 11 to true or false (for if you don't want random messages if you use this as a semi-API)
  • Automatic wireless modem detection
Edited on 25 March 2015 - 01:18 PM
HPWebcamAble #2
Posted 24 March 2015 - 01:33 AM
You put 'FTS' in the title instead of 'FTP'

Pretty minor, other than that looks like a good program.


Edit: Was fixed
Edited on 25 March 2015 - 09:33 PM
mrGyzzz #3
Posted 24 March 2015 - 10:03 PM
I noticed as well. You can't change the title once you posted it, right?
Lyqyd #4
Posted 24 March 2015 - 10:06 PM
You can, simply use the full editor when editing the first post in the topic.
mrGyzzz #5
Posted 25 March 2015 - 02:19 PM
You can, simply use the full editor when editing the first post in the topic.
Thanks for the little trick, I changed the title now.