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

Specifying file in body of email

How do I specify an htm file as boy of email in Chilkat email softwareThe followinf doesnt workloEmail.body=m:advertisingmarketingstrategy.htmColin

View Article


SSH component not working on all my devices

All:I've run into a problem with the SSH component for PCs. I've written a class library in C# (VS 2015 community edition). The library uses Chilkat SSH to manage connections and send queries to my...

View Article


Access violation with ConnectAsync (C++)

The demonstration code at https://www.example-code.com/cpp/socket_async.asp crashes with an access violation if the server does not support TLS. I believe this happens while...

View Article

Chilkat PHP 7 Fatal error

Hi, if i run test.php from chilkat-9.5.0-php-5.6-x86_64-linux that throws an fatal Error:Fatal error: Uncaught Error: Call to undefined function dl() in /apache2/htdocs/chilkat_9_5_0.php:22 Stack...

View Article

close hangs on delphi dll

a simple socket application without ssl. Server listens on port, accepts connections and for each creating a thread. client opens a few threads, each connects to Server. Then (a) each client sends ONCE...

View Article


Problems with QuickAppend --- extra entry after central directory found

HiI have been having problems using the QuickAppend zip function to append the contents of a new zip file to an existing one.I've tried this with the node, python and .Net (via a colleague) versions of...

View Article

Error reading public key auth response

Hi,i'm having a hard time figuring this out.i once had it all working and now im running into the following problem.when the connect to ssh example reaches "SSH.AuthenticatePk(SFTPUser,...

View Article

Failed to convert data connection to TLS

Hello, can anyone please help me with this issue? Thanks. I use following FTP setting: ftp.Port = 21; ftp.AuthTls = false; ftp.AuthSsl = false; ftp.Ssl = false; ftp.RequireSslCertVerify = false; And...

View Article


Socket.put_SslProtocol('default') chooses poorly

I'm using https://www.example-code.com/cpp/socket_async.asp as a starting point for my tests. We have a server that supports SSL 3.0, but not SSL 2.0. Using socket.put_SslProtocol( "SSL 3.0" ); works,...

View Article


64bit - Could not load file or assembly 'ChilkatDotNet4' or one of its...

In a web application, the following error shows up when browsing to a page that instantiates a Chilkat object. Could not load file or assembly 'ChilkatDotNet4' or one of its dependencies. An attempt...

View Article

Charset.VerifyFile always returns 0

I'm trying to check whether a file has been saved with UTF-8 encoding (with/without BOM/preamble) but in my tests .VerifyFile always returns 0.ActiveX | v9.5.0.60sFilePathLocal = "e:\temp\test.txt"...

View Article

Download speed sftp

I am using chilkat sftp for my Objective-C macOS application and I get good upload speed but miserable download speed.I use 9.5.0.65 and the following code to download: // Open a file on the server:...

View Article

C++ socket, utf-32 encoding the same as utf-32be encoding

Here is my sample code:int main( int argc, char* argv[] ) { CkSocket sock; bool success; success = sock.UnlockComponent( "Anything for 30-day trial" ); if (success != true) { std::cout <<...

View Article


Perl: Can't locate object method

I would like get the size of one file who is stored in a ftp serverI am able to connect to the ftp server, but I cannot get the size of one fileFor example, I try to use $ftp->getSize(5), and I get...

View Article

PureBasic CkSocket::ckClose() always waits 10 seconds

Hi,CkSocket::ckClose() seems to always take 10 seconds to complete. The other side of the socket reports that the connection has been closed in less than a second and I have the timeout value set to...

View Article


S3 GetAccountAuthorizationDetails Xojo

Hi,I'm looking for a way to validate AccessKey and SecretKey.Some googling has made me believe that a call to GetAccountAuthorizationDetails might do the trick for me.(See end of page...

View Article

Could not load file or assembly 'ChilkatDotNet*.dll' or one of its dependencies.

I used chilkat for years, it runs perfect always, but right now I have problems.my development is win7+vs.net2013+.net4.5, the program is no problem.When I deploy it to win2012 64bit server(.net4.6). I...

View Article


S3 Bucket Creation With Access Policy

It doesn't look like there is a way to use S3_CreateBucket with an access policy. I need to create buckets and upload files that are publicly accessible.Did I miss something or is the plugin missing...

View Article

latest SMTPQ does not run on 2012 server

I just downloaded the latest builds of the SMTPQ from the ckilkat GitHub repo. When I double click any of the files ( ChilkatSMTPQ-64bit.exe, ServiceManage.exe, SmtpConfigure.exe ) I get a windows...

View Article

VB.NET Json Path

I have created the following json : { "emails": [ { "someval": 0, "otherval": 2 } ] } and I try to accessit like so :priceObj.IntOf(".emails[0].otherval") priceObj.IntOf(".emails.otherval") The output...

View Article
Browsing all 1061 articles
Browse latest View live