How do I open a WinSCP GUI session from the command line?

If I have a session named "hpc" and I run:

winscp hpc

      

I get into command line mode. How do I start a GUI and open a session from the command line (Windows)?

+3


source to share


1 answer


WinSCP has two executables, winscp.exe

and winscp.com

. winscp.exe

is a graphical interface and winscp.com

is a command line.

If you use only winscp

, because of the priority of the extension in Windows , wins .com

. Make sure you use the fully qualified GUI executable name:



winscp.exe hpc

      

Literature:
https://winscp.net/eng/docs/executables
https://winscp.net/eng/docs/commandline

+2


source







All Articles