CkMailMan_SshOpenTunnelAsync wrong clientIdentifier
Hello!CkMailMan_SshOpenTunnelAsyncHow can i change clientIdentifier in CkMailMan? There is no clientIdentifier property, like CkSsh_putClientIdentifier ... Default clientIdentifier in CkMailMan is...
View ArticleGetting Python datetime from Chilkat objects
I have code that returns a CkSFtpFile object from the SFTP library in Python, but I need to convert the file modified datetime to a standard Python datetime.Assuming I have CkSFtpFile object which...
View ArticleFeature request: HTTP S3 Delete folder via wildcard/delimiter path
Hi - can I please request a method for the HTTP component, to delete multiple objects in an S3 'folder' based on a delimiter path wildcard. (I realise you have S3_DeleteMultipleObjects, but it requires...
View ArticleDocumentation suggestion - Async methods returning Ck objects
It took me some time to figure out and I finally found an example program explaining how to get the result when the underlying method of an Async call returns an object:...
View ArticleSFTP Upload: Incoming message size is too small, then disconnect
I'm having an issue with the SFTP (ActiveX) module using version 9.5.0.56:There is a folder which will trigger a program when files are dropped into it, uploading them to a FTP server through SFTP.The...
View ArticleCall to undefined function new_CkCrypt2()
I have installed PHP 7.0.8 on Ubuntu 16.04LTS.I copied chilkat_9_5_0.so file to /usr/lib/php/20151012/i added extension=chilkat_9_5_0.so To php.ini file.I am getting the following error.PHP warning...
View ArticleRSA signing binary data
Hello Team My name is Vinoop I am a master student and as part of my master project I want to sign my executable file using RSA. Is it possible using Chilkat. I have already check the exmple where...
View Articlechilkat custom file extension aka .eml[1]
So i am doing some tests with this product. It basically forwards attachments, based on criteria i have predefined, to a custom email address. If i look in the email, i can see the files are their, but...
View ArticleSFTP, create directory 'B' within symbolic-link 'SYM' -> SYM/B
Hello,i have a working sftp connection to the server. When i try to create the directorysftp.CreateDir('/SYM/B') it fails.I am able to connect via console remotely and create the directory, if a follow...
View ArticlechilkatDnCore-9_5_0.dll has failed the AppContainerCheck check
I am using ChilkatDNCore in my Universal Windows Application(c# Xamarin cross platform) (Installed via NUGET) and after creating a release of the app the certification fails with the following message:...
View ArticleSFTP: Failed to receive response to FXP_OPEN
Hello again.I have tried installing the latest ActiveX version for fixing the problem explained in this thread, but the problem still persists.The error message has changed a bit, maybe that it conveys...
View ArticleChilkatCrypt2 AES 192 bit
What can be wrong?crypt.CryptAlgorithm = "aes" crypt.CipherMode = "ecb" crypt.KeyLength = 192 crypt.PaddingScheme = 0 crypt.EncodingMode = "base64" Dim mykey As String mykey =...
View ArticleError messages when logging into some Imap accounts
Hi,I've got really very odd problem: one customer of mine has a lot of accounts which he wants to archive into my application. In the current version I log into the Imap accounts synchronously and...
View ArticleWhere to download latest DLL
hi We have a full License for Chilkat Site-Wide Bundle. Currently we are using version 9.4(2012)... i need to download the latest version of ChilkatHttp.dll and ChilkatCert.dll version 9.5.0.46 with...
View ArticlecUrl --cacert functionality OR how to set CA Certificate to use?
HelloWe are effecting this functionality using the Chilkat HTTP object in Classic ASP.curl -S -s --cacert GeoTrust Primary CA.pem -X POST -F "type=xml" -F "token=aGEMQB9Idh35fxxxxxxxxxxxxxQwyG1Q" -F...
View ArticleSSH and tail -f
Hi, I'm trying to use the ssh component on a VB 6.0 project and I want to run a "tail -f /var/log/messages" on te remote server and retrive the log lines as they are written. How can I accomplish that?...
View ArticleRunning server using your library, Any issues?
I plan to running an unreal engine in AWS instance. It will use your library for sending emails. I am concern about security issues. Normal you lock down all ports by default except for ssh and even...
View ArticleputMaxThreads limit
Hi!I need more than 500 threads. I run 3-4 copies of program to make 1500-2000 threads. Is it possible to run 2000 threads from single program?Delphi dll.
View ArticleECDHE Support
Hello. I am looking to deploy (Ephemeral) Elliptic-Curve Diffie-Hellman (ECDHE). Elliptic-Curve Diffie-Hellman (ECDH) key exchange avoids all known feasible cryptanalytic attacks, and modern web...
View ArticleSave email to file without sending
Does the Chilkat Email .NET library have a possibility of a debug-like setting (ideally in the Web/App.config) to redirect ALL sent emails to a local file, or to redirect ALL to a single email address...
View Article