有时候ftp被禁用了, 就用scp替代;
命令行: scp from to_user@to_ip:dir_to/file_name
执行该命令之后,按照提示输入to_host的登陆密码即可.
scp dir_from/file_name ocean@ip_addr:dir_to/file_name