int128 / gradle-ssh-plugin

Gradle SSH Plugin
https://gradle-ssh-plugin.github.io
Apache License 2.0
318 stars 60 forks source link

sudo get/put needed #377

Open javaone199 opened 2 years ago

javaone199 commented 2 years ago

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