←  APIs and Utilities

ComputerCraft | Programmable Computers for Minecraft

»

File Transfer Protocol (FTP)

mrGyzzz's Photo mrGyzzz 20 Mar 2015

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 by mrGyzzz, 25 March 2015 - 02:18 PM.
Quote

HPWebcamAble's Photo HPWebcamAble 24 Mar 2015

You put 'FTS' in the title instead of 'FTP'

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


Edit: Was fixed
Edited by HPWebcamAble, 25 March 2015 - 10:33 PM.
Quote

mrGyzzz's Photo mrGyzzz 24 Mar 2015

I noticed as well. You can't change the title once you posted it, right?
Quote

Lyqyd's Photo Lyqyd 24 Mar 2015

You can, simply use the full editor when editing the first post in the topic.
Quote

mrGyzzz's Photo mrGyzzz 25 Mar 2015

View PostLyqyd, on 24 March 2015 - 10:06 PM, said:

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.
Quote