LoginSignup
2
1

More than 5 years have passed since last update.

(winscp)スクリプトでの特殊記号処理

Last updated at Posted at 2016-04-05

WinSCPのコマンドでパスワードにスラッシュ等の特殊記号が入っている場合の対応。エスケープではなく、記号を変換する。

space: %20 or +
%: %25 (percent sign)
+: %2B (plus sign)
/: %2F (slash)
@: %40 (at sign)
:: %3A (colon)
;: %3B (semicolon)

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1