WebSocket Connection Handshake - TLS socket was closed abruptly upon sending...
Hi,I am not able to establish the WebSocket connection after I update the expired certificates, and the same certificates work fine with the other local server. Need help in figuring out the issue...
View ArticleAnswered: Does Rebex SFTP only delete files from the server if a download was...
Each item is deleted after it has been successfully transferred. If you are transferring 10 files, this is what's going on:Download file1Delete file1.Download file2Delete file2Download file3Delete...
View ArticleDo rebex has StreamWriter/StreamReader function?
Hi, Currently, I am using the below function to convert strings to a byte array. I want to convert this function to the Rebex method instead of the C1ZStreamWriter. var ms = new MemoryStream(); var sw...
View ArticleSFTP Server memory leak
We use Rebex.FileServer_v7.0.8816 created an SFTP server. It ran well until last week when a memory leak occurred. Usually, the memory used by the service is 500MB. When uploading files, the memory...
View ArticleRebex SFTP exception "Cannot invoke "Object.toString()" because the return...
Hi,My question is about getting this exception when trying to download a file from an SFTP server using DownloadAsync() with TransferMethod = Move:Rebex.Net.SftpException: Error when retrieving items...
View ArticleAuthentication was partially successful, server requires additional...
Hi, I am trying to connect vis SSH to Dell iDrac using Rebex. On Dell docs I can see: "SSH clients now require both password authentication and keyboard interactive authentication before allowing a...
View ArticleAnswered: Rebex SFTP exception "Cannot invoke "Object.toString()" because the...
This SftpException was thrown because the SFTP server responded with an error status to one of the client's commands. A debug log created using Sftp object's LogWriter property should make it possible...
View ArticleHttps TLS 1.2 test: this.Invoke("HelloWorld", new object[0]) does not return...
Trying to evaluate if I can use Rebex dll to support TLS 1.2 on Wince 5.0 and PC.Downloading the trial license on Feb 2, 2024, I followed the example to write a small test program (see below). Using 3...
View ArticleAnswered: SFTP Server memory leak
Would it be possible to periodically call something like this (every 5 minutes, for example) to find out whether SFTP sessions are getting stuck at the server?foreach (var session in...
View ArticleRebex TLS sockets - How to know if socket is disconnected?
Hello,I'm having an unusual problem with Rebex.Tls sockets.The code:private async Task StartServer() // Starts server { try { var address = IPAddress.Parse("127.0.0.1"); var port = Int32.Parse("5678");...
View ArticleAnswered: Rebex.HTTP failed dependency.
This error occurred due to a missing .NET assembly. Missing Windows CE component (such as missing cryptographic provider) would cause a different kind of error.Rebex.Http assembly depends on...
View Articletlsproxy configure tunnel through command line
lads,is it possible to configure a tunnel through the command line alone, that is, without relying on config.yaml to specify parameters?yours,mu
View ArticleSimple setup but authentication fails when accessing remotly
I have a basic setup of Rebex SFTP on an active Windows server 2022 standard. It's a simple server setup running AD. I have Rebex set up with the local server IP address as the listening address on...
View ArticleAnswered: tlsproxy configure tunnel through command line
TLS Proxy has command line interface, however it writes tunnel definitions into the config.yaml file.You can either delete the config.yaml file when you want clean proxy config:del .\config\config.yaml...
View ArticleI'm getting a NoSuchFile exception code with the ProtocolError status when...
I've got a Xamarin app built with VisualStudio 2022 and running on an Android R device. I'm pulling the libraries into my project using NuGet and setting the correct license in code.Here's the function...
View ArticleAnswered: tlsproxy doesn't start : listeners error
The reason why No listeners started, stopping Proxy. is:10:03:06 WRN No tunnels defined. Please, define a tunnel before starting the proxy. See examples on web or run tlsproxy tunnel add --help for...
View ArticleIs the license key always validated when using NuGet packages ?
Hello,I would like to use the NuGet packages for Rebex.Common, Rebex.Zip and Rebex.Time.I referenced the NuGet packages in every projects using one or more of these packages and created the NuGet...
View ArticleRebex.Terminal.SerialPort depends on pre-release System.IO.Ports (only for...
The NuGet package Rebex.Terminal.SerialPort (v7.0.8943) has a dependency on System.IO.Ports.For every framework exceptnet8.0, a stable version of System.IO.Ports is referenced. However, for net8.0...
View ArticleAnswered: Is the license key always validated when using NuGet packages ?
Please note that you don't need a license key to use particular parts of the Rebex API. For example some classes from Rebex.IO.Compression.Streams does not need a license.There is couple possible...
View ArticleChangeDirectory hangs in endless loop
A customer that uses our software to FTP-SSL publish to his Host Europe web server experiences a (nearly?) endless loop (i.e. the while (true) is never exited) in this code:The stack trace looks like...
View Article