I assume that you use windows...
- So download putty.exe here :
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html - Install it
- run putty.exe
I assume that you use the default configuration of the SSH server
and in the main Putty configuration windows (session category) :
- enter the LAn IP of your NAS (192.168....)
- keep the port 22
- click on the button "Open"
Now you need to use the root login : login:'root' (without quotes) and password:'giveit2me' (without quotes)
So now you get a shell access on your NAS !
Do these commands to copy the file to the share fvdw:
- Code: Select all
cp /etc/proftpd.conf /share/1000/fvdw
chmod a+w /share/1000/fvdw/proftpd.conf
Now you have a copy in the fvdw share!