Chilkat 9.2.1 Release Notes

(SFTP) Performance improvements for file downloads. (MailMan ) Added the IsSmtpConnected boolean property. (Socket, Java build only) Fixed problem with BindAndListen. (FTP2) Added GetSizeByName64 and GetSize64 methods for C++ and .NET builds. (Email  object) Fixed AspUnpack2 method. (HTTP) Fixed so that HTTP will neither save nor send expired cookies. (HTTP) Fixed so that HTTP will not send cookies marked as […]

Chilkat 9.2.0 Release Notes

(Email Object) The AspUnpack and AspUnpack2 methods were fixed to prevent the creation of duplicate HTML files. (Zip) On Linux systems only, the AppendFiles method failed in a rare specific circumstance. (TAR) Fixed Base256 internal decoding problem to support TAR archives larger than 8GB. (Email, MIME, Crypt2) Internal PKCS7 signed-data issue fixed for cases where the signed data contained no […]

Chilkat 9.1.2 Release Notes

FileAccess: Changed “int” arguments to “unsigned int”. bool FileOpen(String *filename, unsigned int accessMode, unsigned int shareMode, unsigned int createDisp, unsigned int attr); RSA: If the result of a signature was a binary value such that the leading byte(s) were 0, then these NULL bytes were not included in the encoded output (such as for Base64, Hex, etc.). This was fixed. […]

Chilkat 9.1.1 Release Notes

Socket: Added the ReceivedCount property. It always increases to reflect the number of bytes received via any method. It may be reset to 0 by the application at any point. HTTP: Changed ClearEventLog method name to ClearBgEventLog MailMan: Changed default values of MailMan.EmbedCertChain and MailMan.IncludeRootCert to True (or 1 for ActiveX). Spider: Changed CkSpider::GetDomain(url) to CkSpider::GetUrlDomain(url) to avoid conflict with […]

Chilkat 9.1.0 Release Notes

HTTP:  Fixed problem with setting Content-Type header in HTTP POST to text/namevalue (which is required for POSTs to payflowpro.paypal.com).  The POST body was URL encoded when it shouldn’t have been.  When sending namevalue POSTs to payflowpro, be sure to specify the content-type in the HTTP request object:  requestObject.AddHeader(“content-type”,”text/namevalue”) SSH / SFTP: For AuthenticatePw, if the server’s authentication is keyboard-interactive and […]

Chilkat 9.0.8 Release Notes

The following changes, fixes, and new features are available in version 9.0.8. General Fixed iso-2022-jp issues with converting to/from the iso-2022-jp character encoding. General performance improvements Added AutoFix property to POP3, SMTP, IMAP, and FTP2. If on, then the component will auto-fix property setting mistakes related to port numbers and SSL/TLS. For example, well known ports 465, 990, 995, and […]

Chilkat 9.0.7 Release Notes

The following changes, fixes, and new features are available in version 9.0.7. SFTP Performance improvements for upload and download transfer rates. MaxPacketSize property default changed to 8192, which seems to be optimal in most cases. Added the following methods/properties: AccumulateBytes, AccumulateBuffer, ClearAccumulateBuffer. FTP2 Modes 4 and 5 added to SyncRemoteTree: mode 4 = transfer missing files or files with size […]

Chilkat 9.0.6 Release Notes

The following changes, fixes, and new features are available in version 9.0.6. General Items listed here are fixes or enhancements in underlying internal code that may apply to one or more Chilkat products. Charset (i.e. character encoding) detection for HTML is determined by the presence of META HTML tag such as this: <meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″> For XHTML documents, the […]

Chilkat 9.0.5 Release Notes

Cert and CertStore Fix: Auto-cleanup of private key in \Documents and Settings\{User}\Application Data\Microsoft\Crypto\RSA\S-* when calling Cert.LoadPfxData or Cert.LoadPfxFile. (.NET) Cert.Dispose and CertStore.Dispose will clear internal object and potentially remove private key file if it was temporarily created via LoadPfxData/LoadPfxFile. Email Object Added SetFromMimeBytes method — allowing an email to be loaded directly from a byte array containing raw MIME. FTP2 […]

Chilkat 9.0.4 Release Notes

C++ Libraries Removed internal calls to setlocale so that the locale is never changed from whatever your application may have set it to. Compression Fixed rare PPMD crash. DSA Fixed LoadText method in DSA ActiveX. FTP2 Two additional modes added to SyncLocalTree: mode 5 – Download only missing files or files with size differences. mode 6 – Same as mode […]