]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
upstream: When doing an sftp recursive upload or download of a
authordtucker@openbsd.org <dtucker@openbsd.org>
Fri, 20 Nov 2020 03:16:56 +0000 (03:16 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 20 Nov 2020 05:58:18 +0000 (16:58 +1100)
commit41935882f4e82de60dbd6e033eabe79e1b963518
tree057f230fdcd5e4372bc809d3e17f5d5fbed97bbd
parent0f90440ca70abab947acbd77795e9f130967956c
upstream: When doing an sftp recursive upload or download of a

read-only directory, ensure that the directory is created with write and
execute permissions in the interim so that we can actually complete the
transfer, then set the directory permission as the final step.  (The execute
bit is only likely to be an issue with a non-POSIX server).  bz#3222, ok djm@

OpenBSD-Commit-ID: a82606212f2796e31f0e1af94a63355a7ad5d903
sftp-client.c