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

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 Article


i 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 Article


Answered: 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 Article

Getting "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 Article

Null 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 Article


Answered: 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 Article

SSL 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 Article

Rebex SFTP over Open source

Why should I choose Rebex SFTP over Renci ssh.net?https://github.com/sshnet/SSH.NET

View Article


License 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 Article


Answered: 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 Article

Answered: 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 Article

Extracting 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 Article

Answered: 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 Article


Paste 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 Article

Answered: 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 Article


Answered: 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 Article

Rs-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 Article


FileTransferClient: 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 Article

How 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 Article

Answered: 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
Browsing all 3858 articles
Browse latest View live