📜  将文件传输到集群 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:25.791000             🧑  作者: Mango

代码示例1
scp ./file.txt clustername:destination/path/
# If you want to copy a folder use:
scp -r clustername:path/to/folder .