fromPuttyPrivateKey throws invalid key error
HiI am trying to call the below i_bSSHSuccess = key.FromPuttyPrivateKey(keystr)it fails with message fromPuttyPrivateKey: Invalid Putty Private Key --fromPuttyPrivateKey Failed.Chilkat...
View ArticleCkCache - what can it used for?
Hi there,is there a short documention or some examples for what the CkCache is for? On the first sight I can't realize the power of this class.Best Regards Chris
View ArticleDuplicate email
Hi there, I've some simple code that sends out emailsChilkat.MailMan mailman = new Chilkat.MailMan(); mailman.SmtpHost = mSMTPserver; mailman.SendEmail(aMail);Our SMTP server is using MDAEMON. On...
View ArticleUnhandled System.AccessViolationException MailMain
Сведения об исключении: System.AccessViolationException в <module>.ClsMailMan.FetchMultiple(ClsMailMan, ClsStringArray, ProgressEvent*) в Chilkat.MailMan.FetchMultiple(Chilkat.StringArray) в...
View ArticleSMTPQ Max Retries Per Email
Hi,Last night our mail server stopped and it was out of action longer then the total time allowed by 'Max Retries Per Email' value (10).When the mail server was restarted these emails stayed in the...
View ArticleZip.OpenZip throws error
While trying to open the file from the network path, it throws an error "Failed to set MemoryData from file".Kindly do find the error as followsChilkatLog: OpenZip: DllDate: Oct 29 2015 ChilkatVersion:...
View ArticleProblems with IMAP
I am using the latest and greatest version of Chilkat.Imap and I am receiving the following error:08:48:12|Debug|Getting message set for: CL1654@dealercarsearchcrm.com 08:48:12|Debug|ChilkatLog:...
View ArticleCan't find 'boot_chilkat' symbol in /usr/perl5/site_perl/5.8.4/libchilkat.so
We are trying to get the Perl modules working on Solaris 10.1, Perl 5.8.4 and on the SPARC architecture. We followed the installation instructions and are now attempting to execute test.pl which came...
View ArticleFTP .net 4.6 PutFileAsync Crash
App c#.net 4.6 32bit ChilkatDotNet46.dll 32bit 9.5.0.58I am running a series of PutFileAsync tasks, and waiting for the result from each to keep the UI responsive. I have disposed of the task after...
View Articleapplication/bson support
Hi Matt,Are you considering implementing support for bson, now that you have also decided to implement support for json?
View ArticleErrors with vs2015
Got below errors while trying to build with visual studio 2015 Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol impstricmp referenced in function...
View ArticleHow will multiple connections connect to this port at the same time?
a bit confused here... Please let me know, how to manage the following: There is only one IP port, it is 8999, there will we on listener on this port. How will multiple connections connect to this port...
View ArticleWant to Send "ąćęłńśóźżĄĆĘŁŃŚÓŹŻ" in Socket SendString Function
I have a test string: "ąćęłńśóźżĄĆĘŁŃŚÓŹŻ" and I want to send it by SendString function. I can correctly send it from C# to PHP. But why I am not able to send it between PHP and PHP? I have set up two...
View ArticleChilkat FTP2 GetFile method changes the encoding of the file
http://stackoverflow.com/questions/39576141/chilkat-ftp2-getfile-method-changes-the-encoding-of-the-fileI am using GetFile method of my Ftp2 object to fetch a file and store it locally to then process...
View ArticleChange working directory failed
I am getting the error "Change working directory failed" when trying to change to a valid directory on the FTP server.I can see it and open it in Filezilla and it is not a typo in the code.Could it be...
View ArticleError on ZIP extract file with accentuation
I am using the ChilkatAx-9.5.0.058 version with Delphi 10.1 Berlin and uncompress file with accentuation (EX: Cópia) within the zip, is the error below:UnzipMatching: DllDate: Jun 13 2016...
View ArticleZip Self extracting iconfile fails
Attempt to use custom iconfile for self extracting zip file fails in c#. See below for LastErrorText contents. I have tried many different .ico files with the same result. The same .ico that fails with...
View ArticleExeIconFile in 64bits version
Hi see the postsame problem for me with the 9.5.0.58 :with the x86 version the icon file is correctwith the X64 version the icon file is INCORRECTthanks for helpThomas
View ArticleCustom Header Not Appearing in Bounced Email that Comes Back?
I’d like to add some custom headers to an email, then read them back in if I receive a bounce email.I add a custom header to the email I send like this: email.AddHeaderField ("XYZ-messageCode",...
View ArticleTrouble uploading 3GB File using FTP?
We are having issue uploading files more than 3GB using Chilkat FTP Library. Is there a max limit? How can we increase the limit?
View Article