jcabi-ssh icon indicating copy to clipboard operation
jcabi-ssh copied to clipboard

scp capabilities

Open andreoss opened this issue 3 years ago • 0 comments

it would be nice to be able to use scp

interface Shell {
   .... 
   void copyToLocal(String path);  // scp remote:path .
   void copyFromLocal(String path); // scp path remote:
}

andreoss avatar Sep 19 '22 03:09 andreoss