Answered: Rebex License Key issue for Websocket Connections
Your Rebex WebSocket subscription expired in December 2023. That means your license is valid for Rebex WebSocket v7.0.8720 or earlier, and you can use those releases without any limitations.To get a...
View ArticleError while using the purge method in the Imap class
Good morning,I am experiencing an issue while using the purge method of the Imap class within the Rebex library, version 7.0.8720.The context in which the error occurs is when I attempt to execute the...
View ArticleAnswered: Which protocols are supported by Rebex servers?
Protocol support is as follows:Tiny SFTP ServerSFTPTiny FTP ServerFTPFTP/TLS, FTPS, FTP/SSLTiny Web ServerHTTPHTTPSBuru SFTP ServerFTPFTP/TLS, FTPS, FTP/SSLSFTPSSHSCP
View ArticleLimiting requests per second in HttpRequestCreator
Is it possible to implement a feature that can limit the number of requests per second based on HttpRequestCreator?I want to limit the number of Http requests per second based on HttpRequestCreator....
View ArticleHow to receive bytes sent from client with SshChannel.Send() function on server?
Hi, im trying to send bytes from client to server with using request.exec command and channel.send function but i couldnt figure it out how to get bytes on the server. Here is my code;Client...
View ArticleAnswered: Limiting requests per second in HttpRequestCreator
Request creation throttling is not implemented, but it can be added easily. For example like this:public class ThrottlingHttpRequestCreator : HttpRequestCreator { private int _max_count; private int...
View ArticleHow can i list my cloud folder in sftp server?
Hi, im trying to list cloud folders and files in sftp server. In ftp server when LIST command came to server i make an api call to cloud retrieve list of folders and files and forward to client. How...
View ArticleAnswered: SSH: System.NotSupportedException: Algorithm 2.16.840.1.101.3.4.2.3...
The stack trace in your log indicates that the error did actually occur in a Rebex library. The error was raised by Cryptware NCryptoki library's RSA provider, which you plugged into Rebex SFTP to...
View ArticleRebex SFTP/FTP server patch characters
We have just started using the FTP service in Rebex SFTP (the SFTP has been live for a couple of years) we previously used an old installation of another software. When sniffing packages i see a lot of...
View ArticleAPI Graph search message mark as seen
Hello, I would like messages to be marked as read when they are opened. I am using the Graph API and I can’t find anything to mark a message as seen. Does this functionality exist? Is it pending...
View ArticleAnswered: API Graph search message mark as seen
Hello, this functionality has been added in version 7.0.9048 that was published a few moments ago.When the new MarkDownloadedMessageAsRead option is enabled, messages downloaded using...
View ArticleAnswered: will Rebex.sftp(3.0.6391) supports SHA-2 Algorithm?
Rebex SFTP v3.0.6391 already supports "rsa-sha2-256" and "rsa-sha2-512" algorithms as specified by RFC 8332.However, keep in mind that this version is outdated and no longer supported. It was published...
View ArticleLicenced version of Rebex.ftp and Rebex.sftp
I am having .net console application(4.8 framework) which is using both Rebex.Ftp and Rebex.Sftp library in it. I am planning to upgrade those packages. What would be the price of the latest version...
View ArticleAnswered: Licenced version of Rebex.ftp and Rebex.sftp
Hello, once you purchase our product, you will be able to download its latest version and also all the previous ones. To provide you a correct price to update your previously purchased product, please...
View ArticleAnswered: Rebex SFTP/FTP server patch characters
Hi Mats, is this related to Buru SFTP Server?
View ArticleAnswered: Do rebex has StreamWriter/StreamReader function?
To convert a string to a byte array, this line would be sufficient:var srcData = Encoding.UTF8.GetBytes("Hello Test"); What's the purpose of C1ZStreamWriter here? Are you trying to compress individual...
View ArticleWhat ports do I need to forward for Passive mode in Buru SFTP Server for the...
What ports are used by passive mode for the FTP server? I cannot find anywhere that says what ports are used and I can't find anywhere to set a custom port range for passive mode.
View ArticleAnswered: Build Error : The type or namespace name 'Rebex' could not be found
Hello,If I understand you right, your problem is in compiling the project in Visual Studio, not in executing it within the SQL Server? If it is so, putting libraries into GAC does not matter here. You...
View ArticleAnswered: What ports do I need to forward for Passive mode in Buru SFTP...
Hi, passive mode port and IP address configuration will be added in the upcoming version (2.15.5), to be released this week. Until then, any port can be used by the FTP server.
View Article