#常用范例 scp local_file user@host:/path/remote_file #常用參數 -r Recursively copy entire directories.遞歸地復制整個目錄(包括子目錄及文件) -p Preserves modification times, access times, and modes from the original file.備份模式(修改時間、訪問時間及modes) -P 指定端口(不加默認使用-P 22) -v 使用詳細信息(進度、連接狀態、錯誤等信息) -C 傳輸過程使用壓縮(節省流量但比正常要慢) -4 強制使用ipv4 -6 請只使用ipv6