You can access your ComputerCraft computers from FTP! Set an FTP access key on your forum preferences page. On the computer that you want to access, run the program skcraft-authorize in shell and follow the instructions. Login to the FTP server at address ftp.skcraft.com, port 24000 with your forum username and your FTP access key. Note: You may have to re-login to FTP for changes to take effect if you adjust authorization settings on a computer. [h2]Access from your editor[/h2] Users of Notepad++ can use the NppFTP plugin to instantly edit Lua files and upload them immediately.
It doesn't let me log into FTP://alice.sk89q.com:24000 D: Code: 220-Welcome to the SKCraft files server! Login with your SKCraft FTP access key (NOT your forum password). 220 -> USER DoomCommando 331 Username ok, send password. -> PASS *HIDDEN* 530 Sorry, incorrect credentials. remember, your ftp access key, not your password. Unable to connect Disconnected (And yes. I used the key I set.)
Aye, Confirmed, (username is caps sensitive >.<) Uploaded, Browsed to, and run. Note: the program should be located in the folder with the computers name, NOT the .skcraft folder. Also: i was only able to login with google chrome and filezilla, NOT NP++, or Fireftp.
I've gotten two computers to authorize and work with FTP and no luck with others. Tried relabeling, reauthorizing, etc. Been using FileZilla and NppFTP. Both connect and access files just fine. Possibly FTP doesn't work with Advanced Computers.
Works with both, as they are practically the same. I need the numbers of the computers (os.getComputerID() in Lua) that don't work.
Hard limit of 20 computers checked before it aborted and pretended the others didn't exist. The order wasn't defined so anything could disappear at any point in time.