Posted 26 February 2012 - 09:20 PM
WARNING: This is not a pure lua program! Its an actual Mod. Currently Bukkit only
Have you ever wanted to let your users edit their files easier?
Maybe with an editor with actual syntax highlighting?
Well, this is now possible!
What this mod does is provide users with a way to access their computer with *any* FTP client that exists (FileZilla to name an example, but even the default Windows explorer has support to connect to FTP servers).
Download: https://github.com/d...TPd/CCFTP_7.zip
Source: https://github.com/D...mputerCraftFTPd
Installation
Extract the file you downloaded (CCFTP_7.zip) to your mods directory. If it asks you to overwrite/integrate your ComputerCraft folder that is normal and you respond to the question with "Yes" (all it will do is place the ftppasswd file into your lua/rom/programs folder)
Start up your server, it will create a file in the config folder, tweak it if you want a different port (or bind IP, by default it gets the IP from the server its running on and uses the same).
Usage
Go to your computer, enter "ftppasswd", it will make you enter a password and re-enter it to exclude typing errors. You can re-enter the command at any time to change your password if you wish.
Once you set the password, type "id". It will say somehting like "The ID of this computer is #XXX".
The number that comes after the # is the username you will need for FTP, the password you set earlier is your password.
WARNING:If connection doesn't work, try the ussername "WORLDNAME.ID" (for example: "awesomeland.69") And if that still doesn't work, try "world.ID" (ex.: "world.69").
So now, you can just use any FTP client and connect to the server (by default, the port is 2221, not 21)
If you ever want to remove FTP access to a computer, just remove the "_ftppasswd" file from your computer (in the root folder).
If you got any more questions, just ask!
Have you ever wanted to let your users edit their files easier?
Maybe with an editor with actual syntax highlighting?
Well, this is now possible!
What this mod does is provide users with a way to access their computer with *any* FTP client that exists (FileZilla to name an example, but even the default Windows explorer has support to connect to FTP servers).
Download: https://github.com/d...TPd/CCFTP_7.zip
Source: https://github.com/D...mputerCraftFTPd
Installation
Extract the file you downloaded (CCFTP_7.zip) to your mods directory. If it asks you to overwrite/integrate your ComputerCraft folder that is normal and you respond to the question with "Yes" (all it will do is place the ftppasswd file into your lua/rom/programs folder)
Start up your server, it will create a file in the config folder, tweak it if you want a different port (or bind IP, by default it gets the IP from the server its running on and uses the same).
Usage
Go to your computer, enter "ftppasswd", it will make you enter a password and re-enter it to exclude typing errors. You can re-enter the command at any time to change your password if you wish.
Once you set the password, type "id". It will say somehting like "The ID of this computer is #XXX".
The number that comes after the # is the username you will need for FTP, the password you set earlier is your password.
WARNING:If connection doesn't work, try the ussername "WORLDNAME.ID" (for example: "awesomeland.69") And if that still doesn't work, try "world.ID" (ex.: "world.69").
So now, you can just use any FTP client and connect to the server (by default, the port is 2221, not 21)
If you ever want to remove FTP access to a computer, just remove the "_ftppasswd" file from your computer (in the root folder).
If you got any more questions, just ask!
Edited on 25 March 2012 - 03:41 PM