ANONYMOUSFILETYPESQL (FTP server) statement

Use the ANONYMOUSFILETYPESQL statement to control the access of anonymous users to the FTP server running in SQL mode (FILETYPE=SQL).

Restriction: This statement is recognized only when ANONYMOUSLEVEL 3 or greater is specified.

Syntax

Read syntax diagramSkip visual syntax diagram
   .-ANONYMOUSFILETYPESQL FALSE------.   
>>-+---------------------------------+-------------------------><
   '-ANONYMOUSFILETYPESQL--+-FALSE-+-'   
                           '-TRUE--'     

Parameters

TRUE
Anonymous users can log into an FTP server running with the FILETYPE=SQLsetting, and anonymous users can issue the SITE FILETYPE=SQL command.
FALSE
Anonymous users cannot log into an FTP server running with the FILETYPE=SQL setting, and anonymous users cannot issue the SITE FILETYPE=SQL command.

Examples

Set the anonymous environment to allow anonymous users to enter SITE FILETYPE=SQL:
ANONYMOUSFILETYPESQL TRUE

Usage notes

If you specify the FILETYPE statement, its setting must be consistent with the ANONYMOUSFILEYTPESQL setting or anonymous users are not able to log in to FTP.

Related topics