オンラインPC館

WinSCPのコマンドテクニック

コマンドでミラーリングアップロード

WinSCPのコマンドでミラーリングアップロードする方法です。
コマンドリファレンス - WinSCP Wiki

  1. winscp_script.txtとupload.batを作成する
  2. 以下の内容を書き込む
  3. batファイルをダブルクリックする

・winscp_script.txt
open ftps://ユーザー名:パスワード@ホスト名 -explicit
synchronize remote -delete "ローカルホスト" "リモートホスト"
exit

・upload.bat
@echo off
"WinSCP.comのパス" /script="winscp_script.txt"

トップページテクニックその他のツールテクニックWinSCP → WinSCPのコマンドテクニック