TlsException, Internal Error 80
I get below inner Exception:at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.Dictionary2.Insert(TlsCipherSuite key, OUX value, Boolean add) at...
View Article[Imap][Mail][.net] Attachment constructor: "Invalid Character error " with...
Hello, I have an issue when instantiating new Attachment using (Stream str = new MemoryStream(imap.MessageB)) { attachment = new Attachment(); attachment.SetContent(str, filename); } with...
View ArticleAnswered: Https memory leak on Windows CE
Many thanks for your excellent error report! We were able to reproduce this issue and will start looking into it immediately. I will keep you updated.
View ArticleAnswered: Problems Reaching Good SFTP Download Speed
Hello, these are some suggestions and comments on this:PuTTY's pscp uses the SCP protocol, while our Sftp object uses the SFTP protocol. It would be useful to measure speed of PuTTY's psftp and Rebex...
View ArticleHost property on HttpRequestCreator.Proxy throws ArgumentException when host...
Hi,When I assign "https://xxx.xx.xx.x:809" to host property on HttpRequestCreator.Proxy, it throws "System.ArgumentException: Hostname is invalid. Parameter name: value"If I assign just plain HTTP url,...
View ArticleFileServer FileUploaded event file path contains "filepart" for larger files...
When monitoring file uploads to a FileServer instance using the FileUploaded event, FileTransferredEventArgs filename fields contain a suffix of "filepart" for files of any significant size. As far as...
View Article[HTTPS] How to disable User-Agent and Accept-Encoding
GET https://www.yander.ru/ HTTP/1.1 Host: www.yander.ru User-Agent: Rebex Web Client Accept-Encoding: gzip, deflate Connection: keep-alive How to disable sending User-Agent header?How to manipulate...
View ArticleAnswered: Host property on HttpRequestCreator.Proxy throws ArgumentException...
Hi,The error message is misleading - sorry for that, we will fix it. But what are you trying to achieve? HttpRequestCreator.Proxy supports HTTP CONNECT proxy protocol which initially runs over HTTP,...
View ArticleAnswered: [Imap][Mail][.net] Attachment constructor: "Invalid Character error...
Hello,the problem is that in many operation systems the '/' is recognized as directory separator, so the better practice is to omit such character. But if you really want to use it, there is a...
View Articlei Can't Upload an Image file to the FTP server In Xamarin.UWP,Is it is possible?
I can't upload the Image file to an FTP server in Xamarin.UWP, is it is possible using REBEX?,Please help me..i use the following code:string ftpHost = "xxxxxxxxxx.com"; string ftpUser =...
View ArticleAnswered: TlsException, Internal Error 80
Thanks to your stack traces, we were able to locate the issue to the processing of TLS ClientHello packet – the error occurs when the client sends a ClientHello packet whose list of supported TLS...
View ArticleSwitching from 2 way SSL SHA1 to 1 way SSL sha2
I'm starting with working code (that I did not write!) that is connecting to a FTP server using a .pfx certificate for 2 way encryption with SHA1 cipher. The FTP site is switching to 1 way encryption...
View ArticleAnswered: Https memory leak on Windows CE
Hello,could you try to disable HTTP session cache? It could be done the following way:creator.Settings.HttpSessionCacheEnabled = false; Please provide us feedback if it works for you. It will help us...
View ArticleWhat You Need To Know About Yahoo Fantasy Football Sign In And Why
Toolbar" inside list should you the toolbar doesn't automatically appear with your browser. Messenger is an instant messaging service which allows users to work with their screen names and profiles in...
View Articlei Can't Upload an Image file to the FTP server In Xamarin.UWP,Is it is possible?
I can't upload the Image file to an FTP server in Xamarin.UWP, is it is possible using REBEX?,Please help me..i use the following code:string ftpHost = "xxxxxxxxxx.com"; string ftpUser =...
View ArticleI need RebexWCFBinding.Zip in VB.Net
Hi Lukas Matyska and the team,Please share this Zip folder in VB.Net language. I've tried to convert it myself, but its always erroring :(-Thank You.
View ArticleAdd users into sftp server from client
Hi. Can I add user to sftp server from client if I use your library. I need to add user only in client side.
View ArticleError Https conection
Hello We are integrating your dll (HTTPS component) with our soluction and we have found some troubles with the communication that we can't understand.Our application is developed in .NET with C# in...
View ArticleAnswered: Is there any restriction regarding your sample code ?
There is no such kind of restriction.Can you please create communication logs for the two cases and send the log files to support@rebex.net for analysis (or post it here).It should show the differences...
View ArticleAnswered: I need RebexWCFBinding.Zip in VB.Net
I will convert it for you within one or two days.
View Article