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

Answered: Length property of the stream throws an exception

Hello,it seems that the SFTP server that you use is unable to retrieve the length of the already opened file. This is a not related to a version of SFTP protocol, but rather a feature/bug of the SFTP...

View Article


Answered: ErrorMessage: An existing connection was forcibly closed by the...

The exception error means that the connection has been closed (either by the POP3 server itself, or by some ill-behaved network device along the way). Do you have access to the POP3 server? If yes,...

View Article


Answered: Rebex SFTP not working.

Hello,aren't you running one of the older versions of Rebex SFTP? There is a number of support contracts registered to your company email address, but none of them seems to be active, so I guess you...

View Article

Answered: .NET Core runtime support

Hi,some of our customers already expressed interest, so supporting .NET Core runtime is in our mid-term plans for 2016. However, it is hard to promise a firm date, as currently we are busy with a HTTPS...

View Article

Answered: SSH - Problem with Cisco WLC via Rebex (works with PuTTY SSH and...

If Ssh.RunCommand doesn't work, you can try working around this by creating a shell session and scripting it:... using (var sshClient = new Ssh()) { sshClient.LogWriter = new Rebex.FileLogWriter(...

View Article


File uploading in window phone 8.1 using rebex putFile method exception

http://imgur.com/aBerIIzAs you can see in image url I am trying to upload image to a server with a defined location but I get exception. So please help me out.![enter image description here

View Article

How to load certificates (PEM, SPC, PVK, NET)?

The FTP/SSH certificate page states being able to load the following certificates.PKCS #12 (.p7b) and PFX (.pfx) files. These usually contain a private key.DER files (.der/.cer), either binary or...

View Article

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

I solved the problem. I must be sure that my certificate comes from right CA.

View Article


Answered: SFTP Connection Error

Hello, to make sure that the TCP port 5877 is opened, I created a very simple client and server that only uses .NET TcpClient and no Rebex components. At first, please try to test whether you are able...

View Article


When using LoadDer how are loading errors to be handled?

When calling LoadDef on the certificate class it isn't clear how errors should be handled, and what they could possibly be. Currently the help page for LoadDef does not give any indication how errors...

View Article

FTP handling compression level and server support

Is there currently a way to set the compression level used by rebex ftp client? In addition is there a way to check to see if the server reports that it supports compression before attempting to turn...

View Article

Answered: Does Rebex Zip library support multi-core compression?

We added the multi-core compression support into Rebex Zip version 2015 R4.The library now supports multi-core/multi-threaded compression that enhances compression speed a lot on modern multi-core...

View Article

Answered: Does the latest version of Rebex SFTP/SSH for .NET support OpenSSH...

The issue that you experience has been already resolved in version 2014 R1 of Rebex components ("SSH: Standard form of SSH_MSG_KEX_DH_GEX_REQUEST packets is used with recent OpenSSH servers instead of...

View Article


Answered: Possible to encrypt/decrypt field value to save to SQL database in...

Although we plan to add it, the Rebex Security does not have a dedicated API for ecnrypting strings yet. So for now please use the Stream based overrides of the FileEncryption.Encrypt and Decrypt...

View Article

Searching IMAP and EWS for emails that are NOT UID

Hello,I'm currently searching IMAP and EWS objects to return emails arrived at a specific date.However I now want to search for e-mails that arrived at a specific date and are not already synchronized....

View Article


received Data in Sync replay (VirtualTerminal)

Hi I’m using Terminal Emulation to send Text to a server Using Scripting.Send(“XXX”) Getting the answers in an Event handler callback function , most of the times I get the replay correctly, but from...

View Article

How to use scripting for connecting to server and executing commands?

Hello,I am using below code but its not working can you please tell me whats wrong In thisscripting.Prompt = "$ "; scripting.Timeout = 10000; scripting.SendCommand("ls -ltr"); string response =...

View Article


Image may be NSFW.
Clik here to view.

Reg: SFTP issues

Hello Team,We have two issues while we are working with SFTP using Rebex.Issue 1: While disconnecting the SFTP server through sftpclient.Disconnect() method, I am getting below error.Issue 2: All the...

View Article

Answered: Searching IMAP and EWS for emails that are NOT UID

Hello,unfortunatelly neither EWS, or IMAP protocol have support for directly searching for messages according to their UniqueID/EWS ID. So you have to search for all the messages that arrived at the...

View Article

Answered: Difference between MailMessage.Date and MailMessage.ReceivedDate

Date refers to "origination date" or "creation date" or "submit date"ReceivedDate refers to "arrival date"Origination date:The origination date specifies the date and time at which the creator of the...

View Article
Browsing all 3860 articles
Browse latest View live