Questions tagged [chilkat]

Chilkat is a company which develops libraries for a number of platforms, including Linux, MAC OS X, iOS, Android, Solaris, HP-UX, Red Hat, CentOS, FreeBSD and Windows.

Chilkat is a company which develops libraries for a number of platforms, including Linux, MAC OS X, iOS, Android, Solaris, HP-UX, Red Hat, CentOS, FreeBSD and Windows. The company's homepage is located at Chilkat Software.

316 questions
0
votes
1 answer

How to import the Chilkat Android libs to Android Studio?

I am using using Android Studio 0.8.9 and I am trying to import Chilkat Android libs to my project by following the instructions given here. I have done all the imports and my project structure looks something like this. but the statement import…
Goppinath
  • 10,569
  • 4
  • 22
  • 45
0
votes
0 answers

sign html file password protected

i have HTML file which is password protected and i am signing using (chilkat) that is third party tool. the problem is that it neither get sign nor giving me any error. how i will identify in my code that file require password here is my code …
0
votes
0 answers

Allowing windows pop up via windows service

I use a WCF service hosted at windows for digital signature using e-token e-token forced pop up for username and password which is possible in windows application, but in service, it throws error as it cant able to prompt pop up at "lcWriteBytes =…
dhiraj
  • 73
  • 2
  • 14
0
votes
1 answer

Show whole FTP directory

My application don't finde some files in FTP Directorys. I checked the folder with the FTP Client WinSCP which shows me every file. The files and folders, which are hidden, starts with a dot .. I'm using Chilkat for FTP Connection, but tried the…
Nik Bo
  • 1,410
  • 2
  • 17
  • 29
0
votes
1 answer

Send mail with Chilkat Mailman using authenticated HTTP proxy

I am trying to send emails using the chilkat mailman api in python, through an authenticated http proxy. I have followed the instructions from the Chilkat docs to the best of my ability but am having issues with the proxy server. I have verified…
Comart
  • 64
  • 2
  • 8
0
votes
1 answer

How can I look for 2 specific file names (Instead of FILENAME*) using a ListPattern method?

I'm rewriting a program that uses Chilkat's FTP class to connect to and then search a remote folder for specific file names...and then so on... Specifically, I'm using a string {get; set;} to list files that contain a specific abbreviation. the…
Cody Hicks
  • 420
  • 9
  • 24
0
votes
1 answer

How to apply my changes to the Imap server after I update X-Priority level?

I'm using Imap and Chilkat on my email client. I want to set the priority of the email and apply this update to the server. I have star icon for each email on my email list and I want to toggle priority level by clicking this star icon. I'm getting…
Veysel
  • 23
  • 3
0
votes
1 answer

Bundler and Heroku with offline gems

I'm running a Rails 3.2 app that depends on an offline gem, chilkat. (http://www.chilkatsoft.com/ruby.asp). I've gotten this to work on my development environment by doing the following: Unpacking the gem into my vendor/gems folder Adding this line…
oregontrail256
  • 657
  • 1
  • 6
  • 14
0
votes
1 answer

"Expected KEX_DH_GEX_GROUP/KEXDH_REPLY" error using Chilkat library

I am evaluating the new library of Chilkat SFTP. However, I am getting an error as follows when connecting to an SFTP: ChilkatLog: Connect_SFtp: DllDate: Aug 15 2013 ChilkatVersion: 9.4.1.42 UnlockPrefix: xxxxxxxx Username:…
Deven
  • 21
  • 4
0
votes
1 answer

SYSTEMTIME in qt

I am a bit stuck at the moment with a little sample project that I would like to run to test some cryptology that I want to use in a main project. Basically I am using the latest Qt Creator and I have created a simple window dialog. Furthermore, I…
Richard
  • 1,543
  • 3
  • 25
  • 49
0
votes
1 answer

Chilkat EML Daylight Saving time issue

I am using Chilkat Email .net version to create eml but I am facing issues of timezone, Please find the below code. // Get the DaylightTime object for the current year. unclearDate = new DateTime(1999, 3, 28, 01, 00, 00); DaylightTime daylight…
Haseena Parkar
  • 939
  • 2
  • 12
  • 28
0
votes
1 answer

chilkat decryptStringENC TypeError: in method 'CkRsa_decryptStringENC'

I downloaded a trial version for 64-bit Python 2.7: chilkat-9.3.2-python-2.7-x86_64-linux.tar.gz. I found a strange problem: when I wrote one method (decrypRSA() as follow) which will decode given RSA encrypted string, it works only if I call it…
mik
  • 3
  • 1
0
votes
1 answer

Why third party library "ChilkatDotNet4x64" isn't copied to the output folder?

I have project A that references third party library ChilkatDotNet4.dll. My project B references project A. After the compilation the output folder of B contains ChilkatDotNet4.dll as exptected! But, when I replace ChilkatDotNet4.dll to…
theateist
  • 13,879
  • 17
  • 69
  • 109
0
votes
1 answer

How to read the whole message with Chilkat socket?

I need to get the whole message(response), but socket.ReceiveBytes(); returns just part of the message. I tried to loop it but it fails on timeout when no bytes to receive. List lb = new List(); byte[] receivedMsg =…
theateist
  • 13,879
  • 17
  • 69
  • 109
0
votes
1 answer

Chilkat connection exception in FTP2 in c#

I am getting the following message in the chilkat exception calling ConnectSocket2 IPV6 enabled connect with NO heartbeat. Cannot connect, hostname is zero length ConnectFailReason: 1 Failed to connect to FTP server. Failed. …
Sagar
  • 454
  • 10
  • 22