SecureBlackbox 2020 macOS 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
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

handle
Int64

Allows to get or set a 'handle', a unique identifier of the underlying property object. Use this property to assign objects of the same type in a quicker manner, without copying them fieldwise.

When you pass a handle of one object to another, the source object is copied to the destination rather than assigned. It is safe to get rid of the original object after such operation.

  pdfSigner.setSigningCertHandle(certMgr.getCertHandle());

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
Int64

File size in bytes.

Constructors

public init()

Creates a new FTPListEntry object.

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