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.






TheGraphicsExpe... posted this at 13:04 — 4th July 2000.
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.
Hope that helps.
Mike Fisher
Hypertrophy (design)
matrix@hypertrophy.thinkhost.com
ICQ: 38389521
"Taking over TWF, one post at a time."
Anonymous posted this at 13:28 — 4th July 2000.
They have: 4,727 posts
Joined: Jan 1970
lol, hehe
richjb posted this at 14:26 — 4th July 2000.
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!
).
Patrick A Baer posted this at 17:47 — 4th July 2000.
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
Orpheus posted this at 20:21 — 4th July 2000.
They have: 568 posts
Joined: Nov 1999
WS_FTP is my favorite software. It's simple and it works.
Justin S posted this at 20:52 — 4th July 2000.
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.
abahta posted this at 23:06 — 4th July 2000.
They have: 58 posts
Joined: Jul 2000
AceFTP is really good, I love it.
You really need to try it.