PDA

View Full Version : FTP permissions in dreamweaver



Dulcinea
August 5th, 2004, 10:43 AM
I've read the tutorial in this site about how to create a guestbook with flash, xml and php. I uploaded the tutorial files in my server but looks like the php script isn't able to access the xml file. The tutorial talks about changing the CHMOD permissions to 777.¿How do you do that in dreamweaver?

coolname
August 5th, 2004, 10:46 AM
go to window/results/ftplog and type in the command bar

site chmod 755 /path/to/your/file

I haven't tried it. I just typed 'dreamweaver chmod' into google.

Dulcinea
August 5th, 2004, 02:48 PM
it worked
I typed
site chmod 777 /(...)/guestbook.xml