contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
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"

Functions
   FTPConnectionChangeDir
   FTPConnectionClose
   FTPConnectionDelete
   FTPConnectionDeleteDir
   FTPConnectionGetStatusReport
   FTPConnectionGetWorkingDir
   FTPConnectionIsInError
   FTPConnectionIsOpen
   FTPConnectionListDir
   FTPConnectionMakeDir
   FTPConnectionOpen
   FTPConnectionRemoteInputFile
   FTPConnectionRemoteOutputFile
   FTPConnectionSetASCII
   FTPConnectionSetBinary
   FTPIsVersionCompatible
   FTPLibraryVersion
 
Platforms
   HP/UX
   Solaris
   Win 95
   Win NT
 
----  

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:01:26 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.