Tools
FEAT FTP command
The FEAT command provides FTP clients with a mechanism of quickly determining what extended features the FTP server supports. If this command is supported, the server will reply with a multi-line response where each line of the response contains an extended feature command supported by the server.
First published date
Last published date
Overview
This article describes the use of the Feature (FEAT) FTP command.
Product section
Resolution
The FEAT command provides FTP clients with a mechanism of quickly determining what extended features the FTP server supports. If this command is supported, the server will reply with a multi-line response where each line of the response contains an extended feature command supported by the server.
In the past, an FTP client would issue an extended command to the server and use the server's response code to determine whether or not it was supported. This is commonly seen when an FTP client issues a "REST 0" (restart) command after logging in to a server. The FEAT command eliminates the need for this type of trial-and-error discovery.