WRQ Reflection Hostname

Advertisement

Poggy
Guest

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

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

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?

Reply with quote

Poggy
Guest

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.

Reply with quote

martin
Site Admin
martin avatar

Re: Systemchange

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

Reply with quote

Poggy
Guest

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 ??

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum