FtpFeature

A supported feature of an FTP server.

Members

Variables

command
const(char)[] command;

The command which is supported, e.g. SIZE.

params
const(char)[] params;

Parameters for this command; e.g. facts for MLST.

Meta