When I am using the scp_upload function, it changed my file permission from 770 to 650 on the remote server. I tried the scp -p in terminal and I was able to preserve the mode, but scp_upload doesn't seem to have such an argument to preserve the mode permission?
I have made a change that tries to retain the file persmissions. Can you try again? You can install the latest version from https://ropensci.r-universe.dev/ssh
Hi,
When I am using the
scp_upload
function, it changed my file permission from 770 to 650 on the remote server. I tried thescp -p
in terminal and I was able to preserve the mode, but scp_upload doesn't seem to have such an argument to preserve the mode permission?