FTP_GetType

4D - Documentation   Français   English   German   4D Internet Commands, Theme List   4D Internet Commands, Alphabetical List   Back   Previous   Next

version 6.5


FTP_GetType (ftp_ID; ftp_Mode) Integer

ParameterTypeDescription
ftp_IDLongintReference to a FTP login
ftp_ModeString"A" = Ascii; "I" = Image; "L 8" = Logical 8-bit
Function resultIntegerError Code

Description

The command FTP_GetType returns information about the current FTP Transfer mode. The Transfer mode may be set using the FTP_SetType command.

ftp_ID is the long integer reference to the FTP session established with FTP_Login.

ftp_Mode returns a code describing the current FTP transfer mode.

See Also

FTP_SetType.


4D - Documentation   Français   English   German   4D Internet Commands, Theme List   4D Internet Commands, Alphabetical List   Back   Previous   Next