Windows自动上传,并执行Linux指定shell文件

Posted 小小程序员的梦想

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows自动上传,并执行Linux指定shell文件相关的知识,希望对你有一定的参考价值。

安装putty.exe,安装目录下有以下exe文件

创建文件 put-file-mobile.txt

rm mobile.war
put D:\\SVN_LZY\\dragon-tour-2_1\\lzy-mobile\\target\\mobile.war
exit

  创建批处理文件 发布-mobile.bat

psftp.exe root@116.62.34.* -pw ****** -b "put-file-mobile.txt" -bc
putty.exe -ssh -v root@116.62.34.* -pw ****** -m publish_mobile_2.sh

  

 

以上是关于Windows自动上传,并执行Linux指定shell文件的主要内容,如果未能解决你的问题,请参考以下文章

如何通过ftp在windows系统上传文件到linux

linux u盘文件自动传输到windows 指定的路径下

windows上传文件到linux使用rz命令提示上传失败

Linux中 创建挂载及卸载(包括自动挂载)文件系统

脚本从windows上传到linux无法执行

python实现上传文件到linux指定目录