def scp_download(remote, local, options={})
        opened = false
        args = []

        scp.download!(remote.to_s, local.to_s, options.send(:table)) do |ch, name, sent, total|