SFTP DownloadFileByName fails on one filename
When iterating files in a directory one file fails, then the rest fail using DownLoadFileByName. I can use another program, or rename the target file and it will download. Any file I name to that one...
View ArticleFromOpenSshPrivateKey returns false, but LastErrorText seems to say...
I'm running the SFTP Public-Key Authentication example for VB.net. The FromOpenSshPrivateKey returns false, but LastErrorText seems to say everything succeeded. I'm not sure what to make of the return...
View ArticleIMAP reports wrong number of attached emails with Domino
I have three emails in a Domino mail folder. When I use Thunderbird I see 20, 5 and 13 ForwardedMessage.eml messages in these emails but ChilKat IMAP email.NumAttachedMessages returns 19,5 and 11...
View ArticleComputeGlobalKey Returned Different Values for Same CkoEmail Message
I just noticed an issue with using the ComputeGlobalKey method on the ckoEmail object. That method gave me different values between calls to first get the message with the header only and then...
View ArticleLatest version will not build in VS 2015 VB .NET Says Chilkat.Ftp2 is not...
Trying to upgrade to a newer version of Chilkat to get an issue with SFTP worked out. Replaced the reference for ChilkatDotNet4.dll with both versions 45 and 46 and neither will build.Protected mxFTP...
View ArticleDoes the Chilkat library create an IV when one isn't provided?
From what i can tell the AES encryption requires an IV to be set. However, chilkat does not require an IV. When I use AES encryption with the Chilkat library how does the software handle this? Is there...
View ArticleTrial expired after two days
I have been using Chilkan software to access SFTP for the past two days on an android app. Now I suddenly get the message that my trial has expired, even though there should be 28 days left. Here is...
View ArticleSFTP Directory Listing Order
Is there a way with the opendir/read listing to return the data from oldest to newest? I am using the perl chilkat library.
View ArticleCkFtp2 issue (bug?) - command charset
I have basically this code (simplified): CkFtp2 ftp; ..... ftp.put_Password(L"äëü~`€"); // a pwd with "weird" characters ftp.connect(); // connect works ftp.disconnect(); ftp.connect(); // this connect...
View ArticleYahoo strange problem
With Yahoo Mail, after i do "GetHeaders" i have to do quickly "GetFullEmail".If i wait a few seconds, when i do "GetFullEmail" i get error.This does not happen with Gmail or Hotmail, only i have found...
View ArticleCkStringArrayW and How to split a Unicode String using split2WS
I've got a Unicode string I'd like to split using split2WS, however it returns a CkStringArray not a CkStringArrayW.. Is there a more appropriate way to do this so I get a CkStringArrayW? I have...
View Articlemime 9.4.1.0 vs 9.5.0.55
We discovered an issue on the mime part which we ONLY got to work with version 9.4.1.0. When decrypting a mime mail object no version before !!or after!! 9.4.1.0 can decrypt our mime. Using version...
View ArticleHelp with AWS signature version 4 using chilkat's crypt2 ActiveX component
HiI've been trying to sign AWS requests using Chilkat's crypt2 ActiveX objectAmazon have a python example here:http://docs.aws.amazon.com/general/latest/gr/sigv4-signed-request-examples.htmlI'm trying...
View ArticleHostKeyFingerprint for SshTunnel
Hellowe use the SshTunnel implementation to connect to a remote system. For security reasons we want to validate the fingerprint of the ssh server before we authenticate but the SshTunnel...
View ArticleError/Bug in Chilkat lib crashing app when reading message body?
We are using the latest Android lib on our app. Works well. We recently received an email (apparently) that from what we can tell, is plain text... nothing special. Our APP is hard crashing all of a...
View ArticleHMAC SHA-1 Matching FIPS
Greetings,I never updated since my original purchase in Jun 2014. Now I don't even know what I qualify to upgrade to. However, I wanted to bring something to your attention. While working with the...
View ArticleSSH Tunnel hanging when transfering too much data
I'm using ssh tunnel for getting data from a mysql-server via adodb. With the old library ChilkatSSh Version 9.4.1 all is running perfectly.For testing I changed to ChilkatAx-9.5.0-win32.dll. Therefor...
View ArticleProblem with component TChilkatSshTunnel
Hi. I need a program with SAN tunnel. I made in Delphi code:procedure TForm1.BitBtn1Click(Sender: TObject); begin chilkatGlob := TChilkatGlobal.Create(Self); success :=...
View ArticleHow to get post parameter?
i use CkSocket_receiveString() APIi know length of post param... but i don't know value of post param.. I want to know value of post param... How to get post parameter?help me plz..
View ArticleSSL and TLS 1.0 No Longer Acceptable for PCI Compliance
I use your SFTP component within one of my VB6 applications..Recent changes to security dictate that:-"SSL and TLS 1.0 No Longer Acceptable for PCI Compliance".Solution:-"In short: servers and clients...
View Article