Quantcast
Channel: Chilkat Forum - latest questions
Browsing all 1061 articles
Browse latest View live
↧

Xojo Amazon S3 Listbuckets

Hi,I'm testing your S3 support in your Xojo plugin.When running your example: S3 Listbuckets I end up getting two errors from time to time:The first one is: ChilkatLog: get_OAuthVerifier:...

View Article


can't read a cer file

My code Dim CkCert As New ChilkatCert Dim Info As TInfoCer Dim success As Boolean success = CkCert.LoadFromFile(sArchivoCer) If (success <> True) Then MsgBox (CkCert.LastErrorText) Exit Function...

View Article


Chilkat/ PHP mcrypt AES encryption compatibility

I try to decode a string encode in php using : mcrypt_encrypt(MCRYPT_RIJNDAEL_256, $key, $data, MCRYPT_MODE_ECB)And it seems to didn't work in C++ with : CkCrypt2 Crypt;...

View Article

I can sign a file with p7s on one computer, but a new computer doesn't let me

I have this code that signs a file and then outputs a detached signature file. The code works perfectly on one machine, but I go to a newer machine and it does not work. I have tried all versions of...

View Article

Forum authentication settings broken

I have lost my password for the forum and use the temporary login to gain access to the system. I have been doing this for a while, but now bothers me that I cannot change my password via...

View Article


How to use Active-X HTTP sample code with proxy servers?

We have clients who use our software to send JSON files to their corporate HQ using https on port 443. Two request headers are set - one with an application key name and its value which authorizes the...

View Article

SSH v5 support in version

Hello,I'm using version 9.3.2.0 of Chilkat .NET 4 to connect to sftp. Is this version compatible with ssh v5?Thanks, Michel.

View Article

Retrieve Emails via POP3 from Server which does not support UIDL Command

Hello,is it possible to get the E-Mails from a POP3 Server which does not support the UIDL command? According to RFC1939 (https://tools.ietf.org/html/rfc1939) the UIDL command is optional.Snippet from...

View Article


DeleteRemoteFile(Async) failed because file is not found

Is it possible to extract this information (file not found) to handle that specific failure?ErrorTextSnippit:ChilkatLog: DeleteRemoteFile: DllDate: Dec 29 2015 ChilkatVersion: 9.5.0.55 Architecture:...

View Article


XML: Pro's and Con's of the Method's "with 2" and "without 2"

Hello Community,it is the first time to work with XML for me.I started to read the www.example-code.com website and the Reference Documentation ( http://www.chilkatsoft.com/refdoc/vbnetXmlRef.html ).My...

View Article

ckx-imap-uid already exist in incoming email

What happens if chilkat is downloading message from IMAP server which already has ckx-imap-uid header (sent as reply from another chilkat application without clearing the headers ) You don't overwrite...

View Article

RSA link errors in release x64

Hi, your code looks great. I was trying to include a small test of your RSA functions into my 3dsmax plugin, but I'm getting link errors.include <ckrsa.h>void test(void){ CkRsa rsa;...

View Article

FTP2 PutFile failes "Failed to accept PutFile data connection"

After connecting to a remote host, the PutFile attempts fails with the error "Failed to accept PutFile data connection". We've successfully used this FTP capability for some time now, but suddenly it...

View Article


Get the latest file .need to compare the time

I have list of files placed at SFTP server. I need my application to get the latest file placed. 2 files will be placed daily 3/8/2016 11:00PM 3/8/2016 2:00PM 3/7/2016 11:00PM 3/7/2016 2:00PM 3/6/2016...

View Article

Xcode Objective C compatibility Issue using chilkat (iOS)

I had question to ask, I had chilkat iOS Objective C, Swift, C and C ++ Libraries for iOS prior to iOS 9.0 and put all device library (arm7, arm6, arm64... ) to my project, but everytime I run directly...

View Article


Parse EML Headers to get the Email-Hops?

Is there a way I can parse EML Header to get the Email-Hops, like what Ip addresses were used in the trajectory of Email?

View Article

Zip Patterns

Method $zip->UnzipMatching($dirPath, $pattern, $verbose);$pattern should be a Regular Expression. That way you can set Beginning with, ending with, OR patterns, much more.

View Article


Is there a function which tells me that the ZIP is 'dirty'/changed?

Hi,I don't want to call WriteAndClose (Chilkat ZIP) is not necessary. How can i tell if any actions on the ZIP actually changed the ZIP? Is there a 'dirty' property?Thank you.

View Article

java: android: crash: when using Proguard / minifyEnabled

Hi,tried to get Proguard working in my AndroidStudio build but unfortunately I was not able to get rid of this application crash as soon I activate Proguard obfuscation:--------- beginning of crash...

View Article

HTTP POST Raw Data in Body with URL Parameters

I am trying to send raw data from my FoxPro App using Chilkat HTTP (latest version, downloaded today).What I want to do: I have raw binary data saved in a local variable in my FoxPro App. This data has...

View Article
Browsing all 1061 articles
Browse latest View live