PORT issue (wodSSHServer)
I tried changing the port value with
ssh1.start 4400 and it doesn't seem to change the port that the server listens on. Still listens on 22.
Re: PORT issue
Adam,
and if you change Port property and then call Start without arguments?
Kreso
Re: PORT issue
Are you saying that the documentation is incorrect?
Re: PORT issue
No, not really. But it's possible that some languages send optional VARIANT argument to something wodSSHServer is unable to determine (he expects int and long values). That's why it's safer to specify it through a property.
Kreso
Re: PORT issue
It does work setting the port value.