1.sftp带端口,默认22
sftp -oPort=1111 root@url
get为获取文件
put为上传文件
2. scp
scp -r source_dir root@target_url:target_dir