Callback of SFTP in version 9.5.0.57 doesn't work now
None of my code was changed. Only use the different libs of chilkat. Callback of SFTP in version 9.5.0.57 doesn't work, But chilkat-9.5.0.52 still works.All package are C++ MinGW.
View ArticleIntermittent issues while connecting to SFTP.
Hello, My IIS webservice application connects to SFTP using ChilkatVersion: 9.5.0.46 It is able to get the documents however it intermittently fails with following error.Error:ChilkatLog: Connect_SFtp:...
View Articlewhich library in c++ should be used in wince 6?
I want to test the c++ library in wince 6. What type of c++ library should I choose? by the way, the IDE i used is vs2008 Thank you
View ArticleHttps Downloads on Windows 10 and windows 8
Https Downloads on Windows 10 and windows 8.When multiple downloads are done with the code below and after about 20 successive downloads, and 1.5GB of data, windows 10 and 8 starts to lock up. Windows...
View Articlepurchasing (C++) Fortuna PRNG Generate Random Encoded
Hi,I've been using the (C++) Fortuna PRNG Generate Random Encoded function, and the trial has expired.How can I purchase it, because I don't know which bundle that includes this function!
View Article50% CPU utilization with a Socket AcceptNextConnectionAsync process
The task manager shows a 50% CPU utilization.I would understand that with a SYNC process but why with an ASYNC process ?task = CkSocket_AcceptNextConnectionAsync(listenSocket,0);if...
View ArticleC# async await Task.Delay
We have a series of web service api endpoints that we use that will do some movements of files via FTP and other web requests. Since the underlying processes task advantage of many of the async Task...
View ArticleTlsRenegotiate gives error
When I try no perform a TlsRenegotiate, it always fails with this error: ChilkatLog: TlsRenegotiate: ChilkatVersion: 9.5.0.56 socket2_tlsRenegotiate: clientRenegotiate: clientHandshake:...
View ArticleBizarre copy of UNKNOWN in subroutine entry
Hi,I'm currently testing the script http://www.example-code.com/perl/imap_downloadAttachment.asp on a Ubuntu 12.04 32 bit with perl 5.14.There is only one email with a pdf file as attachment in the...
View ArticleGoogle scrape issue
I'm trying scrape google results useing http object in VBScript. here is the code:set http = CreateObject("Chilkat_9_5_0.Http") success = http.UnlockComponent("xxxx.my.key.goes.here.xxx") deleteFile...
View ArticleSMTP Server says "Queued for Delivery", but Email Never Arrives
Would appreciate if you can shed some light on why does the log show that emails are not sent – instead they say “Queued mail for delivery”? According to the User (of my software), the email never goes...
View ArticleGet the string length of getEncodedW's return value?
Hi,I may be missing something obvious. Sorry if so.I would like to use the function getEncodedW from CkByteData. (With base64 encoding). const wchar_t getEncodedW(const wchar_t encoding);However, the...
View ArticleDeleteRemoteFile(Async) failed because file is not found
Is it possible to extract this information (file not found) to handle that specific failure?ErrorTextSnippit:ChilkatLog: DeleteRemoteFile: DllDate: Dec 29 2015 ChilkatVersion: 9.5.0.55 Architecture:...
View ArticleC# Async/Await with Async-Methods
Hello,will there be async/await support for the async-methods? (Your Task implementation isn't awaitable)
View ArticleCould not load file or assembly ‘ChilkatDotNet46.dll’
I'm using VS 2015 on Win Svr 2012 R2 machineI was using the ...DotNet4.dll for my Win 7 user environment. I switched some machines to Win 10 and it no longer worked.I changed VS to point to 4.6, added...
View Articleget data from webservice with x509
Hello,I have to get data from a webservice (described as "like REST") , the site needs a certificate. We send some data in XML form but as contenttype text/plain (dont ask:-) ) and receive some data in...
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 ArticleOLE error Code 0x80070005: Access is denied
Hi thereI want to test the smtp component for visual foxpro 9 on windows7 (64bit) to send embeded pictures via smtp. I have local admin rights and installed/registered with register_win32.bat...
View ArticleProblem with attached email messages in an email
Hi,I have a problem handling attached messages (MSG) in an email. I use Chilkat 64-bit .NET 4.5 version 9.5.0.54.Question 1: When I received an email from Outlook 2013 with an attached email message...
View ArticleSystem.AccessViolationException randomly in Ftp2
The error below happens randomly, and because of the error type it seems that I can't catch this error on .Net 4.5. I suspect that the bug happens when a connection is dropped while reading. Our...
View Article