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

Guest

Anonymous wrote:

Have you tried to specify /bin/bash on Shell tab of login dialog?

Yes, but that did not work. However, setting the shell to /usr/bin/ksh DID work.
Problem solved.
thanks!
Now that I can use it, I hope WinSCP was worth all the trouble!! :wink:


I tried all this stuff and it still doesn't work. :cry:

Guess I'm going to have to find something else.
martin

Now that I can use it, I hope WinSCP was worth all the trouble!! :wink:

Was it?
Guest

Have you tried to specify /bin/bash on Shell tab of login dialog?

Yes, but that did not work. However, setting the shell to /usr/bin/ksh DID work.
Problem solved.
thanks!
Now that I can use it, I hope WinSCP was worth all the trouble!! :wink:
martin

Re: alias ls="ls -g" error

shornste wrote:

Is there a way to edit what command winSCP issues when it is set to "alias ls to display group name?"

No it is not possible now :-(
Have you tried to specify /bin/bash on Shell tab of login dialog?
shornste

alias ls="ls -g" error

If I set WinSCP to alias ls to ls -g it does not work. The reason seems to be that my shell (/usr/local/bin/tcsh) does not accept aliases with the = sign in them (i define my aliases as [alias ls 'ls -g"]) and from the logs it seems that WinSCP tries to alias ls by using the command [alias ls="ls -g"]

I have tried aliasing the command myself in my .cshrc file and it works fine. But unfortunately I also have rm, mv, cp aliased to[rm -i] etc. If I don't have winSCP remove all aliases then those commands cause deleting, copying and moving to fail.

Is there a way to edit what command winSCP issues when it is set to "alias ls to display group name?"

Thanks!