IPv6 is broken in Rebex and it's not RFC compliant either
The Rebex SSH client prefers IPv4 over IPv6. For example, if a connection is configured with a hostname that contains an A record and a AAAA record, Rebex ignores the AAAA record connects via IPv4....
View Articlei do get error return message of error11002
i use to get this error anytime i try send use my smtp and i i do get an socket error#11002 please what ,could be the best solutions for the error
View ArticleAnswered: IPv6 is broken in Rebex and it's not RFC compliant either
You are right that our method of determining the suitable IP address is not ideal. However, RFC 3484 does not actually say that client should just prefer IPv6 to IPv4 either. RFC 3484 states that "a...
View ArticleGetting "Key exchange failed. Requested service is not implemented." when...
Here's the log info:2018-20-08 13:28:01.308 Opening log file. 2018-20-08 13:28:01.824 INFO Sftp(1) Info: Connecting to ftp.decisioncloud.me:22 using Sftp 2.0.3484.0. 2018-20-08 13:28:01.981 DEBUG...
View ArticleNull characters received in data from SshChannel.ExtendedDataReceived event
Hi,My application runs SSH commands to an OpenSSH service running under WSL on Windows 10 using version 1.0.6755 of Rebex.SshShell.Full. I am attempting to log the stderr response in a different colour...
View ArticleAnswered: Getting "Key exchange failed. Requested service is not...
You are using version from 2009, which is more than 9 years old. Can you please try the same with the latest version.You can download free trial version from...
View ArticleSSL FTP on macOS is very slow
I was referred to this site by Royal TSX customer support. They are using the Rebex libraries for FTP. I experience very slow up and download speeds when using SSL, I think the slowest one being the...
View ArticleRebex SFTP over Open source
Why should I choose Rebex SFTP over Renci ssh.net?https://github.com/sshnet/SSH.NET
View ArticleLicense transfer
My company is a contractor. We want to buy 1 SFTP developer license. Can we buy the license in our company name and transfer it to our customer after development is over? As only 1 developer will work...
View ArticleAnswered: SSL FTP on macOS is very slow
If you are Royal TSX customer and have no intention of purchasing a Rebex product, please report issues such as this to Royal TSX customer support (who can then get in touch with us according to the...
View ArticleAnswered: Null characters received in data from...
It showed that this is a bug in the ExtendedDataReceived event. The received data can be overwritten before providing it to the event consumer.We have fixed it. You can try the HOTFIX version, which is...
View ArticleExtracting Embedded Image from RTF (Rich Text) *.eml File
I'm mainly using Rebex in an ASP.NET web application, to parse *.eml files downloaded from a third party system called inContact.It's a very useful product and I simply love it! I've learned WAY more...
View ArticleAnswered: Certificate thumbprint check
It is easily possible to determine whether a certificate is in the trusted root certificate store:Dim found As Boolean = False If certificateChain.RootCertificate IsNot Nothing Then Dim store As New...
View ArticlePaste from clipboard with middle mouse button/wheel
Hi,Is it possible to change clipboard paste from right mouse button to middle mouse button/wheel?Thanks, -S
View ArticleAnswered: sftp connection failing on window server 2016
Please, create verbose communication log and post it here or send it to support@rebex.net for analysis.It can be created like this:Rebex.Net.Sftp client = new Sftp(); client.LogWriter = new...
View ArticleAnswered: sftp connection failing on window server 2016
Thank you for the log file. It showed that the problem is: Diffie-Hellman CSP not available or doesn't support this key size, and managed Diffie-Hellman forbidden in FIPS-only mode.You can either...
View ArticleRs-232 Flow Control
I noticed that the constructor SerialPortChannel(comPort, baudRate, parity, dataBits, stopBits)takes everything needed except flow control.Is there anyway to set that to XON/XOFF for example? or is...
View ArticleFileTransferClient: password is output if LogWriter LogLevel is set to Verbose
I am using a LogWriter for the FileTransferClient class which descends from LogWriterBase.If LogLevel is set to Info, the password is written out as **********. e.g.Command: USER sparky Response: 331...
View ArticleHow to download all the .csv files with the file name starting with "cash" or...
Hi, I need to download and delete all CSV files which have a name starting with "cash" or "EFT" or "DDR".I have implemented download and delete for csv but not sure on how to check for the...
View ArticleAnswered: Rs-232 Flow Control
Rebex's SerialPortChannel class uses system's SerialPort class, which doesn't offer this setting in constructor either.You can set this after construction using the SerialPortChannel.Port.Handshake...
View Article