YanoRyuichi.com/
Wiki
Blog
GitHub
Sandbox
開始行:
* コマンドラインからの実行 [#va0890c1]
** ログインとlsコマンド実行 [#u8d65f5b]
WinSCP.com /command "open mysess1" "ls tmp" "exit"
** ダウンロード [#ic66d370]
*** CUIのWinSCP.comで実行 [#v595c1d8]
WinSCP.com /command "open MyWeb/host01" "lcd %USERPROFI...
*** 上のコマンドをGUIのWinSCP.exeを起動して実行するには [...
WinSCP.exe" sftp://"MyWeb/host01"/var/www/test.html
** アップロード [#ndee20f6]
WinSCP.com /command "open mysess1" "lcd %USERPROFILE%\tm...
** ログを取る [#e23ca1a1]
WinSCP.exe /log="%USERPROFILE\winscp.log.txt"
** Synchronize [#yf506eda]
WinSCP.exe" "MyWeb/host01" /synchronize myweb-files /var...
ローカルのmyweb-filesディレクトリでリモートの/var/wwwディ...
** 参考 [#ec3508ac]
- コマンドライン: http://winscp.net/eng/docs/commandline
- コマンド: http://winscp.net/eng/docs/scripting#commands
終了行:
* コマンドラインからの実行 [#va0890c1]
** ログインとlsコマンド実行 [#u8d65f5b]
WinSCP.com /command "open mysess1" "ls tmp" "exit"
** ダウンロード [#ic66d370]
*** CUIのWinSCP.comで実行 [#v595c1d8]
WinSCP.com /command "open MyWeb/host01" "lcd %USERPROFI...
*** 上のコマンドをGUIのWinSCP.exeを起動して実行するには [...
WinSCP.exe" sftp://"MyWeb/host01"/var/www/test.html
** アップロード [#ndee20f6]
WinSCP.com /command "open mysess1" "lcd %USERPROFILE%\tm...
** ログを取る [#e23ca1a1]
WinSCP.exe /log="%USERPROFILE\winscp.log.txt"
** Synchronize [#yf506eda]
WinSCP.exe" "MyWeb/host01" /synchronize myweb-files /var...
ローカルのmyweb-filesディレクトリでリモートの/var/wwwディ...
** 参考 [#ec3508ac]
- コマンドライン: http://winscp.net/eng/docs/commandline
- コマンド: http://winscp.net/eng/docs/scripting#commands
ページ名: