I am trying to deploy a web project that uses a specific library (in this case Chilkat) to a web host (appharbor.com). The problem is the library needs the Visual Studio C++ 2010 runtime (http://www.c
i\'m trying to get directory file listing from my ftp server using Chilkat library. In this case, i want to animating a UIActivityIndicatorView when the process is running. But the problem is, the UI
I am developing a C# Console Applic开发者_高级运维ation which downloads files from an SFTP Server with SSH Key Pair Authentication.
We have an app the requires Full Trust because of a Chilkat .NET 3.5 DLL This has not been a huge issue, however we would like to submit our app to the: Windows Web Applicatio开发者_运维问答n Gallery
I am using chilkat library for zipping some files and moving them to a another path. This works fine most of the time, but some times there is a tmp file made in path where my exe resides. Now I check
I am using Chilkat FTP component to download some files from an FTP Server running FileZilla Server. Following is the error message when I try to do so.
Merged with Show Email body in textbox from listbox Imap/pop3. Im using the chilkat component Available Here to display the subject and sender of the email in a listbox.Is there a way tha
So I have a listbox that shows the subject of an email (I use the chilkat imap client) when I select 开发者_C百科the subject of an email I want to show the message body in a textbox but i cant figure
I developed a simple ASP.NET website that uses Chilkatdotnet2 (version 9.0.8.0) to generate RSA Public/Private Key pair used for encryption. Below is the sample code
Can anybody please let me know, i have used the below code to access COM object... $zip = new COM(\"Chilkat.Zip2\");