Bug 123762

Summary: Change permissons of many files at a time and of subdirectories
Product: [Applications] kftpgrabber Reporter: Christoph Tavan <chefturner>
Component: generalAssignee: Jernej Kos <kostko>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

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