hi i went to put the nagra7 file into keys and accidently hit the lasky img now i cant delete it from the dbox any ideas plz
oops i think ive messed up
Collapse
X
-
Still not sure wot u did? did u copy over the lasky img to the keys folder?
reboot and then connect via ftp and delete it....or use tux commander. -
could be a permissions issue ,
sorry i have no idea how to do this via an ftp client , but from the command line..
START RUN CMD
(dos prompt)
c:\> ftp x.x.x.x ( where x.x.x.x is the ip addy of the dbox)
User: <the username>
password : <the password>
cd into the keys directory usually as follows ;
ftp> cd.. <enter>
ftp:> cd var/keys
ftp:> chmod 775 <filename.img>
ftp:> rm <filename.img>
ftp:> quit
c:\> exitComment
Comment