Bug 123762 - Change permissons of many files at a time and of subdirectories
Summary: Change permissons of many files at a time and of subdirectories
Status: RESOLVED FIXED
Alias: None
Product: kftpgrabber
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Jernej Kos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-17 01:06 UTC by Christoph Tavan
Modified: 2007-02-10 19:26 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Tavan 2006-03-17 01:06:50 UTC
Version:           0.6.0 (using KDE KDE 3.4.2)
Installed from:    Gentoo Packages

When I select multiple files on the server and then choose right click -> properties I can only set the file-permissions for the first file selected.

IMHO it should be possible to change the file-permissions for multiple selected files at a time. Furthermore it would be great, if I could apply the file-permissions to all subdirectories und files contained in a directory as well.
Comment 1 Jernej Kos 2006-04-04 18:44:13 UTC
SVN commit 526437 by kostko:

Added support for recursive chmod.

FEATURE: 123762

 M  +5 -0      engine/event.cpp  
 M  +7 -0      engine/event.h  
 M  +1 -1      engine/ftpsocket.cpp  
 M  +1 -1      engine/ftpsocket.h  
 M  +1 -1      engine/sftpsocket.cpp  
 M  +1 -1      engine/sftpsocket.h  
 M  +144 -0    engine/socket.cpp  
 M  +12 -1     engine/socket.h  
 M  +4 -2      engine/thread.cpp  
 M  +1 -1      engine/thread.h  
 M  +16 -2     widgets/browser/propsplugin.cpp  
 M  +1 -0      widgets/browser/propsplugin.h  
Comment 2 Vasileios P. Lourdas 2007-02-02 11:18:09 UTC
Does not work in version 0.8.0 for me...
Comment 3 Christoph Tavan 2007-02-10 19:26:35 UTC
Well, recursive chmod does work, but chmod of many selected files does not. I have opened a new bug on this issue: http://bugs.kde.org/show_bug.cgi?id=141498