FTP support (OMFTP)

The FTP library is a collection of external functions that provides FTP functionality to OmniMark programs. This library is used to access remote file systems through FTP servers.

The FTP client external function library consists of the following files:

  • A dynamic link library, such as omftp.dll or omftp.so, which contains the implementation of the OmniMark FTP API. The library file is dynamically loaded the first time any FTP function is called.
  • The file omftp.xin, the OmniMark include file that defines the FTP opaque type declarations, external function declarations, and required predefined values.

The FTP external function library requires OmniMark 6.0 or higher.

To use this library, you must include the following code near the beginning of your program:

  ; FTP function and constant declarations
  include "omftp.xin"