Hello,
After updating to the latest version (1.0.2), we started encountering the error "Could not load file or assembly" when attempting to connect to the server. We also tried installing from scratch (without updating) in a personal environment, but the same error occurs. The connection is made using Hostname, Port, Username, and Password. Below are the Service Center details:Could not load file or assembly 'Microsoft.Extensions.Logging.Abstractions, Version=8.0.0.3, Culture=neutral, PublicKeyToken=adb9793829ddae60' or one of its dependencies. The system cannot find the file specified. at Renci.SshNet.BaseClient..ctor(ConnectionInfo connectionInfo, Boolean ownsConnectionInfo, IServiceFactory serviceFactory) at OutSystems.NssSFTPc.CssSFTPc.MssConnect(String ssHostname, Int32 ssPort, String ssUsername, String ssPassword, Byte[] ssKey, Object& ssConnection) at ssSFTP.RssExtensionSFTPc.MssConnect(HeContext heContext, String inParamHostname, Int32 inParamPort, String inParamUsername, String inParamPassword, Byte[] inParamKey, Object& outParamConnection)
Hi @Luís Cruz ,
Please verify the following points:
Connection Details
Ensure the host, username, and password are correct.
You can cross-check these credentials by confirming whether they are successfully used in any other application (not necessarily OutSystems).
File Path Configuration
Verify that the file path is provided in the correct format.
From the details shared, this appears to be the primary blocker in your case.
Regards,
Sandeep
Sorry for the long response time.
Extension was not tested at all after ssh.net update I'm afraid.
Preparing a new version of SFTPc, should be there in a few minutes.