Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

Guest

Wrong permission when creating a directory

Hi, I'm using 4.1 beta (Build 375) with sftp on an SuSE 9.3 server.
It appears that I can't get permissions set to rwxrws--- (2770) for new directories.

Preferences-->Transfer-->Upload option is set like this:
rw-rwS--- (+x)
Thats 2660 for files but I suppose WinSCP will add the X for directories as set.

New directories just get rwxr-xr-x which is wrong since the group needs write access and others have no business in those folders.
I can enter chmod 2770 xxxxx on WinSCP's command line and this works as intended.

Where am I wrong?