2019-09-11 VirtualBoxゲストOSのファイルをホストOSにSCPコマンドでうけとる unix 参考もと ゲストOSはlocalhost:2222を開けているとします。 ゲストOSのホーム上にある"packet.txt"をホストOSの現在ディレクトリに移動する方法は以下の通り。 $ scp -P 2222 guest@localhost:~/packet.txt ./. guest@localhost's password: packet.txt 100% 529 675.3KB/s 00:00 参考もと linux - Retrieving files from VirtualBox on Mac (scp or...?) - Super User ssh - Run local script with local input file on remote host - Unix & Linux Stack Exchange