CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2020/11/19 20:16:56

Modified files:
        usr.bin/ssh    : sftp-client.c 

Log message:
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@

Reply via email to