Groovy Documentation

org.hidetake.gradle.ssh.extension
[Groovy] Class SftpGet

java.lang.Object
  org.hidetake.gradle.ssh.extension.SftpGet

@Category(SessionHandler)
@Slf4j
class SftpGet

An extension class to get a file or directory via SFTP.

Authors:
hidetake.org


Method Summary
void get(java.lang.String remote, java.io.File local)

Get a file or directory from the remote host.

void get(java.lang.String remote, java.lang.String local)

Get a file or directory from the remote host.

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

get

void get(java.lang.String remote, java.io.File local)
Get a file or directory from the remote host.
Parameters:
remote
local


get

void get(java.lang.String remote, java.lang.String local)
Get a file or directory from the remote host.
Parameters:
remote
local


 

Groovy Documentation