Quantcast
Channel: Rebex Q&A Forum - Recent questions and answers
Browsing all 3859 articles
Browse latest View live
↧

How to check sftp connectivity Issue with CB via Rebex in asp.net with C#?

I want to check sftp connectivity Issue with CB via Rebex in asp.net with C#.If the Rebex Connectivity fails not related to the credentials or any such , I need to get that exact connection issue and...

View Article


set email keyword for Office365

For Imap Office 365 connections its not possible to set the Keyword list according to this code:imap.SetMessageFlags(info.UniqueId, ImapFlagAction.Add, ImapMessageFlags.Keywords, "TestFlag");Does there...

View Article


Answered: How to check sftp connectivity Issue with CB via Rebex in asp.net...

The following try/catch block might address your needs:try { ... } catch (SftpException ex) { // determine whether the exception is related to authentication Exception innerEx = ex.InnerException; if...

View Article

SSH File Server User

Hi,is it possible to authenticate a user against a database while the server is already running? At the moment i have to register a user before the server starts.Is it possible to change the servers...

View Article

Answered: When using FTP client.Settings it is showing setting is not a...

The names of your Rebex DLLs indicate that you are using a version of Rebex FTP/SSL that is more than 10 years old. These old versions don't feature that setting and do not support TLS 1.2.The...

View Article


Get Email MessageList since last Read

Is there a ways to get an Email MessageList since a last read, e.g. by giving a last read sequence number? Would it be save to get this list by a previously stored sent date and get all > that sent...

View Article

Answered: Rebex File Server Throtteling

Unfortunately, Rebex File Server does not support transfer speed throttling yet. We have been considering adding this feature, but it won't appear in the near term.At the moment, the only way to...

View Article

Could you please add links to Test.Rebex.Net

Would it please be possible to add links to Test.Rebex.Net. I would like to test my application when IsLink == true to make sure that it behaves properly.On a similar note, can IsLink be true for both...

View Article


Answered: Negotiation failed after updating version.

This looks like Curve25519 key exchange cipher might be to blame, although it's a bit strange, because we are currently not aware of any incompatibility between Rebex SFTP and OpenSSH 7.6. Please try...

View Article


Username case sensitivity/insensitivity - Buru SFTP Server - How to...

We noticed that the Buru SFTP server v1.7.3 x86 version accepts all capitalized username at login in our prod system. Basically this version is case-insensitive as far as the username is concerned.This...

View Article

Answered: Fatal error 'HandshakeFailure' has been reported by the remote...

Create a communication log using LogWriter property at LogLevel.Debug (see https://www.rebex.net/https/features/logging.aspx#logwriter for details) with .NET Compact Framework version of Rebex HTTPS...

View Article

WebRequest TLS fingerprint

Hello, I am trying to retry an HTTPS request to a site that is protected by Cloudflare. Through the browser, a 200 response comes to the first request, and a 403 error comes through its code...

View Article

PDB files for debugging

Hi,do you provide the pdb-files for the Rebex assemblies and would this make any sense because obfuscated your libs?Regards Martin

View Article


If a user sets a keepalive that is shorter than a timeout, scripting never...

In SshSession.cs near line 1209 in the internal T WaitFor<T,S>(FinishCheck<T,S> finishCheck, int timeout, WaitFlags flags, S state, T timeoutDefaultValue, T closeDefaultValue) function...

View Article

Answered: Trial version of Rebex FTP for .NET has expired. Please consider...

This actually looks like your scanners have been using a trial version of Rebex FTP for a long time, and someone somewhere has been periodically renewing the 30-day trial period until recently.Have you...

View Article


Answered: WebRequest TLS fingerprint

TLS_EMPTY_RENEGOTIATION_INFO_SCSV indicates support for Renegotiation Indication Extension and can be switched off using SslSettings.SslRenegotiationExtensionEnabled.But the order of ciphers is not...

View Article

Does the Https product provide a function for speed control?

Does the Https product provide a function for speed control? If not, do you plan to provide it? Ftp/Sftp is good because it has a speed control function. It would be nice if Https also had a speed...

View Article


Answered: Create SSH Client Custom Shell Command in Fileserver

This scenario falls somewhat outside of what Rebex File Server and it's build-in simple shell was designed to do. Basically, you would have to handle the whole SSH shell yourself. Our SSH client...

View Article

Failure to handle keepalive packets explicitely cause issues with Cisco and...

we fixed this internally by addding the following to the SshChannel.cs file in the OnRequestReceived function. //NOTE (VAE): This prevents wrong things from happening because of a failure to handle ssh...

View Article

Answered: Rebex SSH Shell - Connection to SSH server failed with "No common...

In FIPS-only mode, only FIPS-validated cryptographic algorithms provided by Windows are used. The same applies when Rebex UseFipsAlgorithmsOnly option is set to true (this is the default value for...

View Article
Browsing all 3859 articles
Browse latest View live