Answered: Create a Telnet to SSH proxy
This is very interesting case of use. Well, Rebex supports both Telnet and SSH protocols. Unfortunately, we have only Telnet client. However, our API allows you to implement your own transport layer,...
View ArticleAnswered: Virtual File System for Azure Blog Storage Error (Similar to Oct27...
I can confirm that Azure SDK v12 (package Azure Storage Blob 12.7) streams exhibit strange behavior in some scenarios. If you need a read-only stream, use the stream returned from the OpenRead...
View ArticleAnswered: Will Rebex.WebSocket be compatible with SignalR and MessagePack?
Unfortunately, SignalR only uses WebSocket as a transport layer for its own custom protocol, so if you wanted to communicate with SignalR using only a WebSocket client, you would have to implement at...
View ArticleAnswered: Security LoadPFX in Linux
Certificate.LoadPfx method should work in .NET Core on Linux without any issues as long as forward slashes ('/') are used.If you are having any issue with this, please catch the exception thrown by the...
View ArticleAnswered: Sftp async - one connection works, but two or more do not when...
It is possible that you are connecting to the wrong servers - when you call:await SftpConnectAsync(sftp).ConfigureAwait(false); you pass only Sftp instance argument, but no connection info. How the...
View ArticleAnswered: FileSystemNotifier upload event
Hello Skay, Welcome to the Rebex forum and thanks for your question.LocalFileSystemProvider uses internally .NET FileStream. In our VFS lingo FileStream is...
View ArticleAnswered: Can't login to OpenSSH server using GSSAPI
There doesn't seems to be anything wrong with your code, and your configuration is a supported one, so this is somewhat strange. - What is the client application that works? We might be able to check...
View ArticleAnswered: active license
Hi, if you have used the .exe installer, there is nothing else you need to do. You can start to use our product right now. There is no license key required. BTW, all the necessary information should be...
View ArticleAnswered: TLS Session Resumption support in Rebex HTTPS Legacy
Unfortunately, Rebex HTTPS only supports session resumption with ID/caching (RFC 5246). Session resumption with tickets (RFC 5077) is not supported.Rebex HTTPS currently offers no API to determine...
View ArticleAnswered: Renew license
Hi Martin, renewing your support contract prior its expiration date does not shorten your support contract period. If your current support contract expires on 20.02.2021 and you buy the renewal today -...
View ArticleAnswered: set email keyword for Office365
It seems that the Office 365 does not support custom Imap Keywords.This is outlook.office365.com response for Inbox:OK [PERMANENTFLAGS (\Seen \Answered \Flagged \Deleted \Draft $MDNSent)] Permanent...
View ArticleAnswered: SSH File Server User
Hi,Yes, this is possible - you can change the users collection while the user is running.Alternatively, for slightly more advanced scenarios, you can easily implement a custom authentication provider...
View ArticleAnswered: Get Email MessageList since last Read
Yes, it is possible to get mails from last read, but you have to use uniqueId instead of sequence number. You can achieve that by using this piece of code:var set = new ImapMessageSet();...
View ArticleAnswered: Could you please add links to Test.Rebex.Net
Unfortunately, test.rebex.net currently runs on Windows and does not support Unix-like symbolic links. We could simulate them, but that would involve much more work and it's not currently on our...
View ArticleAnswered: Username case sensitivity/insensitivity - Buru SFTP Server - How to...
The user database is the same for 32 and 64 bit so you can simply copy the file config/users.ldb from one installation to another. Hope it helps
View ArticleAnswered: PDB files for debugging
Hi, PDB files provide mappings from binary DLL files to a source code. As we don't provide the source code, we don't provide DLLs either. Sorry for the inconvenience!
View ArticleAnswered: If a user sets a keepalive that is shorter than a timeout,...
Hello, would it be possible to let us know how to reproduce the scripting issue? Which API do you use, and how? And which version of Rebex components do you use?
View ArticleAnswered: Does the Https product provide a function for speed control?
Unfortunately, this feature is not currently available in Rebex HTTPS. I'm sure it would be useful, so we'll add it into our tracking system and consider it soon when deciding on the future of HTTPS...
View ArticleAnswered: Failure to handle keepalive packets explicitely cause issues with...
Thanks for bringing this to our attention!It looks like the client-side handling of SSH_MSG_CHANNEL_REQUEST packets in Rebex SSH does not conform to RFC 4254, and we will address that in the next...
View ArticleAnswered: Can't turn off LocalEcho in the proxy
I have added the data analyzer routine to the TelnetServerFactory.cs file and it is working fine with PuTTY. The PuTTY is now able to automatically detect the LocalEcho settings, so I don't need to...
View Article