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

martin

sreerao wrote:

I need to find a way to restrict the menu settings, so that the users see a restricted UI.

There's no easy way to do that.
sreerao

Thanks. This is exactly what I was looking for.
Your hint about the batch scripts did work as well. I tested with winscp.exe scp://%username%@hostname.address /rawsettings AuthGSSAPI=1 /hostkey="ssh-rsa 2048 asdfma.fdm.amf.amd.fma.dmf.amdf.,adfd" and it worked really well.
I need to find a way to restrict the menu settings, so that the users see a restricted UI.
martin

Re: Use of environment variables in the GUI or command line

You can use environment variables in some GUI fields (such as hostname and username) with 5.x, see documentation:
https://winscp.net/eng/docs/ui_login

You can also use variable in WinSCP scripts.

On command-line, variables are expanded by Windows, in you run WinSCP from .bat file.
sreerao

Use of environment variables in the GUI or command line

Hi,
Is it possible to use common windows environment variables in the GUI (Graphical User Interface) or the command-line. E.g., I would like to publish the WinSCP application (portable) as a RemoteApp, and would like to pass the %username% as a variable in the session. Is this possible?