SCPを使用してリモートサーバーからPCにファイルを転送する

SCPを使用してリモートサーバーからPCにファイルを転送する

命令を使用しようとしていますが、

scp -r [email protected]:/pathto/my/workfolder/ C:/MyPC/Downloads/

workfolderマイコンピュータにコピーしてください。ただし、一部のファイルが正常にダウンロードされると、次のメッセージでダウンロードが中断されます。

Connection reset by (IP address) port 22
Broken pipe

私はWindowsコンピュータを使用しており、CMDウィンドウでこのコマンドを使用しています。私はこれを以前に使ったことがありましたが、このような問題はありませんでした。最近、Wi-Fiが提供される新しい場所に移動しました。以前は有線接続を使用していました。問題はどこにありますか?問題はここで説明されている問題と似ていますが、解決策が見つかりません。

ssh - [ip]ポート22を介して接続をリセットする(Ubuntu 16.04)

返品nmap myremote.server.fr

Starting Nmap 7.91 ( nmap.org ) at 2021-03-20 19:15 W. Europe Standard Time 
Note: Host seems down. If it is really up, but blocking our ping probes, try -Pn Nmap done: 1 IP address (0 hosts up) scanned in 6.34 seconds.

返品nmap -Pn myremote.server.fr

Host discovery disabled (-Pn). All addresses will be marked 'up' and scan times will be slower. 
Starting Nmap 7.91 ( nmap.org ) at 2021-03-20 19:16 W. Europe Standard Time RTTVAR has grown to over 2.3 seconds, decreasing to 2.0 
RTTVAR has grown to over 2.3 seconds, decreasing to 2.0 
Nmap scan report for myremote.server.fr (IP address) 
Host is up (1.1s latency). 
Not shown: 999 filtered ports 
PORT STATE SERVICE 
22/tcp open ssh 
Nmap done: 1 IP address (1 host up) scanned in 616.70 seconds.

期待する。

ベストアンサー1

おすすめ記事