Re: How can I access files in ClearCase?
You need to use the SCP protocol, not the SFTP.
Though it won't help you the timeout. Post a log file.
Though it won't help you the timeout. Post a log file.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
That's probably because the command start new shell and WinSCP waits for it to complete. What never happens.
You may try following command, which may fool WinSCP to think that the command has finished. But it would work, only if your command does not output anything.echo "WinSCP: this is end-of-file:0"; call cleartool setview my_viewname
Also your need to use SCP, otherwise the command will have no effect.
echo "WinSCP: this is end-of-file:0"; call cleartool setview my_viewname
Retry: Any error message? Or what does not work?
I tried to use command line "cleartool setview my_viewname", but it doesn't work.