Page 1 of 1

Port forwarding - Server->Client / Client->Client

Posted: Mon 18 Apr 2016 12:37
by itognet
Hi,

I am testing out your product and I have created some small test projects.

I am able to portforward a local client port to the local server port and the otherway around. :D

Three questions.
1. Two clients connects to the SecureBridge Server. Can one client connect to another clients local port(s). How ?
2. Five clients connects to the SecureBridge Server. How can the server connect to EACH client port 3389 ?
3. Can a server ping a client? How?
4. One client connects to the SecureBridge Server. Can the client access the \\sshserver\ashare to browse its shared files? How?

Thanks.

Re: Port forwarding - Server->Client / Client->Client

Posted: Mon 25 Apr 2016 11:15
by itognet
I am desperately waiting for a comment.

Re: Port forwarding - Server->Client / Client->Client

Posted: Wed 27 Apr 2016 06:54
by ViktorV
1. SSH client allows to connect directly to SSH server only, but not to another SSH client. But, when using port forwarding, the following connection structure is available: the first client connects to SSH server, and SSH server connects to the second client.
2. Please clarify, what do you mean by "How can the server connect to EACH client port 3389"?
3. SSH server doesn't allow pinging clients. Only client can check connection to server after successful connection to it. You can use the TScSSHClient.Options.ServerAliveInterval property for this. See more details about this property in SecureBridge help: https://www.devart.com/sbridge/docs/tsc ... ptions.htm
4. SSH protocol is not designed for work with files. You can use SFTP protocol for this purpose. We support SFTP protocol in the TSFTPClient component. See more details about this component in SecureBridge help: http://www.devart.com/sbridge/docs/tscsftpclient.htm You can use our SFTPClient project demonstrating usage of SFTP protocol for secure file transfer from a remote machine and vice versa. The project is in the 'Demos\SFTPClient' folder relatively to the SecureBridge demo projects installation path.