< Home

feat

Function

The feat command displays the extension commands supported at FTP server.

Format

feat

Parameters

None

Views

FTP client view

Default Level

3: Management level

Usage Guidelines

You can view the list of extension commands that an FTP server supports. For example, the following extensions are supported:

  • AUTH TLS - Authentication Transport Layer Security
  • PROT - Data Channel Protection Level
  • PBSZ - Protection Buffer Size

Example

# Display the extension commands supported at FTP server.

[ftp] feat
211-Extension Supported
AUTH TLS
PROT
PBSZ
211 End
Table 1 Description of the feat command output

Item

Description

211

FTP reply code 211 indicates the system status or system help reply.

AUTH TLS

Indicates the AUTH TLS command is supported.

PROT

Indicates the PROT command is supported.

PBSZ

Indicates the PBSZ command is supported.

Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >