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

Another FTP Program

Started by panicmore, 22 December 2015 - 06:15 PM
panicmore #1
Posted 22 December 2015 - 07:15 PM
So I was tired of having to copy all my files to disk and run back and forth when creating large automated projects, so I created this script.

Basically you need to put This script on the server machine and run it at startup:
http://pastebin.com/TGb24n4b

-updated version that checks for modems on all sides

http://pastebin.com/sTm7K6Um

http://pastebin.com/7dBp4n5i


and This script on whatever machine you want to copy the file to:
http://pastebin.com/9hYBs19a



(I use a pocket computer) and type FTP or whatever you save it as <file path> <new file path> and it will pull the file to the computer. You will need to change the id of the server in the client program, and it does work if you store files on disks like I do.

Screenshots:

http://imgur.com/a/Jtn1I
Edited on 22 December 2015 - 09:19 PM
Creator #2
Posted 22 December 2015 - 07:29 PM
Can the modems be on any side?

And……….Screenies?
panicmore #3
Posted 22 December 2015 - 10:19 PM
Can the modems be on any side?

And……….Screenies?

I've edited the original topic for you :)/>