FtpFileInfo

Information about a file in an FTP listing.

Members

Variables

create
Time create;

Creation time, if available (not often.)

facts
const(char)[][const(char)[]] facts;

An associative array of all facts returned by the server, lowercased.

mime
const(char)[] mime;

The file's mime type, if known.

modify
Time modify;

Modification time, if available.

name
const(char)[] name;

The filename.

size
ulong size;

Size in bytes (8 bit octets), or ulong.max if not available.

type
FtpFileType type;

Its type.

Meta