SecureBlackbox 2020 Kotlin Edition

Questions / Feedback?

FTPListEntry Type

Represents a basic container for the remote file details.

Remarks

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

Fields

EntryFormat
FTPFileFormats

The file listing format:

cfefUnknown0
cfefUnix1
cfefWindows2
cfefMLSD3

FileDate
String?

File last modification date.

FileType
FTPFileTypes

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 constructor()

Creates a new FTPListEntry object.

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