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.

Latest KB Entries

OFTPServer Code Example: Sending a file from a stream

02/28/2014 - OFTPServer can send files from a stream.

OFTP Code Example: Secure authentication

02/28/2014 - OFTPClient and OFTPServer support secure authentication.

IMAP moved message not being deleted.

02/26/2014 - When calling the MoveToMailbox method, the original message is not deleted.

Zip Code Example: Real time addition of files to an archive

02/21/2014 - The Zip component supports adding files to an archive as they become available.

AS3 Code Example: Sending and Receiving

02/13/2014 - Sample code for sending and receiving EDI data with AS3 is shown below.

Configure traffic throttling

02/12/2014 - How can I configure traffic throttling?

OpenPGP Code Example: Set the PGP Version header

02/11/2014 - When encrypting or signing the PGP Version header can be set to any value.

OpenPGP Code Example: Encrypt with .asc key file

02/07/2014 - Key files can be used directly to encrypt and verify signatures.

.Net components hang when accessing GUI from events

02/05/2014 - When I access the GUI from within the event of an asynchronous component,

In .Net, GUI components have to be accessed only from the GUI thread. If you try updating GUI components while inside an event of an asynchronous component, the application could freeze.