Chilkat HTTP Executable Too Large
I'm using the C++ HTTP lib with WinCE 6.0 on an embedded payment terminal. Linking in the Chilkat lib has increased the size of both the Release and Debug versions of the resulting executables (makes...
View ArticlesFTP Error on openDir FXP_OPENDIR
Hi.I crawl with sFTP a Directory and get this Error:ChilkatLog: OpenDir: DllDate: Mar 12 2016 ChilkatVersion: 9.5.0.56 UnlockPrefix: XXXXXXX Architecture: Little Endian; 64-bit Language: MAC OS X PHP...
View ArticleChilkat HTTP LINK/PATCH
I need to call a RESTful web service with httpverb LINK and PATCH. I that possible using the Chilkat HTTP ActiveX component?Please share example if possible.
View ArticleUsing IPv6 in Chilkat Apps for iOS
I have just had an app rejected during the App Store approval process because it failed to HTTP download a file when operating on an IPv6 network. This app has been on the Store for a few years – not...
View ArticleXojo SSH Tunnel
I'm trying to setup an ssh tunnel for a connection to a remote database using Xojo.I've looked at the examples but I don't see properties in the Xojo autocomplete list for the following:...
View ArticleSsh Component to simulate plink/ssh
Hi. I need to know if with your components is possibile to simulate the plink/ssh commands to forward the connection to localhost:port and reverse.I want to create both situation, forward remote...
View ArticleHow to correctly compile and run app on lower Framework
Hello, i try to create project on .NET 3.5 with ChilkatDotNet2 in c++ clr console application and when i try to start program, ten i get error "Mixed mode assembly is built against version 'v2.0.50727'...
View ArticleFailed to convert data connection to TLS
Ftp2 client = new Ftp2(); client.Username = user; client.Password = pass; client.Hostname = server; client.Ssl = true; client.AuthTls = true; client.Port = 21; client.Passive = true;...
View ArticleRename assembly ChilkatDotNet
Hello, it's possible to rename assembly dll in my project C++/CLI .NET? For exampel i don't want this name 'ChilkatDotNet45.dll" but i want 'Chilkat.dll', how can i do this? Thanks :)
View ArticleCan I use SSH component for telnet
All:Based on the title, you can surmise I don't know a lot about communications protocols. I've got the SSH component working well on the application I wrote. However, I've been asked to add a telnet...
View ArticleConsecutive call to CkSocket_ReceiveBytesNAsync crashes
Hi,I use two consecutives CkSocket_ReceiveBytesNAsync in a server socket application to do that :The blocks to receive have a variable dimension. I only know that every block starts with BLOCKHEADSIZE...
View ArticleSSH Remote Port Forwarding
Do you have plans to implement reverse ssh tunnels anytime soon? I'm stuck in my project to reimplement our existing solution with chilkat.Regards, Jörg Jans
View ArticleSSH Server Port Obfuscation, Also Port Knocking
I did not see any information on SSH Server Port Obfuscation, Also Port Knocking, are there any plans to implement this. Or can I do it on my own in my code, before the SSH server gets called into......
View ArticleInvalid parameters were passed to the receive method call.
I'm in the process of converting vb6 app to vb.netI'm trying to send hex string from .net app to mainframe. But I'm getting "Size of data to send is zero."Original string:...
View ArticleAndroid c++ gnutls play store rejection
I'm using the droid c++ libraries and we've just had a play store rejection (https://support.google.com/faqs/answer/6344084). Does chilkat use gnutls under the covers? I am a bit behind on the chilkat...
View ArticleLoad JSON Array?
Just curious how i load json string that starts as array [ ie [ { "id":200 }, { "id":196 } ] At the moment i cheat a bit and prefix the string it with { "array": and post fix with } and then use...
View ArticleDoes respect CRYPT.GenerateUuid() RFC 4122?
Q: Does respect CRYPT.GenerateUuid() RFC 4122? -- When I 1st time tried CRYPT.GenerateUuid(), I got : 967ca883-b758-b782-0156-ae84b60de9bb.According RFC 4122 3rd pard starting 'B' mean UUID version,...
View ArticleCommunication with old ssh servers.
Is it wise to communicate with servers running older versions of ssh? I mean like pre 2006?What version does chilkat start with?We have a client running 3.9, and chilkat will not negotiate. Which is...
View ArticleEncrypt with Public Key Returns Zero Bytes
I'm trying to understand why Encrypt stopped working. It seems it might be environmental because I know it was working, but then some time passed and when I want back to resume work on it, it no longer...
View ArticleError/Bug in Chilkat lib crashing app when reading message body?
We are using the latest Android lib on our app. Works well. We recently received an email (apparently) that from what we can tell, is plain text... nothing special. Our APP is hard crashing all of a...
View Article