SmartFTP and CHMOD

NightCrawler

Diamond Member
Oct 15, 2003
3,179
0
0
Am I missing the way to chmod with the recursive command:

site chmod -R 0777 /public_html/test/

Is something wrong with that, it works without the -R but when added it don't work?
 

nsafreak

Diamond Member
Oct 16, 2001
7,093
3
81
uh, you don't need the zero, it should be site chmod -R 777 /public_html/test

I sure hope you don't mind everybody doing whatever in that directory though.