Deployer\Server\ServerInterface::download PHP Method

download() public method

Download file from remote server.
public download ( string $local, string $remote )
$local string Where to download file on local machine.
$remote string Which file to download from remote server.
    public function download($local, $remote);