Pass local home as command line parameter to WinSCP.exe

Advertisement

nemeth.zoltan@clconsulting.hu
Joined:
Posts:
2

Pass local home as command line parameter to WinSCP.exe

Is it possible to set specific local home instead the Windows user's Document folder when WinSCP.exe starting from command line?

I start the WinSCP like this:
Process.Start(
  "utilities\\WinSCP\\WinSCP.exe",
  SessionURL + " /newinstance /ini=\"utilities\\WinSCP\\" + Globals.LoggedUser + "\\WinSCP.ini\"");

There are specific working folder for each users in my application and I would like to change the appeared directory in the left panel to the logged-in user's working folder.

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum