SFTP server: long delay while connecting with full CPU load
Hi,while evaluating Rebex File Server (SFTP), I see a long delay of about 70 seconds when a client connects. During this time, the SFTP server seems to take 100% of the CPU. After that, the connection...
View ArticleAnswered: Compressed files with 7-zip 9.20 64-Bit on Ubuntu 16.04 TLS can not...
Hello Bernhard and thank you for the excellent report.The only problem is ZipItem.ItemType identification. It is caused by VersionNeeded field which has value 778 (which is far greater than supported...
View ArticleSmtp.ResolveDomainMx timeout
hello, after calling Smtp.ResolveDomainMx, is there a way to distinguish between: - a non existing domain, - an existing domain for which a timeout occurred during DNS lookup in the upstream DNS server...
View ArticleInvalid TNEF message.
Hi Rebex Support Team, We have the licensed version of Rebex Secure Mail which we purchased in the month of May 2015. Recently for certain emails we are getting an exception of - "Invalid TNEF...
View ArticleAnswered: SFTP Connect to multiple servers
You can easily create multiple instances of Sftp object and run the uploads as background operations using the asynchronous API.
View ArticleNot able to get 'RejectedRecipients' .
Hi , Went through your study material and found two ways to get list of rejected recipients,if any when email is sent using Rebex Smtp. 1) Using Rebex.Net.Smtp.SendDirect() ; SmtpRejectedRecipient[]...
View ArticleAnswered: Smtp.ResolveDomainMx timeout
If a domain's MX record doesn't exist, you will receive empty array as return value of the Smtp.ResolveDomainMx method.If a timeout occurs, the SmtpException with SmtpExceptionStatus.Timeout is...
View ArticleSFTP logging and Postsharp
We are using PostSharp.Diagnostics with nlog for logging. How do I integrate PostSharp+nlog with LogWriterBase ?
View Articleunzip: archive containing links -> exception
tried to extract zip Archive which contains some links in mono on linux.extract manually using unzip works in Linux Shell, I got following file:lrwxrwxrwx 1 root root 8 Nov 7 18:40 ncurses.h ->...
View ArticleAnswered: SFTP logging and Postsharp
Get Valid and full fresh working License key for All of The Antivirus and Internet security Daily Updated. License key will never expired. To get yours just go to http://keys.sourcetoget.com Enter your...
View ArticleAnswered: unzip: archive containing links -> exception
Extraction of links is not supported yet. If you want to skip all links set MultiFileLinkMode to SkipLinks:archive.Options.MultiFileLinkMode = LinkProcessingMode.SkipLinks; However, you can determine...
View ArticleSFTP logging and Postsharp
We are using PostSharp.Diagnostics with nlog for logging. How do I integrate PostSharp+nlog with LogWriterBase ?
View Articleunzip: archive containing links -> exception
tried to extract zip Archive which contains some links in mono on linux.extract manually using unzip works in Linux Shell, I got following file:lrwxrwxrwx 1 root root 8 Nov 7 18:40 ncurses.h ->...
View ArticleAnswered: SFTP logging and Postsharp
When using LogWriterBase just simply implement the WriteMessage() method. Example:class PostSharpNLogWriter : LogWriterBase { // PostSharp+nlog _logger; public PostSharpNLogWriter() { // initialize...
View ArticleSigning/verifying a file with a PEM file
I'm not having any success with Rebex Security to sign a file with a PEM file.Details: I'm trying to create a digital signature of a file so that after sending the file, the receiver can verify the...
View ArticleProblems with experiemental HTTPS integration
Hi all,We are trying to get the experimental HTTP library working with our Windows CE 6.0 application, but we're running into some issues.We have added the required code to the Form1.cs file to get the...
View ArticleAnswered: Signing/verifying a file with a PEM file
Rebex SFTP can do this, but it's not as straightforward as it seems.Your priv.pem file is an encrypted private key, not a certificate. This means you have to use PrivateKeyInfo (part of Rebex.Common)...
View ArticleRebex Http type load exception
Hi,i'm avaluating your Rebex Http component and get the following exception:Additional information: Could not load type 'Rebex.HM' from assembly 'Rebex.Common, Version=2.0.6249.0, Culture=neutral,...
View ArticleHow do I log in with a .cer certificate for ftps
I currently use a pfx certificate with a password, but would like to change to using a .cer with no password. Do you have sample code for connecting and logging in with this type of Certificate?Thanks,...
View ArticleSFTP GetList - Duplicate Filename on Server
I'm seeing a discrepancy between the GetList and GetRawList methods. Using GetList I see two files, and GetRawList I see three. I believe this is because two of the files have the same filename on the...
View Article