ANONYMOUSFILETYPESEQ (FTP server) statement

Use the ANONYMOUSFILETYPESEQ statement to control the access of anonymous users to the FTP server running in normal mode (FILETYPE=SEQ). This statement is recognized only when ANONYMOUSLEVEL 3 or greater is specified.

Syntax

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

Parameters

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

Examples

Set the anonymous environment to allow anonymous users to enter SITE FILETYPE=SEQ:
ANONYMOUSFILETYPESEQ TRUE

Usage notes

Most FTP servers allow anonymous users to use filetype SEQ.

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

Related topics