![]() |
Re: Ftp server
Quote:
|
Re: Ftp server
Quote:
On another note this auto build process is dumber than hell. I will try another shot at it and then I will just put the deb up at my garage page. |
Re: Ftp server
Well it took me hard coding in some of the optifying parameters but the build now works and installs everything in the correct location and looks for everything in the correct locations.
Version e is the on you need. |
Re: Ftp server
I tried to access ftp server via firefox, but it ask username and password.
What are they? |
Re: Ftp server
Quote:
Code:
#Alternative user auth |
Re: Ftp server
Ok, thank you very much!
|
Re: Ftp server
I cant login with anonymous... Do I miss something? (brain maybe)
|
Re: Ftp server
Quote:
|
Re: Ftp server
Ive got it! Thanks!
IS it possible to share the root filesystem? |
Re: Ftp server
I dunno if this was mentioned, but if someone wants to use t-mobile in the USA with something like this, they can try to get t-mobile total internet with VPN, which they do not NAT.
ex: http://wiki.howardforums.com/index.p...ernet_with_VPN or there may be a way to do a socks proxy, and socksify the app... or do an SSH tunnel. As long as they give you a hole somewhere to shove those packets through, you can make it work! |
Re: Ftp server
Quote:
Step by step, uhhh baby.... :D:D:D |
Re: Ftp server
he alread told you how to set up logins, even offered to post a perl script that he uses to generate login files.
You have to configure the /opt/etc/proftpd.conf file first. There are many guides online for how to do that. this would be a good chance for you to flex that big thing between your ears and get your feet wet a little, look for an online guide to configure proftpd.conf, it will probably just be a matter of editing it like a text file. |
Re: Ftp server
|
Re: Ftp server
Eesh, I've been hammering at this for a while and still can't get it to start.
The exec /home/opt/sbin/proftpd -c /opt/etc/proftpd.conf command just results in the termial closing the /etc/event.d etc.. command doesn't even work. /opt/sbin/proftpd.conf just reports a fatal ServerIdent: expected Boolean parameter on line 8. I'm guessing the exec command does work. But then trying to login to the FTP via my Ubuntu Desktop just results in error connecting: connection refused. This whole /opt situation is pretty annoying. It means what material you find in other Linux OS won't work on the N900 since everything has to be moved around. But any help would be appreciated. Edit: Removed ServerIdent.. now it says it's unable to determine the IP address. No valid servers configured. Error processing the /opt/etc/proftpd.conf Edit2: now we are getting somewhere Code:
$ /opt/sbin/proftpd |
Re: Ftp server
I have created a startup script in /etc/init.d/proftpd
Code:
#!/bin/sh To make it easier to start proftpd from the menu/desktop I created this script: Code:
#!/bin/sh Thanks. |
Re: Ftp server
How could you share the main flash drive using proftpd on the N900? (The 30Gb one) is it possible?
|
Re: Ftp server
I have also a working proftpd install on my device, but it's very slow in data traffic (between 80 ... 600KB/s to my 16GB). I was expecting a much faster connection...
What's your up & download speed? |
Re: Ftp server
Not more than 650 KB/s :(
I thought it would be faster than SCP but it is the same. |
Re: Ftp server
can someone please provide a direct link to instructions for the noobs here?
I installed proftpd, tried to make the autostart files as described above but no luck... a simple guide would be highly appreciated...thx... |
Re: Ftp server
It's pretty lame to have a working application and not a one page manual how to use it.
The comments in previous pages are not helpful for the noobs,i think a step by step guide is essential. Can't anybody dedicate 1 hour to make it?...is it so difficult? |
Re: Ftp server
Not sure what people want as far as instructions on the app. You install the package and then follow any of a dozen configuration guides for proftpd
the config file is in /opt/etc http://www.proftpd.org/docs/howto/ConfigFile.html Is a basic example. |
Re: Ftp server
maybe because we don't have the time to search dozens of guides to do such a simple think or maybe because there is no reason to have to search for instructions all over the web and mix and match steps, retry refail etc instead of the creator posting a simple but complete 1,2,3 guide of all the specific steps nessessary for anyone to have a running program in his device.
|
Re: Ftp server
Thanks!
This is what I was looking for... I don't know how I didn't see it before... |
Re: Ftp server
Excellent effort, but I'm out of here. I have OpenSSH cramps every time I see a conf file that has no preconfiguration. The home site offers a conf example for anonymous and one for virtual sites (nothing in between). This might be second nature for Linux users, but it took me 4 days to start ssh on Windows - I ended up tarballing me the entire installation. True, some woes came with cywin conflicts.
Might I suggest the very nice implementation VNC server has. One icon in menu, once clicked you are good for one login, no password needed. Click the icon, open a connection via VNC. Alternately, a password could be typed at startup. Password is inserted into the conf and daemon started. Upon exiting the app, daemon stops. So click the icon, type a random text, login. Elegant, simple, universal. Does not preclude the intended usage. I'm fairly sure this could be implemented with a small shell script, allowing for a "ftpserver <password>" command. Unfortunately, I can't do Linux shell worth a damn. |
Re: Ftp server
I was copying some files from my N900 to my PC, and Norton alerted me that proftpd has a behaviour that looks like a trojan.
Does anyone know why? |
Re: Ftp server
Why not use already existing openssh-server package on n900 ?
You can then use winscp to connect to n900. |
Re: Ftp server
Quote:
|
Re: Ftp server
Quote:
I'm connecting the other way now. Server on PC, client on N900. At least that's a GUI app. Still rough around the edges, though, to chdir I have to select a folder than go to menu and choose File > change directory ... (even though ellipsis seem to suggest a dialog is about to happen). Oh well. Hey, concurrent transfers. |
Re: Ftp server
Quote:
Your link has made the configuration just easy |
Re: Ftp server
hello nononoyes,
i've tried your proftp configuration without all those scripts. i just want to start it in terminal if necessary, but i just get "530 login incorrect error". isn't your configuration possible without all that scripts? edit: I also tried anonymous log in, while uncommenting that lines in config, nothing working. here's my n900 proftp.conf: Code:
# This is a basic ProFTPD configuration file (rename it to |
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 13:07. |
vBulletin® Version 3.8.8