![]() |
Re: Ftp server
PLEEEEEEEAAAAAASSSSE HELP!!!
I've tried everything. I looked at the ubuntu forums too. I've spent two days on this, guys... and I just can't get it to work. It either closes terminal or gives an "error on line... ". I just want a freaking working ftp server, by this point I don't care if it's only anonymous login, if 3000 connections can be made.... really, I just want to be able to ftp into my N900. Can someone PLEASE give me instructions on how to do this. Seriously, if I can get OS8 working on the tablet, I should be able to get this working. But I can't. Any suggestions? |
Re: Ftp server
busybox-power includes an "ftpd" command in busybox (for the newbs - busybox is a program that provides most of the shell commands on embedded systems like the N900).
I haven't used it, but you all might find it easier. |
Re: Ftp server
I can't get this to start. I edited the conf file but I can not start proftpd? Can some one tell me the exact commands to make it start??
|
Re: Ftp server
STEP BY STEP MAKING PROFTPD WORK ON N900 :)
You will be able to login with the default user ONLY to change the password for the default user type : Code:
sudo gainroot Step 1 : Enable extras-devel repository and install proftpd after installing : Step 2 : in xterm type Code:
sudo apt-get install nano-opt Code:
sudo gainroot Code:
ServerName "Your FTP server name" Code:
groupadd ftp Code:
usermod -a -G ftp user Code:
nano /etc/init.d/proftpd Code:
#!/bin/sh if you want to use xterm to start and stop the ftp server : Start : Code:
sudo /etc/init.d/proftpd start Code:
sudo /etc/init.d/proftpd stop Code:
sudo /etc/init.d/proftpd restart If you plan to use something like queen beccon to stat the FTP server , its preferred you do this : (as a root , sudo gainroot) Code:
chmod 777 /etc/init.d/proftpd Code:
#!/bin/sh Code:
chmod 777 /etc/init.d/proftpd_start Code:
/etc/init.d/proftpd_start |
All times are GMT. The time now is 11:58. |
vBulletin® Version 3.8.8