Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

nemeth.zoltan@clconsulting.hu

Re: Pass local home as command line parameter to WinSCP.exe

I appended the /rawsetting LocalDirectory="my directory" as last command line argument and works fine.
I should have found it in the documentation.
Thanks a lot!
nemeth.zoltan@clconsulting.hu

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.