spmjs / node-scp2

[MAINTAINER WANTED] A pure javascript scp program based on ssh2.
384 stars 96 forks source link

Add the ability to preserve file permissions after copy. #56

Open lynchs61 opened 8 years ago

lynchs61 commented 8 years ago

If I run SCP from the command line I can run it with the flag to preserve the local file permissions: scp -p <local> <remote>. Is that possible with this library? If so what would be involved with adding this capability?