默认传输文件到Linux系统用户目录下 @echo off set hostname=用户名@服务器IP地址 if "%1"=="" (ssh %hostname%) else (scp %1 %hostname%:./)