How can I change the attributes of all css files in a ftp connection?
I found here in this forum the command line SITE chmod <value> <filename> but nothing similar to "chmod <value> <all files with ending css>".
Thanks for any advice.
FTP: chmod several files by ending (css)
Moderators: Hacker, Stefan2, white
FTP: chmod several files by ending (css)
Regards,
Herbert
Herbert
- ghisler(Author)
- Site Admin
- Posts: 50625
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
You can select them with Alt+"+", and then use menu Files - Change attributes. On Unix/Linux servers, this will automatically use SITE chmod with all selected files.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Alt + "+" doesn't work
Thanks but this key combination simply does nothing. No reaction. (I use TC version 8.01)
Regards,
Herbert
Herbert
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany
ghisler(Author) talks about all css files at the current directory.
Are you talking about a recursive chmod through all subdirectories?
Well, the common command for this is "chmod -R <value>", but TC can only send a command to the FTP server.
If the FTP server don't know this command, there is no chance.
Are you talking about a recursive chmod through all subdirectories?
Well, the common command for this is "chmod -R <value>", but TC can only send a command to the FTP server.
If the FTP server don't know this command, there is no chance.
#5767 Personal license
- sqa_wizard
- Power Member
- Posts: 3893
- Joined: 2003-02-06, 11:41 UTC
- Location: Germany