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

Answered: POP3 limit number of messages returned by GetMessageList?

The POP3 protocol is really old protocol. It has only couple of basic commands, see RFC 1939. It cannot do paging.However, I thing that you do not to call GetMessageList at all. If you want to download...

View Article


Openload.co Ftp Server and MLSD

Hi. I am having trouble connecting to the Openload.co cloud server via FTP. When the FEAT command is sent, the server sends an MLSD response. However, Rebex sends a LIST command when the list is...

View Article


Server missed Disconnect command from Client

Occasionally, we find that the SFTP Server may miss the Disconnect request from Client. On client side, the Disconnect command ended normally without any exception and so was deemed successful....

View Article

Answered: Openload.co Ftp Server and MLSD

Thank you for your report. It showed, that it is a server bug.The server reported for FEAT command MLSD extension, which is violation of RFC 3659. Please see section 7.8. FEAT Response for MLSx:......

View Article

Authentication was partially successful, .. authentication with:...

Hello Support Team,I have downloaded the current Trail version of SFTP library and tried to run the below code. Sftp client = new Sftp(); client.Connect(host, 22); client.Login(username, password);I...

View Article


Answered: POP3 Connection with TLS v1.2 don't work

For Pop3 class, the default TLS/SSL mode is SslMode.None. If you want to use TLS 1.2, please specify SslMode explicitly like this:client.Connect("testtls.pec.rupar.puglia.it", 995, SslMode.Implicit)...

View Article

Fatal error 'ProtocolVersion'

Hello I get this error on connect to pop3 I need to recover mails, is not the same as: http://forum.rebex.net/3358/tlsexception-fatal-error-protocolversion Dim m_pop3RemoteServerAddress =...

View Article

SFTP EncryptionAlgorithm AES256

Hello thereI am writing a program to connect to a sftp server and upload the files. I want to enforce the sftp connection to use only AES256 algorithm.I wrote the following codeWith...

View Article


Answered: Fatal error 'ProtocolVersion'

According to the log, the POP3 server sends the following unencrypted error message when the client connects to it and attempts to negotiate a TLS session: "ERR Connection is closed. 13"This is a...

View Article


FileExists returns with false and FileRename return Directory Rename Error (450)

Logging into FileZilla, I can confirm that the file exists. However, calling the rebex ftp client .FileExists always returns false.Forcing it to do the rename (.Rename method) returns with a directory...

View Article

C# 4.5 WebSocket and Socks5

I upgraded to TotalPackage to support Socks5 over HTTP(s). Socsk5 works very well by changing all HTTP related functions. By the way, I could not solve one thing. We use...

View Article

Answered: FileExists returns with false and FileRename return Directory...

It seems that you are using absolute paths, which can cause troubles on the server. Try to use relative paths only.Please instead of:ftp.FileExists("/b5a58610-8168-46a0-bb2f-d8a2b6be480f.mov");...

View Article

Receive XML texts ) via SSH

I would like to be able to receive and send commands as XML strings via SSH. But I receive only "<?xml" instead of the whole XML string.Why XML: because my client is an application.My server...

View Article


Answered: Error: The client and the server have no common algorithms

Hello,"v4.0.30319" not a version of Rebex SFTP - it's the version of .NET Framework it targets. However, if the assembly file name is Rebex.Net.Sftp.dll, this indicates that you use Rebex SFTP...

View Article

Why does Sftp.GetFile work but Sftp.GetDownloadStream does not?

Here's the log file when using GetDownloadStream:INFO FileLogWriter(2)[6] Info: Assembly: Rebex.Common 2017 R6.3 for .NET 2.0-3.5 INFO FileLogWriter(2)[6] Info: Platform: Windows 6.2.9200 32-bit; CLR:...

View Article


How can I remove a exist proxy after HttpCreator Registration?

How can I remove a exist proxy after HttpCreator Registration when using a plugin-based HttpCreator?HttpCreator = new Rebex.Net.HttpRequestCreator (); HttpCreator.Register ();...HttpCreator.Proxy = new...

View Article

Answered: Why does Sftp.GetFile work but Sftp.GetDownloadStream does not?

The log seems incomplete. The data/time info (which would be quite useful in this case) is missing. Then there are two separate SFTP sessions - the first one ends suddenly with no apparent reason after...

View Article


Error while starting data transfer: Rebex.Net.FtpException: I won't open a...

Hello!I'm attempting to transfer data with Rebex Win Forms client but get the error: 500 I won't open a connection to 10.0.38.104 (only to 81.106.223.248)The Verbose log:12:38:21.334 Info Command: PROT...

View Article

Answered: Error while starting data transfer: Rebex.Net.FtpException: I won't...

You are using FTP Active mode, which is problematic in your case: client behind firewall connects to a FTP server outside firewall.The problem is, that the client reported to the FTP server its local...

View Article

Rebex secured mail latest library support only Gmail send mail scope.

Hi Rebex Team,Rebex secured mail - SMTP require the full scope to the mail box. Since full scope for the mail is restricted scope by Google now as the result the app using this scope need go though the...

View Article
Browsing all 3858 articles
Browse latest View live