IPWorks SFTP 2020 Python Edition

Questions / Feedback?

file_acl Property

A string containing an Access Control List (ACL).

Syntax

def get_file_acl() -> str: ...
def set_file_acl(value: str) -> None: ...

file_acl = property(get_file_acl, set_file_acl)

Default Value

""

Remarks

A string containing an Access Control List (ACL).

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SFTP 2020 Python Edition - Version 20.0 [Build 8263]