CHAPTER 3

File Transfer API Reference

This chapter describes, in alphabetic order, each item (data type, structure, macro, and function) of the File Transfer applications programming interface. Each description contains the syntax, purpose, and parameters of the item, and the descriptions of functions contain appropriate constants for flags and return values. Many descriptions also contain comments and cross references to associated elements.

The syntax for each item appears in C-language format. In the C-language source files, spell the item names exactly as shown, and use parameters in the given order. Use these items in applications by placing the directive:

#include <fte.h>

at the beginning of the source files.