sftp icon indicating copy to clipboard operation
sftp copied to clipboard

Add ability for server to receive file permissions for Open and Mkdir requests

Open capnspacehook opened this issue 1 year ago • 0 comments

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.

capnspacehook avatar Apr 12 '23 21:04 capnspacehook