1
1
I am able to launch WinSCP application and able to pass the hostname as its parameters but failing to do the same for Username and Password. Below are the parameters which I have supplied.
-S %h -U %u -P %p
Instead of 'Retrieve Password', I am using 'Application Session' feature. It opens up WinSCP on that host but could not go past username and password which should be automatic. Like, when I use 'Open SSH', it opens up the Putty and automatically log on to that server.
Update: Image updated as per Mark's way
2Are those even valid commandline switches for WinSCP ? AFAIK passing a username and password is done by setting a url such as
sftp://user:password@example.com/
– HBruijn – 2018-05-14T05:02:56.970@HBrujin - Kindly see my comment below. – Vinay Dabas – 2018-05-15T04:54:06.513