FTP Upload Files to Web Server?

Question: We are trying out the FTP2 ActiveX component for ASP. What we need to do is have people be able to upload files to the web server over the Internet. Is this component able to do this – or can it only FTP files that are already on the web server? Answer: This is a common question. The need […]

Not all POP3 emails seen?

Question: Our problem that in the POP3 incoming account there are 400 mails but the developer’s UIDL query can see only the first 251 mails and downloads only 251 mails. Answer: There may be several common reasons.  The first thing to do is to verify number of emails in the mailbox by calling the mailman.GetMailboxCount method.  It sends a STAT […]

FTP Delete – What if file doesn’t exist on server?

Question: There is a possibility that the file to be deleted does not actually exist, so can I do a test first so that i only delete if it is present and thus avoid any nasty warning about missing files? Answer: The Chilkat components/libraries never pop up warnings or display error messages — they simply return success/failure status and provide […]

Debugging Self-Extracting Executables at Runtime

Question: Some of our users are reporting that the self-extracting file reports “Failed to extract file”. The user has admin access to the file system and the file is not corrupted. Answer: When running the self-extracting EXE, use the “-log” command line option to generate a log file with error information. If the reason for failure is not clear, send […]

Opening Zip Files in COM+

This blog post describes the solution to a problem experienced by a Chilkat customer trying to open a .zip archive using the Chilkat Zip ActiveX component in COM+. His/her code worked in a typical application environment, but not in COM+. The error occurred when trying to open a large .zip. The solution was to enable compensation and 3GB support (see […]

Multiple SSH Tunnels – ODBC Connection

Question: Hi, I’m extremely interested in purchasing the Chilikat SSH dll. Let me describe my situation: I have several host sites (approximately 70 of them) that allow me to connect to their SSH servers. All of these sites have a database server (sitting on the same server as the ssh server) accepting connections on port 1937. I have been successful […]

Ms-Exch-SMTP-Submit Permissions problem seems like invalid login/password

This just came to our attention. When sending email using Exchange Server, a Ms-Exch-SMTP-Submit Permissions problem seems like an incorrect login/password error. A sample of the Chilkat.MailMan’s LastErrorXml is shown below. To get more information, Google “Ms-Exch-SMTP-Submit permission”… <ChilkatLog> <SendEmail> <DllDate>Mar 6 2009</DllDate> <UnlockPrefix>anything for 30-day trial</UnlockPrefix> <Username>***</Username> <Component>Java</Component> <Recipients> <NumTo>1</NumTo> <To>***</To> <NumCC>0</NumCC> <NumBCC>0</NumBCC> </Recipients> <info>Need new SMTP connection</info> <SMTP_Connect> […]

Private Key Warning Dialog

If your application is using a pre-installed certificate for creating a digital signature, or for decrypting, then it needs access to the private key. (By pre-installed, we mean a certificate that has been imported from a PFX (or via the browser) into a Windows registry-based certificate store.) If you chose to enable strong private key protection, then the Windows operating […]