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

New computer and Chilkat is stuck

I had to replace my computer. Brand new everything with Windows 10 Home 64 bit.I keep all my dlls in one directory that I copied over. I wanted to install the 32 bit version since i'm using Foxpro. I...

View Article


Look at the BOM header of a string and determine the encoding method?

Is there a ChilKat API anywhere that can look at the BOM header of a string and determine the encoding method. I can easily write this but didn't want to reinvent the wheel

View Article


Socket receive Event for Delphi DLL version?

I would like to just connect up the socket to the other computer and then get a Delphi event every time data has been received. In the "(Delphi DLL) Asynchronous Sockets - Reading/Writing Data" example...

View Article

Uploading multiple files fails with write-only permissions on sftp server

Goodmorning,we're using a script to upload multiple files to an sftp server. This scripts works exept with one sftp server, where we only have write-only permissions. It will upload the first file, but...

View Article

I got a error 'Argument list too long' with sftp connet

Hi, I'm trying the sftp feature with android, but i encountered a error like below when i tried to connect to my own ssh server.Error: ---------------------------------------------- 07-27 17:24:16.437...

View Article


[Swift] xml SearchForAttribute method

Hi all,I would like to ask if there is possible for multiple conditions search by the method of SearchForAttribute. (in Chilkat v9.5.0)After reading the example, I found that there is only one...

View Article

Posting large json with curl

Hi, i want to reproduce this curl request (PHP) with chilkat in vb.net$parameters = array( 'action' => 'import', 'controller' => 'Defect', ); $url .=...

View Article

C# Socket DnsLookup on different server (NS)

Hello!I would like to know if there is a way to bypass the limitation of the native C# Dns class through the use of Chilkat Socket or other component to perform a DNS query but specifying a specific...

View Article


Universal library compile error

Compiling under XCode 8.3.3 for iOS 10+I created a universal binary as outlined using the following script:libtool -static arm64/libchilkatIos.a armv7/libchilkatIos.a armv7s/libchilkatIos.a -o...

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

SSH library delay

Hi, quick question, can I set a delay when executing commands through SSH C# Chilkat library? E.g send command, wait 350ms, send command, wait 350ms, etc., etc.

View Article

Cannot connect to Gmail IMAP server

Using the example provided in https://www.example-code.com/csharp_winrt/imap_ssl.aspWhen I call success = await imap.ConnectAsync("imap.gmail.com");I get as a last error ChilkatLog: Connect_Imap:...

View Article

Specify signed attributes in PKCS7 signature

Hi, I am working on a SCEP client for iOS and for requesting a certificate I need signed PKCS7 data. To sign a request I am using the crypt.createP7M method, which is working fine. However, SCEP...

View Article


Unlock MIME problem

I bought a "Chilkat 1-Developer Email License" in 2015 and have been using it successfully. This code works with no problems:success = mailman.UnlockComponent("MyUnlockCode") Some of the emails I have...

View Article

Remove Start of body

Hi!I have a small issue where I need to remove the body in the email. Marked with bold is this even possible?By dumping the .eml file to disk this is what I get;MIME-Version: 1.0 Date: Thu, 03 Aug 2017...

View Article


Override existing boundary parameter

Hi!Using the Mail class is it possible to change the boundary generation? I want to achieve the same as this guy asks for (this is plain Java tho)

View Article

MWS ListOrders / ListOrdersByNextToken

Hi I am using the REST to process an MWS request to Amazon for ListOrders That works fine!To get subsequent pages thou I use the NextToken given by Amazon in the ListOrders result and pass this to...

View Article


FTP downloading - indication of completion

Hello, I recently replaced the original programmer who used Chilkat to process FTP requests.Their code, which was copied verbatim from the website, was slightly altered as follows:success =...

View Article

hash without encoding

I need to do aes-128, cbc..without encoding at each step..i would like to do encoding only at the end..what functions should i use?current implementationcrypt.SetEncodedIV...

View Article

smtp Multiple ReplyTo addresses not supported by Chilkat?

rfc2822 implies multiple ReplyTo addresses should be supported. From: https://www.ietf.org/rfc/rfc2822.txt "When the "Reply-To:" field is present, it indicates the mailbox(es) to which the author of...

View Article
Browsing all 1061 articles
Browse latest View live