Set it to TRUE to initiate an active data connection. Set it to FALSE to initiate a passive data connection.
FTPv4 server port number of data connection. If it is zero, use (ServerPort - 1) by convention.
Defines the file structure in FTP used. 0x00 = file, 0x01 = record, 0x02 = page.
IP address of gateway if UseDefaultSetting is FALSE.
Pointer to a ASCII string that contains password. The caller is responsible for freeing Password after GetModeData() is called.
A byte indicate the representation type. The right 4 bit is used for first parameter, the left 4 bit is use for second parameter
IP address of FTPv4 server.
FTPv4 server port number of control connection, and the default value is 21 as convention.
IP address of station if UseDefaultSetting is FALSE.
Subnet mask of station if UseDefaultSetting is FALSE.
Defines the transifer mode used in FTP. 0x00 = stream, 0x01 = Block, 0x02 = Compressed.
Boolean value indicating if default network settting used.
Pointer to a ASCII string that contains user name. The caller is responsible for freeing Username after GetModeData() is called.