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

Re: echo command within script

Thanks for your post. This request has been added to tracker.
magz0rn

echo command within script

Hi,

I managed to write a synchronize script just fine. Since the script does a few different tasks I'd like to have some messages output in the WinSCP command window. I searched the documentation and forum, but couldn't find anything. I'd like to do something like this:

echo "-------------------------------------------------"

echo "update rage graph"
echo "-------------------------------------------------"
call /var/www/zkndomain/res/update_rage_graph.sh


I also tried
call echo "-------------------------------------------------"

to have the message output on the server but this doesn't show up either. The last variant isn't ideal anyways because it requires an active session.

TIA,
magzorn