Answered: Problem with SignedData.Decode when verify is done with sign...
Hello,There is only slight but important difference between OpenSSL's der and pem formats. The DER file only contains binary ASN.1 data. The PEM file contain the same data, but Base-64 encoded, with a...
View ArticleAnswered: "Outside" IP address Sftp client
Protokoly SFTP ani SSH neobsahujà žádný mechanismus, pomocà kterého by mohl SFTP klient zjistit svou venkovnà IP adresu (IP adresu, ze které je iniciováno TCP/IP spojenà server).Má-li však klient též...
View ArticleAnswered: Negotiation failed. The connection was closed by the server.
I have compared the logs produced by old version and new version. The offered algorithms differ a little. It seems that this caused the issue with your server. Can you please try to enable the exactly...
View ArticleSSH: Rebex.Net.SshException: The connection was closed by the server.
Hello, we've been using the rebex library to connect to various sftp servers (customers) and this has been working without problems for years. Last week we started getting intermittent errors for some...
View ArticleProtocolVersion exception using Rebex HTTPS
Hello,The lib is throwing the exception below, does anyone know why it happens? It's happening on RC3 running on .NET 4.6Error while processing request. Fatal error 'ProtocolVersion' has been...
View ArticleAnswered: SSH: Rebex.Net.SshException: The connection was closed by the server.
(This response is based on a debug log we received via email.)Thanks for the new log! Originally, I thought that parts of the log might be missing, but now it looks like the server disconnects the...
View ArticleHTTPS on Xamarin
Hi,I've downloaded the trial version of Rebex HTTPS lib, and I'm facing an issue to make a HTTPS request on Xamarin.I've a client certificate (a .p12 file), and there is a Server certificate (on the...
View ArticleAnswered: Does Rebex STFP 2.0.4086.0 support TLS 1.2?
SFTP protocol runs over SSH, which is a different protocol than TLS. Although both TLS and SSH are used to secure network communication, they are different and incompatible. See our...
View ArticleSFTP error 'Connection Reset' when uploading with an offset.
Hi,I am uploading a large text file to an SFTP server so I break it up and upload with an offset. The first batch is uploaded correctly but on the subsequent upload I get an error. This is my code to...
View ArticleAnswered: SFTP error 'Connection Reset' when uploading with an offset.
Hi,It looks like the server suddenly starts rejecting further write requests with an error message of "Connection reset". This error comes from the SFTP server's file system, so it most likely...
View ArticleEven after changing the working directory of FileTransferClient the new...
I am changing the working directory of FileTransferClient after connect and login. Then I try to create a directory name abc. So this directory should be created under working directory.Instead it is...
View ArticleAnswered: Even after changing the working directory of FileTransferClient the...
Please use FileTransferClient's LogWriter property to create a communication log and either add it to your post or mail it to support@rebex.net for analysis. Based on the log, we should be able to tell...
View Articlehow to use TlsSocket directly?
Using cfnet 3.5, I want to mod the m2mqtt lib to connect to AWS.IoT using a Rebex TlsSocket.Do you have any tutorial/sample/doc on using TlsSocket for TLS 1.2 in mutual authentication? Thank you.
View Articledoes TLS support ALPN extension?
Hi, I need to connect to AWS.IoT using mqtt through port 443 and AWS requires the TLS client to support the ALPN extension to specify the "x-amzn-mqtt-ca" protocol.Does TlsSocket support ALPN...
View ArticleAnswered: HTTPS on Xamarin
Update for other users who might stumble upon this post: It turned out that Xavier1978 was using "netstandard2.0" DLLs on Xamarin.Android, which is not a supported platform for these yet - see our...
View ArticleNot able to download files from SFTP server
I am using sftp and able to connect and browse list of files but download of files is breaking.This is keyboard interactive authentication .I tried both download and getfile methods and always getting...
View Article(Rebex.FTP/SSL) Very slow download speed from within docker container.
Hello!I have a very interesting issue here.Shortly: We have a simple .NET Core 2.1 application that downloads stuff from FTP server within same network (10 GBit network) and achieves maximum speed of...
View ArticleAnswered: Not able to download files from SFTP server
Can you please try to download the files using the SftpWinFormClient sample?If you are not able to download the files using our sample, please send us log files produced by our sample and produced by...
View ArticlePort Numbers used by SFTP Server and Client
We have the below questions concerning port number. SFTP Client : 1. Does the SFTP client use any specific port number for connection to SFTP Server ? 2. Can we configure the SFTP client to use a...
View ArticleDoes getting messages from Exchange mark them as read? Can I have two...
Hi.Does reading messages from Exchange mark them as read? Is it possible to have two processes monitoring same inbox and not interfering with each other? I mean I need to be sure they will not pull the...
View Article