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

task object creation fails - ActiveX async method

I'm trying the vbscript codes like below. Set task = sftp.UploadFileByNameAsync(targetpath, localpath) rc = task.Run() curPctDone = 0Do While task.Finished <> 1 If (task.PercentDone <>...

View Article


[ftp2] Events in UWP

Hello. I'm using ftp2 component and i'm trying to manage ftp events in a UWP Windows Phone application.I need to get the percentage of completion of a SyncRemoteTreeAsync operation, or alternatively,...

View Article


[FTP2] UWP - SyncRemoteTreeAsync issue

Hi. With Chilkat ftp2 for UWP, i'm trying to sync a remote directory, i'm getting files from a Picture localstorage:int mode = 2; success = await ftp.SyncRemoteTreeAsync(storageFolder.Path,...

View Article

Check unzip progress with ckZip

Hello,I'm using ckZip library to decompress a set of files.Is there any way to check the decompression progress?

View Article

Get Multipart

Hi, I can't seem to find a method that can get multipart properties from an email ("To & Return-Path")namespace ConsoleApplication1 { class Program { static void Main(string[] args) { string...

View Article


HTTP Session Log to Memory Instead of File?

Is there any way that the entire session log could be stored in memory instead of having the overhead of file I/O?

View Article

Use/install php extension for Linux fails

I am getting grey hairs trying to use the chilkat.so php extension. It must be an error on my end, but I just can't find what I am doing wrong here.I did extract ALL (I know dont need all there) files...

View Article

Chilkat 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


Image may be NSFW.
Clik here to view.

VB6 toolbox palette icons are blacked out for the Chilkat ActiveX objects?

I recently converted an older vb6.0 project to the unified dllIt appears that the toolbox icons are not in the correct format as shown in the attached picture

View Article


Bcrypt passwords

Hello,We are planning to use bcrypt in our next multiplatform (php, c#, cocoa/swift) application. Is it supported by Chilkat? I did not find it in the references.It is possible to write the code...

View Article

VB6 get date/time last modified stamp of a file on the ftp server?

do u have sample vb6 code for FileTime time = Files.getLastModifiedTime(file.toPath()); I need to get date/time last modified stamp of a file on the ftp server.

View Article

421 4.7.0 Error: too many connections

Hi Team, We are using the chilkat component to send the mail to the users. when we send the bulk mails(looping through), most of them receiving and some users not are receiving the emails which we sent...

View Article

ASP.NET IIS: Failed to grant minimum permission requests. (Exception from...

I've added your library to web service and when I try to load anything from the site with your .NET Assembly DLL installed I get the following error loading the page in the browser. If I simply remove...

View Article


FTP filename case sensitivity?

The file is not found on the server unless I do a case sensitive filename request. How can I make the GetFile find files in a case insensitive mode?

View Article

Error when using rsa_decrypt in chilkat C/C++ for Android

Here is the log that I received:ChilkatLog: DecryptStringENC: DllDate: Mar 11 2016 ChilkatVersion: 9.5.0.56 UnlockPrefix: NGUYENRSA Architecture: Little Endian; 32-bit Language: Android C/C++...

View Article


SFTP Connect Fails with: Failed to read initial server version string

The initial connection to the SFTP server fails with this error: ... --connectSocket Established TCP/IP connection with SSH server Turning on TCP_NODELAY. --sshConnect sshSetupConnection(8000ms):...

View Article

Issues with rsa_decrypt. I'm using chilkat c/c++ for android and sometimes...

This is my code:rsa.put_EncodingMode("hex"); rsa.put_Utf8(true); rsa.put_Charset("utf-8"); rsa.ImportPrivateKey(privateKey.c_str()); const char *decryptStr = rsa.decryptStringENC(inputString.c_str(),...

View Article


What version of Chilikat do i need

Hi, I have had an application written and the file included in the reference is ChilkatDotNet4.dllIt would appear that the version supplied with the software source code is not licenced so i need to...

View Article

Licensing : Does this call home ?

? Can you please confirm that the installed Chilkit libraries never attempt to to call home as part of the license and/or other update checking etc ?i.e. there is no network traffic being generated...

View Article

Testing Pop3 before buy

Hi support team, I'm testing Pop3 ir order to recive emails, but I've a question.When I made MsgInfo(::oServer:GetMailBoxCount()) App says there are 203 email in serverBut ::oServer:GetAllHeaders(1)...

View Article
Browsing all 1061 articles
Browse latest View live