Detailed Description

Constants.

Typedef Documentation

typedef enum \fBglobus_ftp_control_dcau_mode_e\fP \fBglobus_ftp_control_dcau_mode_t\fP

GridFTP DCAU values. The enumeration values match the character value of the argument to DCAU.

typedef enum \fBglobus_ftp_control_mode_e\fP \fBglobus_ftp_control_mode_t\fP

GridFTP MODE values. The enumeration values match the character value of the argument to MODE.

typedef enum \fBglobus_ftp_control_striping_mode_e\fP \fBglobus_ftp_control_striping_mode_t\fP

GridFTP Striping Types. The enumeration values match the types of striping handled by the GridFTP server.

typedef enum \fBglobus_ftp_control_type_e\fP \fBglobus_ftp_control_type_t\fP

GridFTP TYPE values. The enumeration values match the character value of the argument to TYPE.

Enumeration Type Documentation

enum \fBglobus_ftp_control_dcau_mode_e\fP

GridFTP DCAU values. The enumeration values match the character value of the argument to DCAU.

Enumerator

GLOBUS_FTP_CONTROL_DCAU_NONE

No Authorization

GLOBUS_FTP_CONTROL_DCAU_SELF

Self Authorization

GLOBUS_FTP_CONTROL_DCAU_SUBJECT

Subject Authorization

GLOBUS_FTP_CONTROL_DCAU_DEFAULT

Default Authorization

enum \fBglobus_ftp_control_mode_e\fP

GridFTP MODE values. The enumeration values match the character value of the argument to MODE.

Enumerator

GLOBUS_FTP_CONTROL_MODE_NONE

Undefined MODE

GLOBUS_FTP_CONTROL_MODE_STREAM

Stream Mode

GLOBUS_FTP_CONTROL_MODE_BLOCK

Block Mode

GLOBUS_FTP_CONTROL_MODE_EXTENDED_BLOCK

Extended Block Mode

GLOBUS_FTP_CONTROL_MODE_COMPRESSED

Compressed Mode

enum \fBglobus_ftp_control_protection_t\fP

GridFTP Protection Types. The enumeration values match the types of protection handled by the GridFTP server.

Enumerator

GLOBUS_FTP_CONTROL_PROTECTION_CLEAR

Clear protection

GLOBUS_FTP_CONTROL_PROTECTION_SAFE

Safe (integrity) protection

GLOBUS_FTP_CONTROL_PROTECTION_CONFIDENTIAL

Confidential (encrypted) protection

GLOBUS_FTP_CONTROL_PROTECTION_PRIVATE

Private (integrity and encrypted) protection

enum \fBglobus_ftp_control_striping_mode_e\fP

GridFTP Striping Types. The enumeration values match the types of striping handled by the GridFTP server.

enum \fBglobus_ftp_control_type_e\fP

GridFTP TYPE values. The enumeration values match the character value of the argument to TYPE.

Enumerator

GLOBUS_FTP_CONTROL_TYPE_NONE

Undefined TYPE

GLOBUS_FTP_CONTROL_TYPE_ASCII

ASCII TYPE

GLOBUS_FTP_CONTROL_TYPE_EBCDIC

EBCDIC TYPE

GLOBUS_FTP_CONTROL_TYPE_IMAGE

Image TYPE

GLOBUS_FTP_CONTROL_TYPE_LOCAL

Local TYPE

Author

Generated automatically by Doxygen for globus_ftp_control from the source code.