Bug 335101 - FTP creates directories without write permissions
Summary: FTP creates directories without write permissions
Status: RESOLVED UNMAINTAINED
Alias: None
Product: kio
Classification: Unmaintained
Component: ftp (other bugs)
Version First Reported In: unspecified
Platform: Debian stable Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-20 21:12 UTC by lsmod
Modified: 2014-10-26 07:27 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lsmod 2014-05-20 21:12:37 UTC
Hello,

please have a look at the problem i adressed to krusader:
https://bugs.kde.org/show_bug.cgi?id=333398

Maybe you can tell us where the file creation mask must be defined?

Best regards
Karsten
Comment 1 Maarten De Meyer 2014-10-08 15:08:29 UTC
Thank you for the bug report.

I'm not sure what version debian stable is using but it's probably not the frameworks 5 version, I'll move this report to the correct component.

Could you update the version you are on above? That way we are not trying to solve problems that are already fixed.

Cheers!
Comment 2 lsmod 2014-10-08 19:50:10 UTC
Hmm - that's not easy.
How can i find out this detail?

I can say
# kded --version
Qt: 3.3.8b
KDE: 3.5.10
KDE Daemon: $Id: kded.cpp 711061 2007-09-11 09:42:51Z tpatzig $
Comment 3 Maarten De Meyer 2014-10-09 18:43:16 UTC
Oh wow. That's a rather old version in software terms.
KDE 3 is no longer supported. That explains why nobody could reproduce your bug, it is already fixed along the way. Unfortunately you will not be able to get this fix (and many others)

I'm not going to recommend you switch to a new version, there must be a reason you use a legacy/stable system.
Your best bet would be to see if Trinity developers have backported this particular fix or pay somebody to do it for you.

Sorry I can't help you further.
Comment 4 Christoph Feck 2014-10-10 14:07:57 UTC
Try "kded4 --version". If that also shows version information, you have (for whatever reason) both KDE3 as well as KDE4 installed.
Comment 5 lsmod 2014-10-11 12:36:04 UTC
$ kded4 --version
Qt: 4.8.2
KDE: 4.8.4 (4.8.4)
KDE-Dienst: $Id$

There are maybe some rests of KDE3 because this is in upgraded system.
With a new installation i miss some basic things like the Kuickshow!
Comment 6 Christoph Feck 2014-10-25 19:31:43 UTC
KDE 4.8.4 is not maintained either, but I just checked ftp:// in Dolphin 4.14.2.

When creating directories directly (using "New Folder") they got drwxr-xr-x permissions.
When copying local folders, they also got drwxr-xr-x permissions, even if the original folder had dr-xr-xr-x permissions. I guess the permissions are decided by the ftp server.
Comment 7 lsmod 2014-10-26 07:27:54 UTC
It's correct - with a new folder it is created as drwxr-xr-x

When i copy an directory via FTP in Krusader it is created as dr-xr-xr-x.
BUT - when i look for the permissions in the source window i see drwxrwxr-x.

So it can't be a decision by the FTP server!
Krusader does ignore the original permissions.