send email with base64 encoded attachment
Hi,i have to send encrypted and signed edifact mails with an base64 encoded attachment. Encryption and signing is working fine.Now someone wrote me, that the attachment is not base64 encoded.I use the...
View ArticleInstalling SMTPQ
Hello,I am trying to install the 64bit version of SMTPQ on a win2016 server. I have downloaded the exe files from github and on see the "stopped" message when I click "Install and Sart" or "Start...
View ArticleEncrypt file using a stream for vb.net
I am trying to encrypt a file using streaming and vb.net. All the examples I have found only show how to encrypt text in a stream. I have been able to figure out how to get that to work on a...
View Articlehttp SynchronousRequest 9.5.0.39 vs 9.5.0.54
I have a problem when updating version of chilkat DLL (ActiveX).I'm using Visual FoxPro 9 to create the .EXE and using the same one with both DLL's.With version 9.5.0.39 all works fine an I have this...
View Articlechilkatftp2 version 2.6.11 no longer connecting - 201 error
We purchased a chilkat license in 2011 to embed a chilkatftp2 object in a VB6 program that would launch automatically each night at client sites and connect via ftp(s) to billing clearinghouses to...
View ArticleError Chilkat PHP Extension on Windows
Fatal error: Uncaught Error: Call to undefined function dl() in C:xampphtdocschilkatchilkat_9_5_0.php:16 I'm using php version 7.0 When running test.php , I have this error, I ask for your help. thank...
View ArticleSSHTUNNEL CPU Load 100%
Hello!I made a simple console application for port forwarding like plink. When i made 410 ports forwardings (run 410 copies of application) , everything is fine, CPU Load 0%. But when i made 450 ports...
View ArticleCan Chilkat be used with Xojo for iOS?
Is it possible for the Chilkat Xojo plugin to be used with Xojo iOS projects?
View ArticleIssue uploading the file to remote server
Hi chilkatI am using the chilkat software for the trail basis and I am planning to buy it.It seems pretty good software and will organized too. I am able to done most of things with it. Like connecting...
View ArticleAppendFiles is not invoking?
Hi, I am using the library on a Ruby on Rails project. I used basically the same code as in the example "(Ruby) Create a WinZip compatible AES Encrypted Zip".Here is the code: zip =...
View ArticleAndroid c++ gnutls play store rejection
I'm using the droid c++ libraries and we've just had a play store rejection (https://support.google.com/faqs/answer/6344084). Does chilkat use gnutls under the covers? I am a bit behind on the chilkat...
View ArticleFTP2 AuthTls
Hi,According to the documentation the AuthTls is still using TLS 1.0. Is this so? Our version of the chilkat dll is 9.5.0.0 runtime v4.0.30319. How can I be sure that I am using the latest TLS and SSL...
View ArticleGetMailboxInfoXml() different size to what service provider says
Hi Guys...,I've just moved a customers emails from a different host to my hosting provider... I knew they had a lot of emails in one email account so I thought I would do some experimenting...I used...
View ArticleCkDateTime DiffSeconds returns 0 when negative is expected
CkDateTime::DiffSeconds returns 0 when it should have returned a negative value (according to the documentation):CkDateTime ckdt1, ckdt2; ckdt1.SetFromTimestamp("2016-01-01T12:00:00Z");...
View Articlesome extensions to CkTar ?
Hey!Just wondering... do you plan to extend the functionality of the CkTar module? PHP being what it is, there's not a lot of options except to exec() which is problematic.I was looking to see if we...
View ArticleChilkat not working on Raspberry 3 and Raspbian Jessy
Hello,i installed Raspian on a RP3 and try to get chilkat working. I installed python and i think i have all the preq. But unfortunately its not working. The installChilkat.py works without an error...
View ArticleCustom URLProtocol with local Socks5 proxy CkoHttp
Hi guys,I tried to put all request from an application by the ssh tunnel via Chilkat library. Currently, the main problem is that custom URLProtocol can't use a local proxy for receiving data:there...
View ArticleCkoSshTunnel (with dynamicPortForwarding) and custom URLProtocol
Hi guys,I tried to put all request from an application by the ssh tunnel via Chilkat library. Currently, the main problem is that custom URLProtocol can't use a local proxy for receiving data:there...
View Articlec++ FTP2 Upload Percent
I have set the following:_ftp.put_EventCallbackObject(&_ftpProgress);_ftp.put_Hostname(_host.c_str()); _ftp.put_Username(_user.c_str()); _ftp.put_Password(_password.c_str());...
View ArticleError 0x80040154 when trying to run prog with Chilkat on other PC
Hi,I'm trying to run a programm using on a other pc (not compiled on this machine) and I always getting error 0x80040154 (REGDB_E_CLASSNOTREG)! When I rename the ChilkatDotNet45.dll I'm getting file...
View Article