joebhoy wrote:
I have created a session and used 'Shell Icon' to create connection icon on the desktop. I have copied this to all users\desktop folder so anyone who logs in gets this icon. Problem is that it doesn't work for anyone except me? Am i doing something wrong here?
Joe.
Instead of using your own ini file you can bury all the relevant details in the command line on the shortcut - assuming you don't mind the users being able to see the ID and PW
Create a shortcut to WinSCP and then view it's properties.
Edit the Target on the Shortcut tab
"C:\Program Files (x86)\WinSCP\WinSCP.exe" /explicittls "ftp://USER:PASSWORD@SERVER:PORT"
Change the ftp:// to whatever is appropriate for your connection (the /explicittls probably won't apply to you either)