SecureBlackbox 2020 Android Edition

Questions / Feedback?

ClientFileEntry Property

A container for file entry details.

Syntax

public SFTPListEntry getClientFileEntry();
public void setClientFileEntry(SFTPListEntry clientFileEntry);

Remarks

This property is a placeholder for file entry details. Use it communicate file detailsfrom your code to the server component and back. Pass the contents of ClientFileEntry to the serverwith SetClientFileEntry method, and retrieve them with GetClientFileEntry method.

This property may come handy when customizing file system operations, suchas file listings or attribute requests.

This property is not available at design time.

Default Value

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