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

Scp folder task

Open dprutean opened this issue 6 years ago • 0 comments

I want to copy all files from a folder /src into the folder /dest on server. If I do ssh.run { session(remotes.webServer) { put from: "src/", into: 'dest/' } }

I get in destination dest/src/myfiles. How may I copy them ? Should be this a feature ?

dprutean avatar Dec 17 '18 09:12 dprutean