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

POST failured with big Content-Length - Integration with EWS Microsoft...

I am try to teste integration with EWS WebServer (Use EWS to import an item by using the MIME stream) . In my test it works perfect up to 200k Content-Length.Content greater than 200k I have problems....

View Article


Is there a super fast way to detect if a URL is no longer valid?

When fetching feeds (for instance) sometimes a particular feed will have been discontinued and the URL is no longer valid. When I hit one of these the delay is equal to the connect timeout setting (say...

View Article


Few Questions on Zipping using Chilkat ActiveX in Delphi

Hi,I am trying out your ActiveX Zip component in Delphi. These are a few issues that are unclear.1) 'OnProgressInfo' event gives 'File not found' for all skipped files, even if it is skipped due to...

View Article

How to convert CkByteData to byte array in Java

Hi, Can some one tell me the method to do this. When I use CkByteData's getBytes() or getData() I am getting syntax error as these functions are not returning Java byte array

View Article

The return email address when using a Hotmail account

Ok, so I have this code:// Set the SMTP server. mailman.put_SmtpHost("smtp.live.com"); // Set the SMTP login/password (if required) mailman.put_SmtpUsername("xxx"); mailman.put_SmtpPassword("yyy"); //...

View Article


Compression with Encryption 6 times slower

The ActiveX Zip component (Delphi) slows down Six times, as compared to un-encrypted, if there are above 10,000 files.

View Article

Zipping attachments

At the moment I create a ZIP file myself using the Artpol Software library:CZipArchive zipArchive; zipArchive.Open(strBackupPath, CZipArchive::zipCreate); zipArchive.SetGlobalComment(_T("Monthly...

View Article

Progress monitoring for sending emails with attachments?

Is it possible to support some kind of progress monitoring when creating an email, attaching the file and then sending it and closing the connection?OK, I have located this in the documentation for an...

View Article


Using my own OAuth2 token with mailman?

I have looked at the documentation about GMail and I quote:GMail: If sending via smtp.gmail.com, then send with OAuth2 authentication if possible. Otherwise you will need to change your GMail account...

View Article


CkCrypt2__mySqlAesEncrypt with unicode chars

Hello Everybody! I use Delphi 10. My MySQL server use UTF-8 codepage, I try execute AES_ENCRYPT function and CkCrypt2mySqlAesEncrypt, but I get various results, because the CkCrypt2mySqlAesEncrypt...

View Article

Bug in Chilkat.HttpRequest Content-Length?

Hi.I'm not sure what's the exactly problem here but I think it has something to do with the Encoding. I've used Firefox and the .NET Framework built-in HttpRequestMessage and both tell me that the...

View Article

TCL SFTP example not working

I was following an TCL SFTP example provided by this ChilKat example. The firewall of my servers are disabled and it seems that script fails at CkSFtp_Connect level and never proceeds to the...

View Article

GetFile fails, but file downloaded successfully; wrong expectedByteCount;...

I've upgraded my ftp2 activex control at the last version in last days; during my tests in some case I had some GetFile error message that with earlier version I did not have; there were messages like...

View Article


Where is CkAesInterop

Hi I am trying to upgrade to newer Chilkat C++ library. The code uses CkAesInterop - CkAesInterop::Md5 Where is CkAesInterop.h?With regards

View Article

convert php encyption to powerbuilder

Anyone can help me to convert "php encryption" to "powerbuilder" using chilkat??. below the code that i want to convert // Encryption Function =========== function mc_encrypt($data, $key) { /// make...

View Article


Bounce type 6

Hi,What's give bounce type = 6 in an email ?Return-Path ?Please help!

View Article

Chilkat SSH commands shows in output

Hello, I would like to get rid of the commands I am executing on device. I have Windows user form and when I am sending commands to the switch in the output except the results or action which the...

View Article


Problems with AddRelatedFile2

I'm trying to send emails with a signature, it's a JPG file, and I want to embed in email foot.I'm writing one cid in Html code img src='cid:Signature'And after I make ::oMail:AddRelatedFile2(...

View Article

Cannot connect to Win IoT Ftp server

I am attempting to connect to RaspberryPi 3 Windows 10 IoT which is running ftpd. I can connect to it using Filezilla without any issues. I installed the latest from NuGet in Visual Studio 2017...

View Article

C# HTTP DownloadASync Timeout returning success

I am downloading a large file and pulling the ethernet cable midway,Task task = _http.DownloadAsync(url, zipDestination); task.Run();When finished, task.StatusInt is still returning a value of 7 /...

View Article
Browsing all 1061 articles
Browse latest View live