putty命令行参数
putty -ssh -l user -pw passwd -P port ip -m localcommand
pscp -scp -r -unsafe -l ruser -pw passwd -P port ip:/home/test.tar.gz d:\work\
psftp -l user -pw passwd -P port ip -b testpf.txt
cd /bak/20190415
lcd d:\work\myshell/%date:~2,2%%date:~5,2%%date:~8,2%
mget *
mdelete *
close
bye