Answered: Compatibility issue between Rebex.Sftp, Version=3.0.5885.0 with...
A common cause of "Requested service is not implemented" error is a mismatch between the form of Diffie-Hellman group exchange used by old versions of Rebex SFTP client and the server. Upgrading the...
View ArticleRebex Encryption to Android and IPhone
Hi!I'm using Rebex RSA encryption (Security library) in the .NET environment and I would like if I can perform the same operation in Android and IPhone (using Native languages) using any of the REBEX...
View ArticleAnswered: This is still a problem for plain FTP session.
Thank you for pointing to this.It will be fixed in the next release.
View ArticleAnswered: Rebex Encryption to Android and IPhone
Hi,Our libraries only support Android and iPhone via Xamarin, so the answer to your question depends on whether Xamarin supports this.And it looks like there is an experimental .NET Embedding feature...
View ArticleFTP client.PutFile() method does not recognize forward-slashes for a local...
I'm calling client.PutFile() as follows:this.client.PutFile(fileName, remoteFile); where fileName = "./testResources/someFile.txt"I'm on a Mac, so forward-slashes make sense. However, the call produces...
View ArticleAnswered: FTP client.PutFile() method does not recognize forward-slashes for...
Hi,I tried this on MacOS on Mono 6.0.6 and .NET Core 2.1 and forward slashes work for me as expected. What platform are you running your application? What version of our component are you using? What...
View ArticleAnswered: SetFileDateTimeAsync not working
I tried running the following code and it did use MFMT command:var ftp = new Ftp(); ftp.LogWriter = new ConsoleLogWriter(LogLevel.Debug); ftp.Settings.SslServerName = "siteground.biz";...
View ArticleAnswered: How to get FTP/SFTP Instance Id for Logging?
Hi,There is InstanceId property, but it's currently protected. To work around this, consider inheriting a custom class from Ftp and adding a property that makes it accessible, and use the class in your...
View ArticleError encrypting mail with MailMessage.Encrypt
I get the following error when encrypting a mail with MailMessage.Encrypt, but couldn't find anything in the source or online regarding this error message:"No recipient has a certificate with correct...
View ArticleAnswered: Problems when calling SetDateTime of Ftp when using Thailand time
This has been fixed in Rebex FTP/SSL 2020 R4. Thanks for bringing this issue to our attention!
View ArticleRebex.Net.Ssh.Login error: Negotiation failed (System.NullReferenceException)
Hi everyone,When trying to Run Rebex.Net.Ssh.Login (string userName, string password, SshPrivateKey privateKey) the following exception occurs:Assembly: Rebex.SshShell 2018 R2 for .NET 4.0-4.7...
View ArticleActionOnExistingFiles.OverwriteAll usage -- am I doing it wrong?
Hi Rebex Team,I am trying out Rebex.Sftp (2020 R2) version 5.0.7450.0 to upload files. I specified to overwrite files, like this:sftp.Upload("\\mydomain.com\Temp*.trg", "/home/",...
View ArticleAnswered: Rebex.Net.Ssh.Login error: Negotiation failed...
Could you please provide more details about this issue? Does this error occur regardless of the server you are connecting to, or does it only happen with some servers? Does it fail every time the...
View Article"Too many concurrent connections opened." connecting to exchange online with...
Hello,Able to successfully connect to outlook/exchange online with EWS using Microsoft Identity Platform. But getting following exception:"Too many concurrent connections opened., Cannot open mailbox...
View ArticleAnswered: Reducing requests when making multiple connections to the same FTP...
Hi,DoNotDetectFeatures was intended as a workaround for broken FTP servers where feature detection triggers various bugs. Disabling it might cause undesirable behavior with common FTP servers and we...
View ArticleNavigation dots in the directory files.
Hello, i'm trying to access files that are being stored on the server, and among files, i receive "." and ".." elements. Is there any way to not deliver them to client? I'm using SSH.NET Renci client.
View ArticleAnswered: IMAP OAuth2 Authentication (Office 365)
Fix for this issue has been released in 2020 R3 version of our component.
View ArticleAnswered: Does Rebex support Office 365 mailbox using IMAP with an OAuth 2.0...
Fix for this issue has been released in 2020 R3 version of our component.
View ArticleAnswered: "Too many concurrent connections opened." connecting to exchange...
Fix for this issue was released in 2020 R4 version of our component.
View Article