Answered: EXPUNGE failed (NO) - outlook.office365.com
From the client's side of view, the command is correct, see RFC 9051 (UID command).I have also tried the UID EXPUNGE on our testing Exchange 2019 and it works fine: Command: R00007 FETCH 1:3 (UID...
View ArticleProblem with UpdateItemMessage (ews)
I use the following source code to set the start date to 09/01/2023 and the due date to 15/01/2023. DateTime startDate = new DateTime(2023, 01, 9); DateTime dueDate = new DateTime(2023, 01, 15);...
View ArticleSFTP fails at negotiation (old version of Rebex SFTP)
We are trying to connect to an SFTP server that uses ECDH key exchange with curve nistp256 and hash SHA-256 (SHA-NI accelerated) and it fails at negotiation. Here is the Rebex logs:2022-07-28...
View ArticleAnswered: Problem with UpdateItemMessage (ews)
Do you mean that when you immediately call the ewsClient.GetMessageInfo() to retrieve the updated item the dates are wrong?It is only my guess, but I think you are updating the item programmatically,...
View ArticleSFTP : Mac & GetFileSystemInfo
I used Rebex SFTP Client (6.0.8181) to connect to the SFTP server of Mac (mini). Mac's SFTP Server is the Mac's default SFTP server.When I call GetFileSystemInfo and see the capacity, it comes out too...
View ArticleMemory Leak on Windows CE 6.0
Hi, I am using RebexSecureMail-2015R3.1-Full for my smtp sending purpose and facing memory leak problem. I download RebexSecureMailLegacyCF-R5.9-Trial.exe and test smtp sending on a simple project(C#)...
View ArticleAnswered: cannot login using access token in Rebex.Net.Pop3(6.0.8372) in a...
Rebex POP3 v3.5.6821 is more than four years old and does not yet support OAuth 2.0. Please upgrade to an up-to-date version.
View ArticleAnswered: Server not returning SSH_FXP_STATUS response
This is apparently a server-side bug (a serious SFTP protocol violation). The proper solution is to report it to the server vendor to have it fixed.If they are uncooperative, you might be able to work...
View ArticleSFTP Download Error Message with invalid length 808465456 was received
I am connecting to a remote sftp server. I get a list of the files on the server and then download each one. I occassionally receive an exception with the message Message with invalid length 808465456...
View ArticleRebex Terminal Client WinForm CS - how to create new Visual Studio 2019...
Hello Rebex Forum,Using Visual Studio 2019 Community edition.Reviewing the Rebex Terminal Client WinForm CS 'sample project' v4.6 Framework.I've created Visual Studio 2019 Windows Form App (.Net...
View ArticleRebex SSL Cert from Trust Store
Having issues getting my SSL cert from the Local Computer / Personal / Certificates loaded. Fist time trying this. I get the following error C:\ProgramData\Rebex\BuruSftp>"c:\Program Files\Rebex...
View ArticleAnswered: SFTP Download Error Message with invalid length 808465456 was received
Would it be possible to try Rebex SFTP 5.0.7999 or later?There was a bug in earlier versions of Rebex SFTP/SSH in handling of oversized data packets sent by the server, and instead of failing with a...
View ArticleDoes Rebex SFTP library support the SCP -f switch (SCP1 mode)?
Our product uses libssh2 (https://github.com/libssh2/libssh2) to transfer files between our controller and client computers. For whatever reason, libssh2 uses scp -f in its scpreceive method, which is...
View ArticleTelnet - Send Environment Variables when establishing connection
For one of our customers we need to send additional data when establishing the conneciton.Using PuTTY we can dothis by using the Environment Variables Data -> Environment Variables in PuTTY">We...
View ArticleUsing Secure Mail & EWS, how can I get email address for the authenticated user?
Can I use Secure Mail to connect to an Exchange server with network credentials (username & password), and then find out what the email address of that authenticated user is?
View ArticleAnswered: Telnet - Send Environment Variables when establishing connection
Unfortunately, this feature is currently not supported. However, are planning to add it in a future version.In the meantime, use s shell command to set environment variables after logging in (if...
View ArticleAnswered: Error with MailMessage.Load with new version of Rebex.Mail
Thanks for bringing this to our attention! It looks like the "workaround for yet another form of wrong Content-Disposition parameter encoding" (introduced in 6.0.8314) is triggering this error due to a...
View ArticleRebex File Server vs Rebex SFTP
We have purchased Rebex File Server instead Rebex SFTP, we actually need to download / upload the files to the our SFTP server.Is this possible through Rebex file server component or is it possible to...
View ArticleAnswered: Does Rebex SFTP library support the SCP -f switch (SCP1 mode)?
TL;DR: Rebex File Server supports SFTP and SCP. If you want Linux scp command to use the classic SCP protocol (called "SCP1" in the book you linked) instead of SFTP (called "SCP2" in the book), then...
View ArticleAnswered: Using Secure Mail & EWS, how can I get email address for the...
The suggested solution is to use OAuth authentication, then you can get the email address from the OAuth token.In case of authenticating using network credentials, the EWS protocol offers the...
View Article