PDA

View Full Version : chmod 777



dreamer
March 10th, 2004, 01:42 AM
How do you edit a file with a chmod of 777 on a server from like a normal web brower?

λ
March 10th, 2004, 02:41 AM
that's a unix permission... you'd edit it exactly as you'd edit a normal file.
If you're talking about chmodding it, then I'm not sure whether IE can do that. You'll have to get another FTP client like FileZilla(http://filezilla.sourceforge.net/) or WS_FTP LE(http://www.ftpplanet.com/downloadLE.asp)

dreamer
March 10th, 2004, 03:58 PM
ahh ok thanks alot.

Jubba
March 10th, 2004, 06:54 PM
clarify: Did you want to be able to edit the content of a file? Like in a CMS (Content Management System)? From a web-environment?