Answered: (Rebex.FTP/SSL) Very slow download speed from within docker container.
UPDATE I found out that this is caused by SecureTransfers property. If I set it to false then speed from container is the same as from host.So as I understand, this SecureTransfers compresses/encrypts...
View ArticleAnswered: Does getting messages from Exchange mark them as read? Can I have...
Does reading messages from Exchange mark them as read?EWS - NO. The IsRead flag can be set by the UpdateItem method as shown at...
View ArticleHTTPS Xamarin iOS support for clientcertificates?
Hi, We would like to use your HTTPS library in our Xamarin project, but it doesn't appear to attatch client certificates to requests. This is a known issue for other projects as the version of .Net...
View ArticleSlow send with large attachment
Hi, I'm trying to send an email with a 20 Mb attachment and this takes more than 2 minutes to do it. Is this normal? this is my send code:Smtp smtp = new Smtp(); smtp.LogWriter = new...
View ArticleAnswered: HTTPS Xamarin iOS support for clientcertificates?
The client certificates are supported for Xamarin.However, please note that the client certificate has to meet couple of requirements:It must be time valid: cert.IsTimeValid().It must have private key:...
View ArticleRebex SFTP Connecting
How do i prevent this error message on Rebex.Net.Sftp.ConnectErrormessage: Could not use server's key. Please contact server administrator to generate new keyLog:2018-10-24 14:07:07.328 Opening log...
View ArticleAnswered: SFTPException's code property value does not match with SFTP...
SFTP error codes are only available for SFTP protocol level errors that were reported by the server. This is indicated by SftpException's Status property of SftpExceptionStatus.ProtocolError. In this...
View ArticleIMAP client memory usage for large folders
We have a dotnet core application running in a container, using the IMAP client to retrieve a large number of messages from a folder.The approach is roughly like this:create new Imap instance, connect...
View ArticleVPN connection with CE7
Hello Rebex Community, I know that this question does not belong here, but it may still be that Rebex offers a solution to the problem. I want to establish a VPN (L2TP) connection in Ce7. Is there...
View ArticleAnswered: IMAP client memory usage for large folders
Thank you for pointing to this.We realized that the server responses (* FETCH ...) are unintentionally held in local variable of the Imap.GetMessages() method.We have fixed it. I will send you link to...
View ArticleSystem.InvalidOperationException: Not enough data
Getting the following exception while uploading the files. System.InvalidOperationException: Not enough data. at Rebex.Net.CCD.T() at Rebex.Net.CCD.I() at Rebex.Net.SftpAttributes..ctor(CCD W, Int32 O)...
View ArticleFtp receive non existing host file creates empty local file
If the file trying to FTP receive does not exist, an error is returned but an empty local file is also created which I don't think should happen.
View ArticleSave email as unsent using .eml in Apple Mail
I am trying to save and open an .eml file in Apple Mail as unsent.I have added the header: Headers.Add("X-Unsent", "1") to the Rebex.Mail.It opens fine in Outlook (ready to be sent) but when I open the...
View ArticleAnswered: Ftp receive non existing host file creates empty local file
This is the "Chicken-and-egg" problem:Local file preference:Create local file then start downloading. If remote file is not accessible, we ended with empty local file.Remote file preference:Start file...
View ArticleAnswered: Tiny SFTP Server - Error while initializing subsystem (): The...
Hi,Tiny SFTP Server does not allow shell subsystem, only SFTP connections. You can try our Buru SFTP Server which has some SSH shell functionality (see the docs for details). Please note that it is...
View ArticlePOP3 limit number of messages returned by GetMessageList?
We are using GetMessageList() to fetch the message IDs from POP3 servers. We then iterate through results calling GetMailMessage(sequenceNumber).Problem is that the initial call to GetMessageList may...
View ArticleSFTP Server Negotiation Delays
I have written a simple SFTP Server using Rebex 2018R3. It works as expected when run under Windows but when executed on a Raspbian Linux box under Mono V5.14.0.177 the connection takes a long time or...
View ArticleExecuting command on server does not works
Hello,I use Rebex and everything works fine when I test it on my computer, but when I publish it on server all my commands does not work on. All devices are in same net like my server and computer...
View ArticleAnswered: How To Fix Epson Printer Error Code 0x9d
We are sorry, this is forum related to Rebex.NET components.Your question is out of scope on this forum.
View ArticleIdentifying User that raise custom command
The SFTP Server supports implementation of custom command via SSH session. If there is more than one user login to the Server, what is the proper way for the Server to identify the user that raise that...
View Article