mark win to linux winscp

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mark win to linux winscp相关的知识,希望对你有一定的参考价值。

win to linux winscp
bat文件
::下面将生成的rar 传输到%ip% %destination%
echo "注意传输协议不同,默认对应的端口不同,ftp:21;sftp:22;scp:22"
::下面四个变量已在上面参数化
::set winscp=C:\99software\winscp\winscp.exe
::set user=buildl
::set userpwd=buildl
::set localdir="D:\09Software\winscp"
::set destination="./"
%winscp% /console /command "option batch continue" "option confirm off" "open ftp://%user%:%userpwd%@%ip%:%port%" "option transfer binary" "put C:\01project\output\fileTool%BVersion%r%svnv%.rar %destination%/fileTool%BVersion%_r%svnv%.rar" "exit" /log=C:\01project\out_put\transferlog.txt
pause

以上是关于mark win to linux winscp的主要内容,如果未能解决你的问题,请参考以下文章

Win7上安装Linux双系统

如何从 Google Cloud text-to-speech API 获取 SSML <mark> 时间戳

How to remove the "Active" mark on partitions

java中接口和抽象类有什么区别,举例!

win8硬盘安装linux重启出现:kernel panic not syncing:attempted to kill init

Cassandra Error message: Not marking nodes down due to local pause.