multipass icon indicating copy to clipboard operation
multipass copied to clipboard

[cli][transfer] Make sure directory permissions are preserved on recursive transfer

Open andrei-toterman opened this issue 2 years ago • 0 comments

When transferring a tree of directories recursively, the directory permissions are not preserved. This needs to be done in two passes: first copy all the files and directories, then go backwards and set the permissions of the directories.

andrei-toterman avatar Sep 19 '22 12:09 andrei-toterman