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

Answered: Error SSH: Rebex.Net.SshException: The connection was closed by the...

Hello, 12.3.52.138:990 is not an SFTP/SSH server. It's an FTP server implicit secured with TLS. Please use Rebex FTP/SSL to connect to this server:var ftp = new Ftp(); ftp.Connect("12.3.52.138", 990,...

View Article


SftpException: Negotiation failed. Disconnected by the server...

I'm receiving the following error message when trying to connect with on of our clients and I can not figure out why. Any ideas on what could be causing this? Thanks.Rebex.Net.SftpException:...

View Article


Answered: Unable to resolve hostname on WinCE

The host name is resolved by Rebex component using system Dns.GetHostEntry() method. If this fail, we cannot do much. You have to setup your device correctly first.Actually, the log you provided...

View Article

Paid version requires installer rather than Nuget+LicenseKey?

--- Download and setup --- 1. Please download your software 2. Run the installer or unpack the ZIP archive. 3. No license key is needed with full version.My company bought the FileServer but I'd rather...

View Article

Syslog library

Hi,You guys have a Syslog library in your labs which has not been updated since 2016.What are your plans for this library? Are you going to make it official or open source it?Thanks,Toby

View Article


Answered: Using POP3 on gmail can't retrieve all messages

Can you please create VERBOSE communication log and share it here or send it to use (support@rebex.net) for analysis. It can be created like this:var pop3 = new Rebex.Net.Pop3(); pop3.Connect(hostname,...

View Article

XML Encryption Syntax and Processing support available?

Hello,we are using Rebex Secure Mail since the beginning of the year with great satisfaction. We needed functionality to encrypt/decrypt mails with RSAES-OAEP and sign with RSASSA-PSS. With Rebex...

View Article

Answered: Paid version requires installer rather than Nuget+LicenseKey?

You would need a full license key to use NuGet with purchased FileServer.To generate the full key:Login to My Account.Select NuGet Keys menu item.Generate your keyFor more details see...

View Article


What components can I buy ?

Hi,I just download file from sftp. What components can I buy ?Is it possible to use devloped application in Pocket PCs if im buy 1 developer license?

View Article


How to do sftp connectivity via Proxy in Rebex?

I want to do sftp connectivity via Proxy in Rebex . We are currently connecting via Machine Name/IP of it, port. And login using Credentials using Core FTP Mini Rebex Server. I am doing my code in...

View Article

Answered: What components can I buy ?

Hi, Rebex SFTP client library enables to transfer files between your application and Unix/Windows SSH servers. Download free 30 day trialYes, it is possible to develop application for Pocket PCs.You...

View Article

Load .ppk without passphrase

I have two scenarios: 1. Have .ppk with a Passphrase. 2. Have only .ppk WITHOUT a Passphrase.For the first scenario, this works: privateKey = new SshPrivateKey(PrivateKeyPath, PrivateKeyPassPhrase);...

View Article

Answered: sftp component adding extra carriage return to the file after each...

Can you please ensure that the carriage return (0x0A) is not already present in the source file on the remote. You can check it by executing xxd command on the server like this:xxd /remote/file.txt Do...

View Article


How to use Rebex SFTP Server with AWS Network Load Balancer?

I have two EC2 servers on AWS.On these two server rebex sftp servers are running.I want to used network load balancer which will divert trffic based on incoming request by our clients also it will...

View Article

Answered: How to use Rebex SFTP Server with AWS Network Load Balancer?

Rebex File Server makes it possible to implement a custom file system on top of S3. This would make it possible for multiple SFTP server instances to present the same file system to the client.However,...

View Article


SFTP Server Application

Hi there,I have a couple of doubts about sftp server as follows 1) do you have a standalone application of sftp server (not the tiny one), it should be for commercial use. If yes, can you please give...

View Article

Detailed message for SFTP custom authentication provider

Hello,We are using the FileServer component with a custom authentication provider, password based. There are multiple reasons for which authentication might fail (e.g. unknown user, wrong password,...

View Article


Removing/Replacing Line feed from a text file in SFTP memory stream

Hi ThereI am writing a bespoke application to download the files from a SFTP server. What I want is to remove/replace a line feed from a text file in memory stream using Rebex SFTP component before...

View Article

Rebex.sftp "unable to load DLL 'Bcrypt.dll'" when running on Linux

Hi, Right now I am using Rebex.Sftp library for my sftp server project(Asp.Net Core Console App), I am using .Net Core 2.0 version and my OS is Ubuntu 16.04.3 LTS. The project runs exception free in...

View Article

Rebex HTTP problem with other libraries

Hi I have a problem using Rebex HTTP in combination with other libraries, eg RestSharpafter registering the creator like your sample:var creator = new HttpRequestCreator(); creator.Register(); I got an...

View Article
Browsing all 3860 articles
Browse latest View live