Wrong date and time when moving mails
I try to copy mails from old server to new. I use FetchSequenceAsMime to read the mails from old server, and use AppendMime to add it to the new server. It Works - but on my new server, alle emails get...
View ArticleThis Forum is not the Preferred Means for Paid Support
Please note that the Forum is not a good way to get paid-for support. The forum is intended for user-to-user discussion.If you are a licensed Chilkat customer with support that has not yet expired,...
View ArticleSockets --> Rogue certificate (from an unknown source) appearing when client...
I have about 2,000 clients running an application that connects to a Windows Azure server with Chilkat.Socket using TLS 1.2.All 2,000 of the clients are connecting up just fine except for one client...
View ArticleDownload images from crawled page
Are there build in methods to download images from a crawled web page? I can write code to extract the img tags from the html but I wanted to know if there's a any Chilkat component which has this...
View ArticleUsing SOAP Web Service with encrypted message bodies
Can someone help me understand how can I achieve the following? 1. Perform a secured mutual authentication connection with the interface server. 2. Encrypt the SOAP body for all web service requests,...
View Article3-legged OAuth1 in Desktop App without localhost callback
My PowerBuilder app is attempting to connect to Quickbooks Online using your OAuth1 example. I cannot use localhost as a callback because I can't depend on the localhost:port being possible for the...
View Articlesuggestion for age old problem
Client sends files to server. Server does not have an easy way to see if file is totally complete.Unix is much better, but Windows file systems just do not work. So why not have an option to put the...
View ArticleNew Chilkat ActiveX 9.5.0.67
Hi, I am a registered user!When will the new Chilkat ActiveX 9.5.0.67 be available for download with the fix below?HTTP: Fixed a problem when auto-following redirects from HTTP to HTTPS. If the cached...
View ArticleHow to get my data from xml
Hello, I am having hard time to understand correctly how to get a special position inside xml.My xml looks like this:<root> <searchRoot> <fruit color="red">apple</fruit>...
View Articlechilakt library
hi. how can i use chilkat library in Vc++ 2015. i add headers an lib file in my project but its not working and make some errors.for example:LNK2001 unresolved external symbol __imp_strncmpDpls help i...
View ArticleActiveX socket.SendBytes
HiYou need to send 10 bytes of Hex (x00 x01 x02 x03 x04 x05 x06 x07 x08 x09) You can do this with ActiveX socket.SendBytesSuccess = socket.SendBytes (&H0001020304)Success = socket.SendBytes...
View ArticleHow to send multipart/form-data using REST API ?
I'm trying to send a multipart/form-data using the REST API. For HTTP there is an example available, but I'm bound to use the REST API...Random rnd = new Random(); string boundary =...
View ArticleIs v9.5.0.67 available for download?
I downloaded the latest iOS libs as shown below but it seems to be for v9.5.0.66Is v9.5.0.67 available?
View ArticleIs SFTP EOF detected correctly in 9.5.0.66?
Hello,I am downloading files and decrypting them on the fly. After updating to 0.66 the code below is not working.byte[] b = new byte[524288]; byte[] decryptedChunk; crypt.FirstChunk = true;...
View ArticleRSA signing binary data
Hello Team My name is Vinoop I am a master student and as part of my master project I want to sign my executable file using RSA. Is it possible using Chilkat. I have already check the exmple where...
View ArticleCan't call method "appendFile" on an undefined value
Hello Team What does this error mean? I am trying to call a binary file $retBool = $ckByteData->appendFile("C:Users.......test.bin");Thanks Vinoop
View ArticleConvertToSsl Fails at Handshake
Using latest CkSocket connecting to SMTP server on TCP 25 then issuing StartTLS and ConvertToSsl.MSVS 2010 C++ConvertToSsl is failing at the handshake as follows.ConvertToSsl: ChilkatVersion: 9.5.0.66...
View ArticleSocket Issue - Bytes Being Sent to Socket, But Unable to Retrieve
I have a very simple program to listen on a particular socket and take action based on strings sent to that socket by clicking on a special link in an HTML file. It has worked fine for quite some time...
View ArticleHow to HTTP GET (MS SQL Server) Binary Data
How to you get the PDF (binary) from the request below.https://environment.extranet.gov.ab.ca/apps/GIC/Report/ViewReport.aspx?wellreportid=12014857
View ArticleGetRemoteFileBinaryData returns 0 file content length
Hi, I have a .NET batch process that retrieves PDF files from ftp. I'm using ChilkatDotNet2 (FTP2) version 9.5.0.66. This doesn't happen all the time but once in a while the method...
View Article