Ezilon.com - Target Your Audience, be Seen in Your Region

CHMOD

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 472 posts

Joined: Oct 1999

Is there a FTP software that can help me CHMOD every file in a directory and its sub-directories?

Example:
If I CHMOD the "content" directory, the program will help me CHMOD all the files in the "content" dir, and all the files in "content" dir's sub-directories.

They have: 184 posts

Joined: Jun 2000

[That lil' lightbulb's my favorite!]
No software will be quite like the Unix/Telnet interface--that I have seen. [Like.. you can't say CHMOD 755 data.cgi.]

However, http://www.cuteftp.com (Cute FTP) allows you to CHMOD files by going to Commands>File Actions>CHMOD, or by hitting Ctrl+Shft+A.

I haven't tried it on any directories but I am sure that it will do them.

If not, grab some ramen and get ready to CHMOD. Smiling

Hope that helps.

Mike Fisher
Hypertrophy (design)
matrix@hypertrophy.thinkhost.com
ICQ: 38389521
"Taking over TWF, one post at a time."

They have: 4,727 posts

Joined: Jan 1970

lol, hehe

They have: 193 posts

Joined: Feb 2000

If you are using CuteFTP or WS_FTP then you are able to do a multi select.

Simply select all files in the direcoty, and right click. then click on the appropriete option to CHMOD. Do this to all files and directories.

If you have a mulitple direcoty tree (many direcories in mayn directories) that needs to be CHMODed, you may want to right a PERL dcript to do it.

Richard

richard@brevig.com

Everyone here has a website. It's just that not all are worth posting (Mine! Smiling).

He has: 32 posts

Joined: Mar 1999

You might try to do this with command-line ftp:

-Open a MS-DOS-Prompt
- type: ftp
- Login
- use cd to go to the directory you need
- chmod with: !chmod -R 777 * or whatever you want to do

I don't know if it works properly with the Windows-ftp program though...(

later

http://www.patrickbaer.com
Professional Photo Retouching Services

They have: 568 posts

Joined: Nov 1999

WS_FTP is my favorite software. It's simple and it works. Smiling

Justin S's picture

They have: 2,076 posts

Joined: Jun 1999

I agree. My favorite also. I used FTP Exlorer before that, but it didn't allow me to CHMOD files.

They have: 58 posts

Joined: Jul 2000

AceFTP is really good, I love it.

You really need to try it.