Copy files between local and remote systems using SSH encryption. Supports recursive directory transfers and custom port specifications.
scp-tool [options] <source> <destination>
-r: Recursively copy directories-P port: Specify SSH port-C: Enable compression for faster transfer-v: Verbose mode for debuggingscp-tool file.txt user@host:/remote/path/
scp-tool -r ./folder user@host:/remote/folder
scp-tool user@host:/remote/file.txt .
共 1 个版本