在 Windows 上使用 scp 命令

Pat發表於2024-09-09

scp -P 22 -r local_dir user@remote_host:~

scp -P 22 local_file user@remote_host:path/to/dest_file

相關文章