
Now provides the ability to connect to a remote host through a proxy server.
Features
- SecureBridge now provides the ability to connect to a remote host through a proxy server, thus making indirect network connections to various network services.
- Added TScFTPClient component for access to remote files when using the FTP protocol.
- Now TScStorage is thread-safe. This allows using one storage for many SSH and SSL clients used in different threads.
- Added TScSSHConnectionInfo.LocalSockAddr property to retrieve a local IP address. It should be used if the client or server has several network cards through which TCP connections are possible.
- Added TScSSHServerOptions.MaxConnections property to limit the number of active connections on the SSH server. This is important with a heavy server load and limited resources.
- Added TScSSHServer.BeforeClientConnect event. The event handler allows you to reject or accept a connection based on the client’s IP before his authentication, which significantly improves server performance.