You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Use sudo as root to copy no permission files.
$ gossh fetch host1 -f /root/foo.txt -d ./backup/ -s
# Use sudo as 'zhangsan' to copy no permission files.
$ gossh fetch host1 -f /home/zhangsan/foo.txt -d ./backup -s -U zhangsan
The text was updated successfully, but these errors were encountered:
For example:
The text was updated successfully, but these errors were encountered: