コマンドラインからの実行

ログを取る

 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ディレクトリと同期する(ファイル転送の方向はローカル→リモート)。

参考


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS