gradle-ssh-plugin icon indicating copy to clipboard operation
gradle-ssh-plugin copied to clipboard

sudo get/put needed

Open javaone199 opened this issue 2 years ago • 0 comments

For example, a file directory tree is owned by user1. login as user2 and user2 is in sudo group. but user2 can not access files owned by user1. In this case, sudoGet and sudoPut are needed to access files owned by user1.

sudoGet from: remote_path, into: local_path sudoPut from: local_path, into: remote_path

javaone199 avatar May 18 '22 20:05 javaone199