0 votes
ago by (190 points)

Working on FileServer component and created server to accept SFTP and SSH connections.

Basic architecture:

[SSH/SFTP Client] -----> [FileServer running on 22 port] -----> [Target SSH/SFTP Server]

Have following questions:

  1. How to change server response text? When telnet to port 22 from command prompt, we see “SSH-2.0-RebexSSH_5.0.9209.0” and there is no option to change this response text to something like “SSH-2.0-MyServer_1.0.0

  2. How to change or override requested HostName and Port in TunnelRequested event when client requests local port forwarding? Currently these both properties are read only.

  3. Connecting to same server using FileZilla (Directly and via FileServer) but Permissions and Owner/Group properties are different. How to get directory or file Permissions and Owner/Group?

enter image description here

Applies to: Rebex SFTP, File Server

Please log in or register to answer this question.

...