How to chmod a folder to 777?

How to chmod a folder to 777?

Posted by: accent
Posted on: 2006-03-11 19:26:00

I need to chmod a folder to 777 to allow my user to upload files but I could find a web tool to do it. Could you tell me how to change it? Thank you!


Re: How to chmod a folder to 777?

Posted by: ardco
Posted on: 2006-03-11 19:55:00

I suggest search the wiki; look at ftp program options if you're using an ftp program; otherwise, command line also works.

Good luck,

BobS

Re: How to chmod a folder to 777?

Posted by: accent
Posted on: 2006-03-11 19:57:00

I don't think FTP can do it.
only telnet does. however, dreamhost doesn't allow me telnet

Re: How to chmod a folder to 777?

Posted by: Shonky
Posted on: 2006-03-11 20:10:00

CHMOD works fine for me through FTP using FlashFXP.

Re: How to chmod a folder to 777?

Posted by: silkrooster
Posted on: 2006-03-11 20:16:00

If you have windows xp, you can use windows explorer to ftp to your site. Just right click on the file you want changed and select properties and put a check on all the boxes.
Silk

Re: How to chmod a folder to 777?

Posted by: ardco
Posted on: 2006-03-11 20:27:00

> only telnet does. however, dreamhost doesn't allow me telnet

You should be able to have shell access with ssh (more secure than telnet); putty is a good ssh program for windos. In the panel you can turn on shell access under Users, Manage Users.

Good luck,

BobS

Re: How to chmod a folder to 777?

Posted by: accent
Posted on: 2006-03-11 21:24:00

The windows FTP worked. I didn't know FTP can do it.
SSH doesn't work with my hosting plan though.
thank you guys!


Re: How to chmod a folder to 777?

Posted by: guice
Posted on: 2006-03-12 08:08:00

In reply to:

I need to chmod a folder to 777 to allow my user to upload files but I could find a web tool to do it. Could you tell me how to change it? Thank you!


777 is highly unsecure. Can you give more details as to the setup? I think you might be able to just get away with default (755) or even just 775.

In reply to:

I don't think FTP can do it.
only telnet does. however, dreamhost doesn't allow me telnet


/nod, no telnet. Telnet sucks. Use SSH.

Re: How to chmod a folder to 777?

Posted by: seiler
Posted on: 2006-03-12 08:48:00

In reply to:

SSH doesn't work with my hosting plan though.


In reply to:

Ardco: In the panel you can turn on shell access under Users, Manage Users.


All plans support it. As pointed out, you just need to enable it through the control panel.

Re: How to chmod a folder to 777?

Posted by: ardco
Posted on: 2006-03-12 19:15:00

>> SSH doesn't work with my hosting plan though.
> All plans support it. As pointed out, you just need to enable it through the control panel.

Maybe they've got a special re-sale arrangement without access to the panel, and were only given ftp?

Cheers,

BobS

Tags: upload fileschmod