SecureBlackbox 2020 Java Edition

Questions / Feedback?

FTPListEntry Type

Represents a basic container for the remote file details.

Remarks

The class represents the details of a file entry returned by the FTP server.

Fields

EntryFormat
int

The file listing format:

cfefUnknown0
cfefUnix1
cfefWindows2
cfefMLSD3

FileDate
String

File last modification date.

FileType
int

The type of the entry:

cfetUnknown0
cfetDirectory1
cfetFile2
cfetSymlink3
cfetSpecial4
cfetCurrentDirectory5
cfetParentDirectory6

Name
String

The file or directory name.

Path
String

The full path to the file or directory.

RawData
String

The unparsed entry as returned by the server.

Size
long

File size in bytes.

Constructors

public FTPListEntry();

Creates a new FTPListEntry object.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Java Edition - Version 20.0 [Build 8156]