Hitachi

For UNIX Systems Job Management Partner 1 Version 10 Job Management Partner 1/File Transmission Server/FTP Description, Reference and Operator's Guide


List of functions

The following table lists and describes the functions supported by the JP1/FTP API library.

Table 7‒1: Functions supported by the JP1/FTP API library

Function

Function name

Establish connection with the JP1/FTP daemon

fts_ftp_open_ex()

Register transmission requests (synchronous)

fts_ftp_syn_request_ex()

Register transmission requests (asynchronous)

fts_ftp_asyn_request_ex()

Obtain the transmission-end results

fts_ftp_event_ex()

Release connection with JP1/FTP

fts_ftp_close()

Obtain transmission information

fts_ftp_get_card_info()

Reference the full_trans_size and full_trans_size_comp transmission-end structure members

fts_ftp_buftoll()

About the provided functions (for HP-UX, Solaris, or AIX)

In addition to the above, fts_ftp_open(), fts_ftp_syn_request(), fts_ftp_asyn_request(), and fts_ftp_event() are provided for the purpose of compatibility with earlier versions of JP1/FTP. Note that the library for multi-thread programs (libftsftp_r.*) does not provide fts_ftp_syn_request(), fts_ftp_asyn_request(), or fts_ftp_event().

About the provided functions (for Linux)

In addition to the above, fts_ftp_open() is provided for the purpose of compatibility with earlier versions of JP1/FTP.