Answered: Does not work redirect to https post
This looks like a bug. Apparently, AllowAutoRedirect does not work properly with POST requests. We will fix this and send you a link to a hotfix soon.Thanks for bringing this issue to our attention!As...
View Articlepastry quality recipes BITTERSWEET SWEET PUDDING
This week Specialists Gus just what he believed I should present you with the blog. "Chocolate pudding! " Well, My partner and i aim to i highly recommend you! Here you go.Just joking. It had not been...
View ArticleDo I have to always call Accept or Reject in the certificate handler?
When it comes to Custom certificate validation, I see all the examples that either call Accept or Recect in all execution branches.My question is, whether this code is valid, too:private void...
View ArticleFishing Knots
After choosing your rod and reel combo, fishing line, and style and size of fishing hook, you want to safely connect them all together. This should be done with knots that you know are going to...
View ArticleAdding a reply to an *.eml file
I'm starting out with a *.eml file from a 3rd party email software. We need to basically stuff a fwd/reply into the message and create a new eml/msg file.I've gotten the Rebex Load(),...
View ArticleConnecting to Office365 Shared Mailbox using pop3
I got Account xxx@domain.com and an access to shared mailbox yyy@domain.comConnecting to Account via pop3 working fine but access to Shared Mailbox doesnt work. I get "Authentication failure: unknown...
View ArticleAnswered: Adding a reply to an *.eml file
Hello,The desired effect can be achieved the following way:// Load recieved message recievedMessage.Load(@"c:\temp\testfiles\msg-body-text.msg"); // Create a reply message var replyMessage =...
View Article"Not authenticated to the server." - error on executing SFTP putfile command C#
I have been trying to transfer files through Rebex SFTP. The connection of the SFTP is successful, but on execution of putfile command or GetList command, the following log is written : "Not...
View ArticleHow to use stream for file movement on same FTPS server.
Hi,I need to create multiple copies of a file on the same FTPS server using ftp.PutFile(Stream sourceStream, string remotePath) method. However, when I run my application, every time I get...
View ArticleAnswered: "Not authenticated to the server." - error on executing SFTP...
Please make sure you call both the Connect and Login methods before calling PutFile/GetFile, and that the Login method actually succeeds. If you don't find any problem, create a communication log using...
View ArticleGZipDecompression stream with multiple files example
Can you please provide an example of splitting a large file (say 50 GB) into multiple files after zipping? If you can provide the example in both VB.NET and C#, that would be appreciated. I didn't see...
View ArticleAnswered: GZipDecompression stream with multiple files example
Hello, "GZipDecompression stream with multiple files support" is means that GZipDecompression class can decompress GZIP (.gz) files that contain multiple compressed files (which is a rare scenario).ZIP...
View ArticleThe Biggest Myth About Paypal Account Exposed
Individuals will probably pay for products or services online by entering their Pay - Pal details as an alternative to disclosing credit card numbers. In some instances, you could possibly even lose a...
View Article"Unable to resolve hostname" error when try to connect to gmx via proxy
Hello,tried to connect to mail.gmx.net using a HTTP(Connect)-Proxy for sending an email and get the error "Unable to resolve hostname"Here is my source-code: MailMessage message = new MailMessage();...
View ArticleConnecting to Office365 Shared Mailbox using pop3
I got Account xxx@domain.com and an access to shared mailbox yyy@domain.comConnecting to Account via pop3 working fine but access to Shared Mailbox doesnt work. I get "Authentication failure: unknown...
View ArticleFiles not downloading
When I use ftp.getlist I get 1681 items but using FileZilla I can see 1,704. If I use ftp.getrawlist I can see the missing files but they appear in a slightly different format.It looks like it is not...
View ArticleHow can I stream an Azure cloud blob when downloading through SFTP server?
Hello,I need to deploy an SFTP server as a service backed by Azure Blob storage. For this purpose, using the Rebex FileServer component, I'm implementing a virtual file system which is bridging the...
View ArticleRebex.Net.ImapException: The server has closed the connection.
Hi Rebex Team,I am getting following exception when trying to connect to a Mailbox with Imap Client.We are reading a few mailboxes through one console service, in this process we need to connect each...
View ArticleAnswered: Files not downloading
Can you please share part of the Ftp.GetRawList() output, so we can see which item was listed using Ftp.GetRawList() method and which one was not listed.Then we can check whether the format of missing...
View ArticleAnswered: "Unable to resolve hostname" error when try to connect to gmx via...
Thank you for your fast response. I found out that the error was caused by the "proxy-issue" introduced in version 2017 R5, that was fixed with the R6 version ("Proxy: Fixed handling of IP-based host...
View Article