1月 312013
 
Pocket

こんな感じで実行できる。

[raw title=”bat”]
“C:\Program Files (x86)\WinSCP\winscp.com” /script=example.script /log=example.log
[/raw]

[raw title=”example.script”]
option batch abort
option confirm off
open ftp://username:password@hostname -explicittls -certificate=”…”
get /example/* c:\example\
exit
[/raw]

 Leave a Reply