[Ttssh2-commit] [7033] WinSCP 連携用サンプルマクロを追加。

Back to archive index

scmno****@osdn***** scmno****@osdn*****
2018年 2月 2日 (金) 21:40:50 JST


Revision: 7033
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/7033
Author:   doda
Date:     2018-02-02 21:40:49 +0900 (Fri, 02 Feb 2018)
Log Message:
-----------
WinSCP 連携用サンプルマクロを追加。

WinSCPの環境設定にある、「統合」-「アプリケーション」の「PuTTYのパス」で

"C:\Program Files\TeraTerm\ttpmacro.exe" /V "C:\Program Files\TeraTerm\winscp.ttl"  !@ !U "!P" "!/"

のように設定すると、PuTTY を起動する機能で Tera Term が起動するようになる。

Added Paths:
-----------
    trunk/installer/release/winscp.ttl

-------------- next part --------------
Added: trunk/installer/release/winscp.ttl
===================================================================
--- trunk/installer/release/winscp.ttl	                        (rev 0)
+++ trunk/installer/release/winscp.ttl	2018-02-02 12:40:49 UTC (rev 7033)
@@ -0,0 +1,16 @@
+;
+; ttpmacro.exe winscp.ttl "!@" "!U" "!P" "!/"
+;
+; !! -> !
+; !/ -> Remote Path
+; !@ -> Remote Host
+; !U -> Remote User
+; !P -> Remote Passwd
+
+sprintf2 conncmd "%s@%s" params[3] params[2]
+
+connect conncmd
+
+waitregex "."
+
+send "cd " params[5] #13


Property changes on: trunk/installer/release/winscp.ttl
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property



Ttssh2-commit メーリングリストの案内
Back to archive index