E-Payment Integrator 2020 Python Edition

Questions / Feedback?

ftp_user Property

The user id to login as.

Syntax

def get_ftp_user() -> str: ...
def set_ftp_user(value: str) -> None: ...

ftp_user = property(get_ftp_user, set_ftp_user)

Default Value

""

Remarks

The user id to login as. 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]