SFTP server service fails to auto-start
After updating to v.2.5.3, the SFTP server service fails to automatically start upon restarting the machine. I was not experiencing this issue with previous versions of the server.Setting the actions...
View ArticleEwsexception unexpected HTTP response
I have this "Rebex.Net.EwsException exception: unexpected HTTP response" while loggingI've try different authentication method, different SSL Mode. The TLS Handshake looks Ok.what am I doing...
View ArticleBuru SFTP Server - High Availability and SQL user database (Azure)
Hi Folks, I'm setting up a PoC for Buru SFTP Server and would like to know if anyone has had any success running multiple nodes behind a load balancer for HA, and if so, what gotchas were there, and...
View ArticleAnswered: SFTP server service fails to auto-start
Hi,when you try to start the server service manually, does it work as expected? What is the latest version that worked?ThanksKind Regards
View ArticleAnswered: Server reports current directory as a relative path. Multi-file...
If recursive Ftp.GetItemsAsync() cannot be used, you can write your own traversal logic like this:public static async Task<IEnumerable<FtpItem>> GetItemsAsync(Ftp client, string parentPath)...
View ArticleHttps Digest Auth with Json Sample
Hi, I am trying to use Https library for Digest Authentication to post Json data. Can anyone have a sample for this. Thanks in advance
View ArticleSFTP server certificate chain validation - part 2
Hi, This is a follow-up to a previous question (https://forum.rebex.net/17426/server-certificate-validation-with-rebex-sftp-client-library ) To summarize: We have a client/server application, where the...
View ArticleAnswered: [WORKAROUND] SFTP server service fails to auto-start
Hi,when you try to start the server service manually, does it work as expected? What is the latest version that worked?ThanksKind Regards
View ArticleAnswered: Https Digest Auth with Json Sample
Digest Authentication is performed automatically, if requested by the server. You only need to set the Credentials property on the WebClient or HttpRequest.You can test it against httpbin.org like...
View ArticleIMap - An existing connection was forcibly closed by the remote host
I have application in which we read/send Mails and show in our application We use Office365 accounts and user credentials to get mails. Recently Microsoft stopped Basic auth, so we switched to OAuth....
View ArticleOutlook: How to delete an appointment?
Hi,I create various appointments in Outlook via VB.net. How can I delete these appointments later? The corresponding EntryIDs are known.Maybe someone has a tip for me? Thanks a lot!Peter
View ArticleAnswered: Rebex HTTPS legacy not compiling in net-cf 3.5 app
Can you please display (or write to file) the following information (before you initialize Rebex classes) and post it here?string.Format("{0} {1} {2}", Environment.OSVersion.Platform,...
View ArticleCode inside NodeBase throws NullReferenceException
Code that triggers the exception: private void CreateFiles( List<DeviceUsageRecord> statistics, string tenant, DirectoryNode organisationFolder) { foreach (FileNode file in...
View ArticleTiny SFTP password not accepted
No matter what password I set and attempt to use it fails, I've tried winscp, filezilla, and connecting from LinuxI've tried it with -vvv and PubkeyAuthentication=noI'm connecting from a public IP...
View ArticleHttps connection using IP address
Hello. Please make a basic inquiry about the use of HTTPS.The connecting server has 5 servers (IP address) in one host name. I want to connect to the server with the fastest IP among them.For example,...
View ArticleAnswered: Tiny SFTP password not accepted
Hi,Have you made any changes to the configuration file (except for the password)? Can you connect to the server from the same machine without any issues?
View ArticleRebex 2019 R4.1 (version 5.0.7290 from 2019-12-16) will support Windows...
Hi Team,We are upgrading our environment from Windows server 2015 to Windows server 2019. We are using the Rebex 2019 R4.1 (version 5.0.7290 from 2019-12-16). Please let me know the above version is...
View ArticleOverride new minimal HttpRequest.Timeout of 1 second?
In the release notes for Rebex HTTPS for .NET there is one interesting change:HTTP: Very small timeouts (<1000) in HttpRequest.Timeout are treated as 1000 (one second). Can we override this...
View ArticleAnswered: Rebex 2019 R4.1 (version 5.0.7290 from 2019-12-16) will support...
Yes, version 5.0.7290 did already support Windows Server 2019. However, please be aware that it's more than two years old now, so we would recommend upgrading to 5.0.7999 instead to stay up-to-date.
View ArticleDifference between .net 4.0 and .net 4.6
Hi.I have a question about using the Rebex package. I added the Rebex component as a reference in Visual Studio 2017. I'm using the project's .Net version set to 4.8.When I add a reference in Visual...
View Article