0 votes
ago by (120 points)

< add key="sshIPBindings" value="10.1.1.10" / >

No matter what value(s) are added to the above configuration, the Server IP in the UI never changes to reflect this configuration.

When setting to debug and starting server, the correct sshIPBindings configuration value(s) are shown in the output.

Applies to: Tiny SFTP Server

1 Answer

0 votes
ago by (76.9k points)

Yes, the UI does not reflect the sshIPBindings settings. Details about currently bound interfaces are printed upon the server startup. If you specify for example <add key="sshIPBindings" value="10.1.1.10" /> the Info message like this is displayed (ne need to switch to Debug):

10:20:20 Info Server: Listening for connections at 10.1.1.10:22.

However, it sounds reasonable that the UI could reflect the sshIPBindings. We will modify this in a future version. Thank you for your feedback.

...