Networking :: FTPd default username/pass ?
What are the default login data for FTPd (username/pass) ? I couldn't find it anywhere ! Thanks in advance ...
the user is dsl but the pwd u have to set yourself:
Code Sample |
sudo passwd dsl |
and then if u want the pwd to be backed up add this 2 lines in /home/dsl/.filetool.lst :
/etc/passwd
/etc/shadow
thanks m8 !! That really helped !!
original here.