can anyone tell me how to chmod 755 a file in the var folder using fxp
thanks
can anyone tell me how to chmod 755 a file in the var folder using fxp
thanks
Don't use fxp but in all other ftp programs I've used you right click the file and select "File attributes..."
chmod - Wikipedia, the free encyclopedia
Right click the file in your ftp program, select 'chmod' or 'properties' or 'attributes' depending on your program and tick the three 'execute' boxes so that the number changes to 755.
Or
You can telnet to the dreambox and use the 'chmod' command.
For example,
Code:chmod 755 /var/tuxbox/plugins/footy.so
thanks guys i will try it out tommorow heres hoping!![]()
Bookmarks