PORT issue (wodSSHServer) by Adam West , Tuesday, March 07, 2006, 11:27 (7182 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.
Re: PORT issue by Jasmine, Tuesday, March 07, 2006, 11:32 (7182 days ago) @ Adam West Adam, and if you change Port property and then call Start without arguments? Kreso
Re: PORT issue by Adam West , Tuesday, March 07, 2006, 11:43 (7182 days ago) @ Jasmine Are you saying that the documentation is incorrect?
Re: PORT issue by Jasmine, Wednesday, March 08, 2006, 12:01 (7182 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
Re: PORT issue by Adam West , Wednesday, March 08, 2006, 12:11 (7182 days ago) @ Jasmine It does work setting the port value.