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

Zohar Levi

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

winscp hpc

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

Martin Prikryl

WinSCP has two executables, winscp.exe and winscp.com. The winscp.exe is GUI, while the winscp.com is command-line.

If you use just the winscp, due to an extension precedence in Windows, the .com wins. Make sure you use a full GUI executable name:

winscp.exe hpc

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

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

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

From Dev

How do I run a gui app from the command line?

From Dev

How do I run a gui app from the command line?

From Dev

How do I open a file with Chrome from the command line?

From Dev

How do I open VM from command line with virsh

From Dev

How to connect WinSCP through command line not in GUI mode?

From Dev

How do I run a LibreOffice macro from the command line without the GUI?

From Dev

How do I boot to a command line interface instead of a GUI?

From Dev

How do I boot to a command line interface instead of a GUI?

From Dev

How can I start octave from the command line and not the GUI?

From Dev

How to I manage Azure "files" from GUI and command line?

From Dev

How do I hold a file open (locked) from a Windows command-line shell script?

From Dev

How do I open a new command line window from an sh script and then pass in multiple commands

From Dev

How do I know which file is open in Windows from command line?

From Dev

How can I retrieve the Session ID from command line?

From Dev

How do you open SourceTree from the command line?

From Dev

linux: how can i open a gui program like google-chrome from the command line so that it stays open even after teminal closes

From Dev

How do I execute a command in an iTerm window from the command line?

From Dev

How do I pass a username to an FTP command from the command line?

From Dev

How to start GUI from command line?

From Dev

How to start GUI from command line?

From Dev

How do I detach from a controlling terminal from the command line?

From Java

How do I drop a MongoDB database from the command line?

From Java

How do I launch the Android emulator from the command line?

From Dev

How do I read arguments from the command line with an MPI program?

From Dev

How do I get the default font from the command line?

From Dev

How do I upgrade releases from a Live USB with the command line?

From Dev

How do I install the latest version of cmake from the command line?

From Dev

How do I start the Privacy and Activity Manager from command line?

Related Related

  1. 1

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

  2. 2

    How do I run a gui app from the command line?

  3. 3

    How do I run a gui app from the command line?

  4. 4

    How do I open a file with Chrome from the command line?

  5. 5

    How do I open VM from command line with virsh

  6. 6

    How to connect WinSCP through command line not in GUI mode?

  7. 7

    How do I run a LibreOffice macro from the command line without the GUI?

  8. 8

    How do I boot to a command line interface instead of a GUI?

  9. 9

    How do I boot to a command line interface instead of a GUI?

  10. 10

    How can I start octave from the command line and not the GUI?

  11. 11

    How to I manage Azure "files" from GUI and command line?

  12. 12

    How do I hold a file open (locked) from a Windows command-line shell script?

  13. 13

    How do I open a new command line window from an sh script and then pass in multiple commands

  14. 14

    How do I know which file is open in Windows from command line?

  15. 15

    How can I retrieve the Session ID from command line?

  16. 16

    How do you open SourceTree from the command line?

  17. 17

    linux: how can i open a gui program like google-chrome from the command line so that it stays open even after teminal closes

  18. 18

    How do I execute a command in an iTerm window from the command line?

  19. 19

    How do I pass a username to an FTP command from the command line?

  20. 20

    How to start GUI from command line?

  21. 21

    How to start GUI from command line?

  22. 22

    How do I detach from a controlling terminal from the command line?

  23. 23

    How do I drop a MongoDB database from the command line?

  24. 24

    How do I launch the Android emulator from the command line?

  25. 25

    How do I read arguments from the command line with an MPI program?

  26. 26

    How do I get the default font from the command line?

  27. 27

    How do I upgrade releases from a Live USB with the command line?

  28. 28

    How do I install the latest version of cmake from the command line?

  29. 29

    How do I start the Privacy and Activity Manager from command line?

HotTag

Archive