Quote Originally Posted by honlino View Post
There's a workaround to put ftp working on enigma 2, edit the file /etc/init.d/vsftpd

between the line
test -f $DAEMON || exit 0

and

set -e

write this:
chown root /etc/vsftpd.conf

in the end it looks like this:
test -f $DAEMON || exit 0
chown root /etc/vsftpd.conf
set -e
Ths for the tip but I ask you: "How can I edit the vsftpd file if FTP doesn't work?"