PHP Class Deployer\Server\Remote\NativeSsh

Inheritance: implements Deployer\Server\ServerInterface
Afficher le fichier Open project: elfet/deployer

Méthodes publiques

Méthode Description
__construct ( Configuration $configuration )
connect ( )
download ( $local, $remote )
getConfiguration ( ) : Configuration
run ( $command )
scpCopy ( string $target, string $target2 ) : string Copy file from target1 to target 2 via scp
upload ( $local, $remote )

Method Details

__construct() public méthode

public __construct ( Configuration $configuration )
$configuration Deployer\Server\Configuration

connect() public méthode

public connect ( )

download() public méthode

public download ( $local, $remote )

getConfiguration() public méthode

public getConfiguration ( ) : Configuration
Résultat Deployer\Server\Configuration

run() public méthode

public run ( $command )

scpCopy() public méthode

Copy file from target1 to target 2 via scp
public scpCopy ( string $target, string $target2 ) : string
$target string
$target2 string
Résultat string

upload() public méthode

public upload ( $local, $remote )