PDA

Bekijk de volledige versie : Oleg's firmware and proftpd as FTP server?



Tronix
10-09-2006, 18:05
Hello.

Anybody try use proftpd as an FTP server with Oleg's firmware? I install proftpd and start it with default config file, but when i want login to my server as "anonymous", i get error: 530 Login incorrect. I change strrings in config:

ServerType standalone
<Anonymous /opt/ftp> # (by default ~ftp)

With no result :(

May be i need to add user and group ftp/ftp? How can i do this?

Please help me.

-----
With best regards,
Sergey.

P.S. Sorry for my terrible English.

Tronix
10-09-2006, 20:20
I resolve my question :)

I do:

1. Add manualy "ftp::50:ftp:x:500:" string to file /etc/group
2. install adduser
3. adduser ftp -D -G ftp
4. create file /tmp/local/.files contained strings: /tmp/etc/passwd and /tmp/etc/group
5. flashfs save && flashfs commit && flashfs enable
and one more thing...
6. In /local/sbin/post-boot I added hostname localhost, because proftpd give error without this.