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

Invalid FTP response (B0)?

Hello, I'm working with Rebex.Net.Ftp version 4.0.5085.0 Sometimes i getting following error while uploading the:Invalid FTP response (B0). + Stack Trace => at Rebex.Net.IJ.DC(Int32 A) at...

View Article


Answered: Are SFTP login parameters encrypted before being sent

No, this is not what this method does. It performs two kinds of authentication for the specified user - password authentication (just like Login(userName, password)) and publickey authentication (just...

View Article


getting contact data via EWS

Hello, I want to search contacts via EWS and getting the specified data e.g. company, emailadress, phone. Actually I can get this data by reading the xml of the response, is it planned that there will...

View Article

Answered: Websocket support

It looks like System.Net.WebSockets namespace is already available on Xamarin.This said, we actually wrote a simple multiplatform WebSocket library that uses TLS/SSL and HTTP API provided by...

View Article

How to Load and Decrypt the message fetching from IMAP server in MailMessage

How to Load and Decrypt the message fetching from IMAP server in MailMessage without directly Loading mail from local

View Article


Answered: How can I access the underlying Socket of the Ftp client?

Most of the options to fine-tune are already accessible through Ftp object's Proxy, Settings and PortRange properties. If you need to set any additional option, please let us know.But if you absolutely...

View Article

Answered: Rebex.Net.Ftp Exception:An existing connection was forcibly closed...

Hi, the version that you have is more than 7 years old. Does the same issue also occur with the latest version?

View Article

Answered: Error while connecting to SFTP

It seems that the problem is caused by your internet connection.Looking at the log, it can be seen: It fails randomly. The first try failed in SshSession.Authenticate method, while the second try...

View Article


Answered: SFTP exception types

Here is the promised Rebex SFTP beta version with the Sftp.GetRemoteChecksum method. You can retrieve the remote checksum like this:Sftp sftp = new Sftp(); // connect, login, upload file, ... //...

View Article


Answered: Identify SFTP client

Many SFTP server and software (including WinSCP) use the initial "welcome message" to make decisions based on the version of software used by the other side of the connection. The welcome message is a...

View Article

Answered: WinMobile SHA-2 certificate webexception

Hello, the product that you need is Rebex HTTPS for .NET CF and it is still currently under development labeled as experimental beta. We are working hard on releasing it as a full featured Rebex HTTPS...

View Article

Is DKIM email authentication is supported in Rebex ? If so how to do that

Is DKIM email authentication is supported in Rebex ?

View Article

Answered: Terminal emulation select all

Hi,you can select entire screen including the history buffer with this line (where terminal is TerminalControl instance):terminal.SetSelection(0, -terminal.HistoryLength, terminal.Screen.Columns,...

View Article


Image may be NSFW.
Clik here to view.

Failed to resolve Mono.Security.Protocol.Ntlm.MessageBase after updating to...

Since the last Xamarin update I can’t link/build my Rebex components project anymore, I am getting this error:error MSB4018: Xamarin.Android.X>amarinAndroidException: error XA2006: Reference to...

View Article

Answered: What does this error mean - Rebex.Net.TlsException: Fatal error 'I'...

Rebex FTP/SSL 2014 R1 and some earlier versions had a bug that caused unreadable alert names to be reported in this particular TlsException message. This has been fixed in Rebex FTP/SSL 2014 R2:SSL:...

View Article


Answered: SmtpAuthentication.OAuth20 authentication failing for Gmail.

It is hard to say, what is wrong. The error message is very general and I don't known what the GetAccessToken method do.However, I have couple of ideas what can be wrong:email doesn't match the token...

View Article

Answered: Very slow application...

This exception is raised when a tread is trying to perform an operation on the Imap object while the other operation is still in progress.It means, that you are calling methods on the Imap object from...

View Article


Rebex Secure Mail .NET bug report

Hello,I use commercial version of Rebex Secure Mail .NET component for converting EML and MSG files to MHT format. After this, I use Microsoft Word public API to convert MHT file created by Rebex to...

View Article

Answered: How Do I Use Shell.Empty in FTP Server?

At the moment the default built-in shell commands that we support are only the SCP commands*, and you have to set a virtual root for the user, otherwise it will not work. Please try this code to create...

View Article

Getting error "Authentication prompt 'Enter your PASSWORD:' (pass 1) cannot...

Hi I am using Rebex tool in C#.NET application to FTP file from Windows system to Unix box. My C# application executable in PROD environment is a daily scheduled job from windows task scheduler. It...

View Article
Browsing all 3862 articles
Browse latest View live