Hitachi

For Windows 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‒2: Functions supported by the JP1/FTP API library

Function

Function name

Establish connection with JP1/FTP

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()

Cancel transmission

fts_ftp_cancel()

Release connection with JP1/FTP

fts_ftp_close()

Note

In addition to those listed above, the following functions are provided in order to maintain compatibility with earlier versions of JP1/FTP:

  • fts_ftp_open()

  • fts_ftp_syn_request()

  • fts_ftp_asyn_request()

  • fts_ftp_event()