jailkit-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Jailkit-users] group directory write permissions


From: Ryan Wexler
Subject: Re: [Jailkit-users] group directory write permissions
Date: Tue, 2 Jun 2009 09:45:31 -0700

The open source sshtools, com.sshtools.j2ssh.SftpClient.  It was the only working open source one I could find where I can embed it in my code smoothly.  It works well.

I had to add this line to it.  I guess it doesn't use the user default umask.
                sftp.umask(remoteAccount.getUmask());

-ryan

On Tue, Jun 2, 2009 at 7:49 AM, Olivier Sessink <address@hidden> wrote:
> Thanks for the tips.  I tried strace to no luck, but that gave me the idea
> of trying it from different clients and sure enough the java client I was
> using seems to be the problem.  If I manually set the umask in the client
> code it fixes the problem
> thanks
> -ryan

which java client are you using?

Olivier




_______________________________________________
Jailkit-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/jailkit-users


reply via email to

[Prev in Thread] Current Thread [Next in Thread]