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.
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.
Adam,
and if you change Port property and then call Start without arguments?
Kreso
Are you saying that the documentation is incorrect?
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
It does work setting the port value.