E-Payment Integrator 2020 Python Edition

Questions / Feedback?

ftp_remote_file Property

The name of the file as it will appear on the server after upload.

Syntax

def get_ftp_remote_file() -> str: ...
def set_ftp_remote_file(value: str) -> None: ...

ftp_remote_file = property(get_ftp_remote_file, set_ftp_remote_file)

Default Value

""

Remarks

The name of the file as it will appear on the server after upload. The ftp_remote_file can contain only the file name, an absolute path and filename, or a relative path based on ftp_remote_path.

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