|
|||||
FTP | |||||
Functions | Platforms |
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 external function library consists of the following files:
The FTP external function library requires OmniMark 4.0 or higher.
To use this library, you must include the following code near the beginning of your program:
; name and location of the library file declare function-library "omftp" ; FTP function and constant declarations include "omftp.xin"
---- |