PORT issue (wodSSHServer)

by Adam West @, (7041 days ago)

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.

locked

Re: PORT issue

by Jasmine, (7041 days ago) @ Adam West

Adam,

and if you change Port property and then call Start without arguments?

Kreso

locked

Re: PORT issue

by Adam West @, (7041 days ago) @ Jasmine

Are you saying that the documentation is incorrect?

locked

Re: PORT issue

by Jasmine, (7041 days ago) @ Adam West

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

locked

Re: PORT issue

by Adam West @, (7041 days ago) @ Jasmine

It does work setting the port value.

locked