- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Windows-アプリケーション/WinSCP/コマンドラインからの実行 へ行く。
- 1 (2013-08-29 (木) 08:40:09)
- 2 (2013-08-29 (木) 09:15:24)
- 3 (2014-02-22 (土) 06:58:33)
コマンドラインからの実行
ログを取る
WinSCP.exe /log="%USERPROFILE\winscp.log.txt"
ファイルダウンロード
CUIのWinSCP.comで実行
WinSCP.com "MyWeb/host01" /command "lcd %USERPROFILE%\tmp" "get /var/www/test.html" "exit"
上のコマンドをGUIのWinSCP.exeを起動して実行するには
WinSCP.exe" sftp://"MyWeb/host01"/var/www/test.html
Synchronize
WinSCP.exe" "MyWeb/host01" /synchronize myweb-files /var/www
ローカルのmyweb-filesディレクトリでリモートの/var/wwwディレクトリと同期する(ファイル転送の方向はローカル→リモート)。