Package ClusterShell :: Package Worker :: Module Ssh :: Class ScpClient
[hide private]
[frames] | no frames]

Class ScpClient

source code


Scp EngineClient.

Instance Methods [hide private]
 
_build_cmd(self)
Build the shell command line to start the scp commmand.
source code

Inherited from Exec.CopyClient: __init__

Inherited from EngineClient.EngineClient: __repr__, abort

Inherited from Engine.Engine.EngineBaseTimer: invalidate, is_valid, set_nextfire

Inherited from Engine.Engine.EngineBaseTimer (private): _set_engine

Method Details [hide private]

_build_cmd(self)

source code 

Build the shell command line to start the scp commmand. Return an array of command and arguments.

Overrides: Exec.ExecClient._build_cmd