HTTP quickGetStr with arabic letters as return value
I am trying to get some values back from the Twitter Api. But for some reason I cant receive the correct arabic letters (english works perfectly). I always get e.g.: "u0623u0628u0648 u0646".I pretty...
View Articlehow to use the "HTTP Form Authentication" function?
Hello,I'm trying to build a client/server framework, where the server must display a form for the client to submit some form of information as a means for the server to display a QR code. I've found a...
View ArticleDisplaying https web form
Hello,is the HTTP Bundle capable of displaying a web form (HTTPS) that is needed for the client to submit some information to the server?Regards. Rania
View ArticleUnpackHtml produce empty html-files
When calling the UnpackHtml method on certain emails, we get empty html-files even the method returns one. The GetHtmlBody on these emails works fine. I know the structure is not common, but we get...
View ArticleReading output from SSH command
I am trying to run a backup script on my server. I want to follow the output from the command.I have tried ChannelReceiveUntilMatchAsync and a task but the task always finishes a few seconds after it...
View ArticleDoes SMTPQ now require requie an unlock code?
Hey Guys,I just downloaded and setup the latest 64bit version of SMTPQ from the github repo. After installing and starting the service I did not see any of the messages in the Que being processed. I...
View ArticleSocket.SendString is not sending the complete message
Hi, I am using Chilkat's socket class in c# to connect to a server using SSL.I am using below code snippet to send a string. socket.SendString("String Message");Server is only receiving the first 85...
View ArticleProblem creating complex JSON document
I am trying to create a JSON string from a database using the Chilkat JSON object. I started with the example here: Create more Complex JSON Document. The JSON that I am trying create is a dictionary...
View ArticleSshKey.FromPuttyPrivateKey() fails if comment contains umlauts
Hello,I have some issues with loading Putty private key files if the comment section contains umlauts (äöü). No matter if the key is encrypted or not, i get the same results:ChilkatLog:...
View Articleimap and appendmail
Hi, from a few days I receive this error but the email and attachment is correctly present into imap folder. Same problem with latest version of ChilkatDotNet2 The sessionlog is empty. Have you an...
View Article550 The system cannot find the path specified
While creating Folder to FTP, i am getting this error 550 The system cannot find the path specifiedAnd strange is, sometimes it creates the folder and some time notI am using following code...
View ArticleSupport for Digest-MD5 authentication?
Hi,is it possible to get support for Digest-MD5 authentication for IMAP? I've got a customer using Open Directory with this authentication method.RegardsBeatrix Willius
View ArticleSSH Tunnel with Dynamic Port Forwarding - C++
Using 9.5.0.56-x86-vc9 lib, registered an account from create.sshgoogle.com and tried the above-mentioned example code.The problem is :const char *html = http.quickGetStr(url); // <== Intermittently...
View ArticleRemove Image url with ID
If image is given through URl then it replace it with some CID.I do it to change to CID.how can make so image url is same as given and not change to some CID.
View ArticleNeed to post xml to https URL getting 500 internal server error.
I'm trying to post xml to https URL and getting 500 internal server error in Visual FoxPro https://posgateway.cert.secureexchange.net/Hps.Exchange.PosGateway/PosGatewayService.asmx can you provide a...
View ArticleCharacters encoding from web page
Dear allI am new to chilkat libraries but I was able to solve what I needed in few days after using them. In principal I need to read and write Toggl time entries based on instructions in email...
View ArticleOne-Time-Password
Hello,I was wondering, does Chilkat have a function that generates a "One-Time-Password"?Regards. Rania
View ArticleRegister the ActiveX component under HKEY_CURRENT_USER?
I have to be able to register the ActiveX component under the HKEY_CURRENT_USER key instead of HKEY_CURRENT_MACHINE. Is there a way I can do that?
View ArticleLoad Assembly Failed: Exception from HRESULT: 0x80131515
I am using this approach for dynamic loading:http://cknotes.com/dynamically-loading-net-assembly-32-bit-or-64-bit/It failed on the line var assembly = Assembly.LoadFrom(path);with FileLoadException :...
View ArticleLibrary size for iOS is too large and scp file transfer seems very slow
When i merged all the libraries using "makeUniversalLib.sh" the final file size of library came to be about 240 mb.This size is too large. Is there a way to reduce this size??I am evaluating this...
View Article