• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Make FTP folder writeable?

edro

Lifer
A PHP Image gallery wants me to make a folder, but it is giving me an error saying to do this:

chown -R nobody /home/webpage/public_html/albums

or if that doesn't work:
chmod -R 777 /home/webpage/public_html/albums

When I right click on the folder, the CHMOD option is greyed out. I don't think you can do that to folders with SmartFTP.

DOS FTP won't let me do CHMODs either.

Anyone know of a command like FTP or otherwise that will let me CHMOD folders?

THanks!

 
Try using another Windows FTP client like WS_FTP or FlashFXP both of those allow me to chmod 777 folders which I have created.
 
Originally posted by: RossMAN
Try using another Windows FTP client like WS_FTP or FlashFXP both of those allow me to chmod 777 folders which I have created.

Thanks! FlashFXP works...

Thanks again,
Ed
 
Back
Top