WinSCPのコマンドテクニック
コマンドでミラーリングアップロード
WinSCPのコマンドでミラーリングアップロードする方法です。
コマンドリファレンス - WinSCP Wiki
- winscp_script.txtとupload.batを作成する
- 以下の内容を書き込む
- batファイルをダブルクリックする
・winscp_script.txt
open ftps://ユーザー名:パスワード@ホスト名 -explicit
synchronize remote -delete "ローカルホスト" "リモートホスト"
exit
・upload.bat
@echo off
"WinSCP.comのパス" /script="winscp_script.txt"