User/password and server address on Custom Commands
I would like you adding the 3 parameters on Custom Commands to be able implement tools such as Tunneling(port forwarding)
#using putty to auto-login on same server as winSCP was connected
plink.exe -pw %pass% -l %user% %addr% -L 80:127.0.0.1:80
Success for you
#using putty to auto-login on same server as winSCP was connected
plink.exe -pw %pass% -l %user% %addr% -L 80:127.0.0.1:80
Success for you