📄 appfftp.h
字号:
#define aftp_extract_allocation_size FTEAS
#define aftp_extract_block_size FTEBS
#define aftp_extract_date_mode FTEDM
#define aftp_extract_destination FTEDST
#define aftp_extract_data_type FTEDT
#define aftp_extract_mode_name FTEMN
#define aftp_extract_partner_LU_name FTEPLU
#define aftp_extract_password FTEPW
#define aftp_extract_record_format FTERF
#define aftp_extract_record_length FTERL
#define aftp_extract_security_type FTEST
#define aftp_extract_tp_name FTETPN
#define aftp_extract_trace_level FTETL
#define aftp_extract_userid FTEUI
#define aftp_extract_write_mode FTEWM
#define aftp_format_error FTFE
#define aftp_get_date_mode_string FTGDMS
#define aftp_get_data_type_string FTGDTS
#define aftp_get_record_format_string FTGRFS
#define aftp_get_write_mode_string FTGWMS
#define aftp_local_change_dir FTLCD
#define aftp_local_dir_close FTLDC
#define aftp_local_dir_open FTLDO
#define aftp_local_dir_read FTLDR
#define aftp_load_ini_file FTLIF
#define aftp_local_query_current_dir FTLQCD
#define aftp_query_bytes_transferred FTQBT
#define aftp_query_current_dir FTQCD
#define aftp_query_local_system_info FTQLSI
#define aftp_query_local_version FTQLV
#define aftp_query_system_info FTQSYS
#define aftp_remove_dir FTRD
#define aftp_receive_file FTRECV
#define aftp_rename FTREN
#define aftp_set_allocation_size FTSAS
#define aftp_set_block_size FTSBS
#define aftp_set_destination FTSDEST
#define aftp_set_date_mode FTSDM
#define aftp_set_data_type FTSDT
#define aftp_send_file FTSEND
#define aftp_set_mode_name FTSMN
#define aftp_set_password FTSP
#define aftp_set_record_format FTSRF
#define aftp_set_record_length FTSRL
#define aftp_set_security_type FTSST
#define aftp_set_trace_filename FTSTF
#define aftp_set_trace_level FTSTL
#define aftp_set_tp_name FTSTP
#define aftp_set_userid FTSU
#define aftp_set_write_mode FTSWM
#define ftcd FTCD
#define ftclose FTCLOSE
#define ftconn FTCONN
#define ftcreate FTCREATE
#define ftcrtdir FTCRTDIR
#define ftdel FTDEL
#define ftdestry FTDESTRY
#define ftdircls FTDIRCLS
#define ftdiropn FTDIROPN
#define ftdirrd FTDIRRD
#define fteas FTEAS
#define ftebs FTEBS
#define ftedm FTEDM
#define ftedst FTEDST
#define ftedt FTEDT
#define ftemn FTEMN
#define fteplu FTEPLU
#define ftepw FTEPW
#define fterf FTERF
#define fterl FTERL
#define ftest FTEST
#define ftetpn FTETPN
#define fteui FTEUI
#define ftewm FTEWM
#define ftfe FTFE
#define ftgdms FTGDMS
#define ftgdts FTGDTS
#define ftgrfs FTGRFS
#define ftgwms FTGWMS
#define ftlcd FTLCD
#define ftldc FTLDC
#define ftldo FTLDO
#define ftldr FTLDR
#define ftlif FTLIF
#define ftlqcd FTLQCD
#define ftqbt FTQBT
#define ftqcd FTQCD
#define ftqlsi FTQLSI
#define ftqlv FTQLV
#define ftqsys FTQSYS
#define ftrd FTRD
#define ftrecv FTRECV
#define ftren FTREN
#define ftsas FTSAS
#define ftsbs FTSBS
#define ftsdest FTSDEST
#define ftsdm FTSDM
#define ftsdt FTSDT
#define ftsend FTSEND
#define ftstl FTSTL
#define ftstf FTSTF
#define ftetl FTETL
#define ftsmn FTSMN
#define ftsp FTSP
#define ftsrf FTSRF
#define ftsrl FTSRL
#define ftsst FTSST
#define ftstp FTSTP
#define ftsu FTSU
#define ftswm FTSWM
/**********************************************************************
* AFTP Function Prototypes
**********************************************************************/
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
AFTP_ENTRY
aftp_change_dir(
IN unsigned char AFTP_PTR connection_id,
IN unsigned char AFTP_PTR directory,
IN AFTP_LENGTH_TYPE length,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_close(
IN unsigned char AFTP_PTR connection_id,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_connect(
IN unsigned char AFTP_PTR connection_id,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_create(
OUT unsigned char AFTP_PTR connection_id,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_create_dir(
IN unsigned char AFTP_PTR connection_id,
IN unsigned char AFTP_PTR directory,
IN AFTP_LENGTH_TYPE length,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_delete(
IN unsigned char AFTP_PTR connection_id,
IN unsigned char AFTP_PTR filename,
IN AFTP_LENGTH_TYPE length,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_destroy(
IN unsigned char AFTP_PTR connection_id,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_dir_close(
IN unsigned char AFTP_PTR connection_id,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_dir_open(
IN unsigned char AFTP_PTR connection_id,
IN unsigned char AFTP_PTR filespec,
IN AFTP_LENGTH_TYPE length,
IN AFTP_FILE_TYPE_TYPE file_type,
IN AFTP_INFO_LEVEL_TYPE info_level,
OUT unsigned char AFTP_PTR path,
IN AFTP_LENGTH_TYPE path_buffer_length,
OUT AFTP_LENGTH_TYPE AFTP_PTR path_returned_length,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_dir_read(
IN unsigned char AFTP_PTR connection_id,
IN unsigned char AFTP_PTR dir_entry,
IN AFTP_LENGTH_TYPE dir_entry_size,
OUT AFTP_LENGTH_TYPE AFTP_PTR returned_length,
OUT AFTP_BOOLEAN_TYPE AFTP_PTR no_more_entries,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_extract_allocation_size(
IN unsigned char AFTP_PTR connection_id,
OUT AFTP_ALLOCATION_SIZE_TYPE AFTP_PTR allocation_size,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_extract_block_size(
IN unsigned char AFTP_PTR connection_id,
OUT AFTP_BLOCK_SIZE_TYPE AFTP_PTR block_size,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_extract_data_type(
IN unsigned char AFTP_PTR connection_id,
OUT AFTP_DATA_TYPE_TYPE AFTP_PTR data_type,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_extract_date_mode(
IN unsigned char AFTP_PTR connection_id,
OUT AFTP_DATE_MODE_TYPE AFTP_PTR date_mode,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_extract_destination(
IN unsigned char AFTP_PTR connection_id,
OUT unsigned char AFTP_PTR destination,
IN AFTP_LENGTH_TYPE destination_size,
OUT AFTP_LENGTH_TYPE AFTP_PTR returned_length,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_extract_mode_name(
IN unsigned char AFTP_PTR connection_id,
OUT unsigned char AFTP_PTR mode_name,
IN AFTP_LENGTH_TYPE mode_name_size,
OUT AFTP_LENGTH_TYPE AFTP_PTR returned_length,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_extract_partner_LU_name(
IN unsigned char AFTP_PTR connection_id,
OUT unsigned char AFTP_PTR partner_LU_name,
IN AFTP_LENGTH_TYPE partner_LU_name_size,
OUT AFTP_LENGTH_TYPE AFTP_PTR returned_length,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_extract_password(
IN unsigned char AFTP_PTR connection_id,
OUT unsigned char AFTP_PTR password,
IN AFTP_LENGTH_TYPE password_size,
OUT AFTP_LENGTH_TYPE AFTP_PTR returned_length,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_extract_record_format(
IN unsigned char AFTP_PTR connection_id,
OUT AFTP_RECORD_FORMAT_TYPE AFTP_PTR record_format,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_extract_record_length(
IN unsigned char AFTP_PTR connection_id,
OUT AFTP_RECORD_LENGTH_TYPE AFTP_PTR record_length,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_extract_security_type(
IN unsigned char AFTP_PTR connection_id,
OUT AFTP_SECURITY_TYPE AFTP_PTR security_type,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_extract_tp_name(
IN unsigned char AFTP_PTR connection_id,
OUT unsigned char AFTP_PTR tp_name,
IN AFTP_LENGTH_TYPE tp_name_size,
OUT AFTP_LENGTH_TYPE AFTP_PTR returned_length,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
aftp_extract_trace_level(
OUT AFTP_TRACE_LEVEL_TYPE AFTP_PTR trace_level,
OUT AFTP_RETURN_CODE_TYPE AFTP_PTR rc);
AFTP_ENTRY
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -