Answered: How to authenticate and connect to CB SFTP server using Rebex using...
Rebex SFTP version 2.0.4086 does support any of those ciphers. Versions 5.0.7501.0 and 7.0.8756.0 support most of them. For details, see my answer...
View ArticleUnsupported private key encryption
Hello.I use keys for SSH authentication. But already at the stage of loading the key I have a problem. Unsupported encryption algorithm error:var key = new SshPrivateKey("C:\\path\\to\\id_rsa",...
View ArticleUnsupported private key encryption chacha20-poly1305@openssh.com,...
Hello.I use keys for SSH authentication. But already at the stage of loading the key I have a problem. Unsupported encryption algorithm error:var key = new SshPrivateKey("C:\\path\\to\\id_rsa",...
View ArticleHow i can create a tunnel between two servers using TLS proxy
I have a HTTP server that uses TLS 1.0/1.1 and it has to communicate with a different server that accepts TLS 1.2 communication. What is the right syntax to configure the tunnel between two and in case...
View ArticleBuru SFTP automatic encryption file at rest
We are trying to implement file encryption on file at rest. All files uploaded on sfpt will be encrypted using PGP or other encryption methods and automatically decrypted after download on client...
View ArticleAnswered: ChangeDirectory hangs in endless loop
This actually looks like an issue TlsSocket.Poll/Receive methods that was fixed in the latest release: https://www.rebex.net/ftp-ssl.net/history.aspx#7.0.8816 Could you please give v7.0.8816 a try?
View ArticleAnswered: Unsupported private key encryption chacha20-poly1305@openssh.com,...
The tables at SSH ciphers indeed refer to ciphers used within the SSH protocol. They have no relevance for private key formats. Supported private key formats are covered by Private keys page, but...
View Articlerebex ftp (no encryption)
Hi Team, We want to use all three modes o FTP (No Encryption, Implict, Explicit) can you please guide how to use No encryption mode?
View ArticleAnswered: TLS-Proxy - sample with certificate
Hi, some questions along similar lines: 1. Does "Plain" cater to some sort of "auto-negotiation"? Or is there some details on how /when "Plain" is to be used? 2. I am trying to tunnel HTTP to HTTPS/TLS...
View ArticleTransfer progress in ews
Good morning,In EWS is there a means to follow the progress of sending/downloading emails like EventHandler<Rebex.Net.SmtpTransferProgressEventArgs> in smtp() ?Thanks in advance for any help Pierre
View ArticleCan TLS proxy be used to add supported ciphers to an unsupported IIS platform?
I have an IIS application running on Windows 2012 Server R2 that performs an HTTPS post to a customer site. Moving the application to a supported platform isn't possible at this time.The customer site...
View ArticleAnswered: Rebex.Net.SFtp.Rename fails if file with the same name exists in...
Hi,This error comes from the SFTP server, which rejected SFTP client's rename request with an error message of "Failure" and an SFTP error code "SSHFXFAILURE" indicating generic failure.The SFTP...
View ArticleEWS - Forwarded or answered properties
Hello,On Outlook and on or Webmail, there is a picture and a comment showing it message has been followed. Which properties have I to use to retrieve these info's ? Thanks in advance for any help Pierre
View ArticleAnswered: Can TLS proxy be used to add supported ciphers to an unsupported...
I am not sure what architecture you want to achieve, so I will describe all possibilities:1.load balancer --80--> TLS Proxy --443--> clientserver.com In this setup, you will replace your IIS...
View ArticleWebsocket - How to perform PING/PONG operation using Rebex
Hi, We are using Rebex for the Websoket connection and it works as expected, but I have a question regarding web socket PING after a certain time interval. I did not find much in the Rebex...
View ArticleAnswered: Issue Encountered While Loading EML Files with Rebex Library
It looks like you already reported this issue in January, and I posted a link for a hotfix. Please give it a try and let us know whether it resolves the issue.
View Articleews communication logging
On future versions can you consider filtering event "Opening log file." from LogLevel.Error example usage:using (var client = new Ews()) { client.LogWriter = new FileLogWriter(@"C:\ews-oauth.log",...
View ArticleEWS - Forwarded or answered properties
Hello,On Outlook and on or Webmail, there is a picture and a comment showing it message has been followed. Which properties have I to use to retrieve these info's ? Thanks in advance for any help Pierre
View ArticleTiny Web Server can run PHP?
Can Tiny Web Server run PHP?I have PHP and Tiny Web Server installed on my Windows PC, but if I try to serve a myfile.php, Tiny Web Server will just force Chrome to download it.Thanks
View ArticleRebex SSH keyboard interactive issue
Hi we are using .net rebex.terminal, Ssh, Common version 5.0.7077.0. and during keyboard interactive login in AuthenticationRequest handler we use await to get user answer from keyboard. issue is when...
View Article