Not able to create ipa to demo Scp functionality
I am evaluating chilkat's SCP library for Objective C. I am able to successfully run the application on iPhone. But when i try creating archive to create ipa file it fails .I have added the .a file to...
View ArticleVb.net Zip a list of files
I'm looking for a simple code snippet in VB.net to zip a simple list of files like "test.txt,pic.jpg,todo.doc"
View Article400 Bad Request with proxy
Hi I see the issue when i use SynchronousRequest with Get request here is example this works well without proxy but do not work with proxy (any proxy not just mine)var req = new Chilkat.HttpRequest();...
View ArticleHow to catch chilkat exception on Android NDK
Hi, I'am using Android NDK on Android Studio with Experimental Plugin(gradle). I built my library successfully with chilkat but I meeting some issue. When I send a invalid input string to chilkat...
View ArticleQuickAppend
Hi,I'm having real trouble with the QuickAppend method of the Chilkat Zip module. Every time I use it, I seem to end up with corrupted zips. Here's an example of unzipping a very simple zip that I've...
View Article.Net4 Imap component: Is there any way to get how many bytes were received...
Something like this: while(true) { ... Chilkat.EmailBundle bundle = imap_.FetchBundle(messageSet); totalBytesReceived_ += imap_.TotalBytesReceived(); ... }Or perhaps, is there any other way to get this...
View Articleftp2 tls session resumption
How can I enable TLS session resumption on data connection? I connect to Filezilla server and it requires session resumption.Thanks.
View ArticleWhich VC++ Library to Use? With SP1 or Without SP1?
I am using VS 2008. I wonder which library I should use? With SP1 or without SP1?Chilkat C/C++ Libraries for VC++ 9.0 ?OrChilkat C/C++ Libraries for VC++ 9.0 SP1 ?
View ArticleReuse SFTP Library
I did download SFTP[C++,Windows] for one month usage, we are going purchase the SFTP library , In the meantime I wanted to test some code , the purchase process will take some time. As the one month...
View Articlelibrary not found for -lchilkatIos
I used the program encrypts and decrypts a file in my project of my resources in the following link: http://www.example-code.com/objc/crypt_aes_encrypt_file.aspand I add libraries ios libs in my...
View ArticleAre _IChilkatFtp2Events (f.e.) for Foxpro no longer implemented?
I Use the older chilkat with different dll's but want to change to the new single dll. Bute I got errors with the IMPLEMENTS, so _IChilkatFtp2Events, _IChilkatZip2Events, _IChilkatMailEvents etc. not...
View ArticleCould I develop a SFTP Server with Chilkat?
I haven't found a example in this site. Wait for your reply, thanks.Best regards
View ArticlesFtp wrong directory/file names with german umlaute (ä,ü,ö)
Hi, i want to read over sftp (CKSFtp) directory/files what names can include german umlaute (ä,ö,ü).Use PHP/Apache on MAC / Linux. Chilkat 9.5.0.56If CKSFtp reads the directory/file it translates ä to...
View ArticleVisual foxpro events percentdone returning a string
PercentDone return a status message not a value...So when I check the value of nProgress it is "SocketConnect" and other messages. Can anyone help or is this a bug?Here is the code.*Definition of...
View ArticleFoxpro Progress Monitoring for Zip
I read your Chilkat Zip Activex has the capabilities of showing the user progress monitoring while zipping/unzippingDo you have a Visual Foxpro example of: zip/unzip progress monitoringPlease forgive...
View ArticleQuickGetStr(URL) fails with https address
When i call https://www.moebelgarten-shop.com/, I get this error. Some time ago without SSL the same routine worked fine. Any ideas? QuickGetStr: DllDate: Jul 31 2014 ChilkatVersion: 9.5.0.43...
View ArticleHashAlgorithm in crypt2 with SignStringENC
I am trying to Sign a SAML assertion. For that reason I need to Sign some XML string with sha1 and using a x509 certificate. I am using a self signed certificate for now. But I am a little confused...
View Articleappend file
Hi I tried 2 things 1) I have a FTP server on a pc at home : when I use appendfile it 's ok The file is appended2) I have a ftp server on OVH (provider) : When I use the same prog it's not appended the...
View Articlecalling a webservice method.
Hello.I have to call a function on a webservice with the following syntax:Delivery(Username As String, Name As String, AccessID as string, XMLFile As String) As StringThe webservice address is...
View ArticleChilkat FoxPro Events (.prg event classes)
I wrote some code to generate FoxPro .prg templates for the ActiveX events. They are available here: http://www.chilkatsoft.com/download/chilkat_foxpro_prg.zipAn example of the Ftp2 events is shown...
View Article