int128 / gradle-ssh-plugin

Gradle SSH Plugin

Home Page:https://gradle-ssh-plugin.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sudo get/put needed

javaone199 opened this issue · 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