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: hm :-[

As mentioned before, use you preferred scripting language to assemble the WinSCP script.
See documentation.
Poggy

hm :-[

So i can not write like that ...

Privat Sub Before_Connecting()

// check date If Then ...

Set Host = "192.168.0.1"

else

Set Host = "192.168.0.2"

endif

Connect

end sub

????

Do you have an other idea supportet by Reflection for Unix and Digital ??
martin

Re: Systemchange

WinSCP script does not allow that. But you can of course use another scripting language for the decision.
Poggy

Systemchange

No,

after a special date, the reflection has to connect to another ipadress.
So i want to check the date in a makro at start before connecting
and deside the ipadress.
martin

Re: WRQ Reflection Hostname

Poggy wrote:

connect with telnet by a script before connecting

What does it mean?
Do you want to connect via telnet proxy?
Poggy

WRQ Reflection Hostname

Hi together,

i want to set the ipadress (host name) to connect with telnet by a script before connecting.
Does anybody knows some tricks for me ?

Thx