E-Payment Integrator 2020 Python Edition

Questions / Feedback?

ftp_timeout Property

A timeout to use when uploading via FTP.

Syntax

def get_ftp_timeout() -> int: ...
def set_ftp_timeout(value: int) -> None: ...

ftp_timeout = property(get_ftp_timeout, set_ftp_timeout)

Default Value

60

Remarks

A timeout to use when uploading via FTP.

When uploading the X9.37 file to the FTP ftp_remote_host, the class will use this property to determine how long to wait for the operation to complete before returning control. The ftp_timeout property cannot be set to 0

The default value for the timeout property is 60 (seconds).

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