Unresolved External MSVC 2015
Trying to build:include "stdafx.h"include "ckftp2.h"int _tmain(int argc, _TCHAR* argv[]) { CkFtp2 ftp; ftp.UnlockComponent("anything for 30 days"); ftp.put_Hostname("x.x.x.x");...
View ArticleIs the Chilkat Upload component freeware?
On the site it says Freeware on Chilkat upload component, but when downloading it’s a 30 day trial. Will the upload work even if the rest doesn’t after 30 days?
View ArticleXML Email Attachment shows ??? Chars?
We are using following code to upload attachment to Email object and send email..Email objEmail = new Email(); objEmail.Subject = SubjectFromDB; objEmail.SetHtmlBody("<html><body>" +...
View ArticleGet binary of the Email Object?
Hello, is it possible to get the binary of the Email Object? I want to save this in my Database before sending the mail.Or what would help me, too.After i do this: "email.SendSigned = true;...
View Article451 Transfer aborted. Broken pipe
i try to download a large file. Everytime when i try it i get this error "451 Transfer aborted. Broken pipe". It happens always after around an hour/1GB. Dim WithEvents ftp As New Chilkat.Ftp2 .......
View ArticleSQL Server 2016: Failed to create ActiveX component
Hi,we have a sql server 2016 64bit std (S.O. Windows Server 2012 std R2 x64) and we installed "Chilkat ActiveX 64 bit MSI Installer" for testing. The software is installed on server into "C:Program...
View ArticleProcessor Architecture Mismatch?
VS 2015 was issuing a warning when I compiled my project:There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference...
View ArticleCkZip windows path with whitespace
Hi, I am trying to open a zip file with CkZip on windows. The zip file path has a whitespace in it. Which format is expected by CkZip for whitespaces in windows? Should the whitespaces be escaped?This...
View ArticleHttp is slow
We replaced our library by chilkat and it is 4x slower. We guess it is the resolving phase. Can we disable it ?
View ArticleHow to generate a Certificate Signing Request (CSR)?
How can I generate a Certificate Signing Request (CSR) file using the Chilkat components?The CSR is a base64 encoded file that contains the following lines:-----BEGIN NEW CERTIFICATE REQUEST----- ......
View ArticleReally nice enhancement to implement for FTP/SFTP
Two properties RetryTimes RetrySleepTwo areas: 1. Connect Failure, go to sleep, and then retry. This usually occurs when the server may have limits to the number of active connections. Set at 5, 6th...
View ArticleEnhancement: CkString with isNumeric(), isAlpha() etc.
Is there a plan to enhance the CkString class with check methods to validate if a string is pure numerical or alpha ?Alternative: one create a derived class with required methods once; are there any...
View ArticleI want to add directory to archive
Hey!I use method appendFiles, but I have only files in zip archive. I want to see directory in archive.i.e.I have files in directory_name:-directory_name --123.txt --321.txt...
View ArticleTry to load PFX file into CertStore - Error: Failed to get authenticated safe
Hello Everybody,I'm using FTP2 version 9.5.0.64, I try to read an private key into a certStore for use with login at a ftp via S-FTP. I just use the code from the example with the method LoadPfxFile...
View ArticleChilkatDotNet46.dll - system.IO.FileLoadException on start
Hello, my 32-bit app installed on 64-bit machine gets system.IO.FileLoadException from ChilkatDotNet46.dll on very first attempt use a class from it (mailman = new Chilkat.MailMan() or email = new...
View Articleissue with FTPS and TLS1.1 connection
Hi. I have a program that I wrote a while ago using the Chilkat 9.4 FTP2 FTPS component using implicit SSL on 990. The vendor is changing from using SSL3.0 to TLS1.1 (and changing destination port to...
View ArticleWhere to get SSL/TLS Certificate for Server-Side Socket?
When calling Chilkat.Socket.InitSslServer(Cert cert) - where do I get the certificate? I don't have any .PFX files - any suggestions? This is needed if the client sends a "CONNECT" request.
View ArticleVB6 Async Callbacks?
I’m in the process of writing an application using VB6 implementing the Socket object via ActiveX using WithEvents and hope you can point me in the right direction.First up is whether there’s an event...
View ArticleJSON API support for double (floating point) numbers?
While you’re looking at the JSON object, have I missed something or is there no support for all of the Number data types? This is defined as a double precision floating point format, and has three sub...
View ArticleExample "Send Email Asynchronously using a Task" not really async for Xojo
I'm trying to send mails with the above example. Sending the mail works fine. However, with the task the UI shouldn't be frozen. Instead I get the pizza and my progress wheel doesn't show up.Bug,...
View Article