Our knowledge base is a comprehensive resource designed to help you get the most out of our products. It includes getting started articles that guide you through initial setup, detailed information on specific features, and troubleshooting resources to assist you with any issues you may encounter. Explore our knowledge base to find helpful information about our products and answers to common questions.

How Do I Send Binary Data Over the Network Using VB?

06/14/2004 - I need to exchange some binary data between my applications over the network. What is the easiest way to accomplish this?

Setting File Permissions with the FTP Component

06/11/2004 - Explains how to change file permissions on an FTP server after uploading a file.

Using SITE and QUOTE Commands in FTP

06/11/2004 - Learn how to send custom FTP commands and site-specific commands using the FTP control.

What are the error events good for?

06/09/2004 - I cannot seem to trap any error in the Error event...

Using the Error Event for Asynchronous Errors

06/09/2004 - Learn when to use standard error handling instead of the Error event, and how the Error event applies mainly to asynchronous operations.

Handling Binary Data with Byte Array Properties

06/07/2004 - Learn how to correctly send and receive binary data using byte-array properties to preserve raw byte values in IPWorks components.

How Do I Send Binary Data Over the Network Using C++?

06/07/2004 - How do I send binary data over the network using IPWorks C++ Edition?

FTP: Handling Command Not Recognized Errors

06/07/2004 - Learn why an FTP server may respond with a "command unrecognized" error when using the FTP component and how to diagnose it.

How Active Connections May Affect Process Termination

06/07/2004 - Learn why an application may hang at the end of execution and how to ensure proper shutdown of socket-based components.

How Can I Find Out the IP Address of the Localhost?

06/07/2004 - How can I find out IP address of the localhost?

Event Firing Behavior in Visual FoxPro

06/06/2004 - Explains why events may not fire as expected in Visual FoxPro and how to resolve the issue.

Interrupted Error in Form Load

06/04/2004 - Explains why using components in Form_Load() may cause an "Interrupted" error and how to resolve it.