Specifications
508
Syntax: CALL "FTP.FN3" .fcFSysGet PARA%, ftp.para
where ftp.para is FTP.PARA% or FTP.PARA$
Description: This function gets the current setting for the specified FTP system settings.
Parameters:
PARA% Item number
Return value:
ftp.para Current setting for FTP system settings of type integer/
string (
FTP.PARA%/FTP.PARA$)
Correspondence tables:
.fcFSysGet Get FTP system settings
Item number
(PARA%)
Description Values for Setting (FTP.PARA%)
.ftCRLFTyp 5 Line delimiter 0 (CR-LF), 1 (LF),
2 (CR), 3 (None)
.ftCRLFMd 6 Treatment of line delimiters
inside records
0 (separators), 1 (data)
.ftUpMd 7 Upload mode 0 (overwrite), 1 (append)
.ftDispMd 8 Progress display 0 (disable), 1 (enable)
Item number
(PARA%)
Description Values for Setting (FTP.PARA$)
.ftSrvIP 1 IP address for FTP server Character string in dotted quad
notation, maximum 15 bytes
.ftUsrNm 2 User name for FTP authen-
tication
Character string, maximum of 16
bytes
.ftPswd 3 Password for FTP authenti-
cation
Character string, maximum of 16
bytes
.ftDefDir 4 Initial directory on FTP
server
Character string, maximum of 63
bytes