Method | Description | |
---|---|---|
Pull ( ITransferProgress status, string remoteSub = null, string localSub = null ) : void | ||
Pull ( string remoteSub = null, string localSub = null ) : void | ||
Push ( ITransferProgress status, string localSub = null, string remoteSub = null ) : void | ||
Push ( string localSub = null, string remoteSub = null ) : void | ||
RsyncController ( string local, string remote, string key, IRsyncLauncher rsyncLauncher ) : System |
Method | Description | |
---|---|---|
HandleRsyncResponse ( |
||
HandleRsyncResponse ( |
||
JoinPathsIfNeeded ( string path1, string path2 ) : string |
Method | Description | |
---|---|---|
BuildOptions ( ) : |
||
CreateSshFolder ( ) : void |
protected HandleRsyncResponse ( |
||
response | ||
return | void |
protected HandleRsyncResponse ( |
||
response | ||
return | void |
protected static JoinPathsIfNeeded ( string path1, string path2 ) : string | ||
path1 | string | |
path2 | string | |
return | string |
public Pull ( ITransferProgress status, string remoteSub = null, string localSub = null ) : void | ||
status | ITransferProgress | |
remoteSub | string | |
localSub | string | |
return | void |
public Pull ( string remoteSub = null, string localSub = null ) : void | ||
remoteSub | string | |
localSub | string | |
return | void |
public Push ( ITransferProgress status, string localSub = null, string remoteSub = null ) : void | ||
status | ITransferProgress | |
localSub | string | |
remoteSub | string | |
return | void |
public Push ( string localSub = null, string remoteSub = null ) : void | ||
localSub | string | |
remoteSub | string | |
return | void |
public RsyncController ( string local, string remote, string key, IRsyncLauncher rsyncLauncher ) : System | ||
local | string | |
remote | string | |
key | string | |
rsyncLauncher | IRsyncLauncher | |
return | System |