E-Payment Integrator 2020 Python Edition

Questions / Feedback?

ftp_password Property

The password to login with.

Syntax

def get_ftp_password() -> str: ...
def set_ftp_password(value: str) -> None: ...

ftp_password = property(get_ftp_password, set_ftp_password)

Default Value

""

Remarks

The password to login with. This property must be set before the class begins a file upload.

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Python Edition - Version 20.0 [Build 7941]