Deployer\Server\Remote\SshExtension::download PHP Метод

download() публичный Метод

public download ( $local, $remote )
    public function download($local, $remote)
    {
        $this->checkConnection();
        if (!$this->session->getSftp()->receive($remote, $local)) {
            throw new \RuntimeException('Can not download file.');
        }
    }