Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

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

Re: scp - shell

hernanjk wrote:

1) Can Winscp accept stacked shell commands - example: sudo su - name;bin/ksh

The command is interpreted by the server. So that depends on server.
However the syntax would typically be like:
sudo su - name -c /bin/ksh
See also FAQ.

2) Can the 'DEFAULT' shell enviornment be set to bin/ksh without creating a session?

See Set defaults on Login dialog.
hernanjk

scp - shell

1) Can Winscp accept stacked shell commands - example: sudo su - name;bin/ksh
2) Can the 'DEFAULT' shell enviornment be set to bin/ksh without creating a session?