With this change, SFTP clients that support sending file attributes in SFTP open and mkdir requests can now specify the permissions of files and directories when they are created. To avoid breaking backwards compatibility and to keep this PR as small as possible, the SFTP client is not changed so support this.
With this change, SFTP clients that support sending file attributes in SFTP
open
andmkdir
requests can now specify the permissions of files and directories when they are created. To avoid breaking backwards compatibility and to keep this PR as small as possible, the SFTP client is not changed so support this.