PLBFTP_LOG_FTP Keyword
10.4
PLBFTP_LOG_FTP={mode}
This keyword specifies the PWS FTP Server log mode where PWS FTP Server operations are output to the log file identified by the PLBWEB_LOGNAME or PLBWEB_LOGFILE.
If this keyword is not specified or the {mode} value is zero, no FTP operations are logged.
Note:
1. The parameter values are:
|
Value |
Log ... |
|
0x0 |
nothing (disabled) |
|
0x1 |
all FTP operations. |
|
0x2 |
FTP commands. |
|
0x4 |
FTP responses. |
|
0x8 |
FTP connections. |
|
0x10 |
FTP closes. |
|
0x40 |
FTP system errors |
Example:
PLBFTP_LOG_FTP=0x18
See Also: Server Configuration Keywords, Server Command Line
![]() |