Groovy Documentation

org.hidetake.gradle.ssh.api.operation
[Groovy] Interface SftpHandler


interface SftpHandler

Handler for closure of file transfer.

Authors:
hidetake.org


Nested Class Summary
interface SftpHandler.Factory

A factory of SftpHandler.

 
Property Summary
java.lang.Object factory

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

Get a file from the remote host.

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

Put a file to the remote host.

 

Property Detail

factory

final java.lang.Object factory


 
Method Detail

get

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


put

void put(java.lang.String local, java.lang.String remote)
Put a file to the remote host.
Parameters:
local
remote


 

Groovy Documentation