SKOPOS-ELEMENTS / SFTPTools_Alteryx

📦 Tools for downloading & uploading files from/to SFTP servers in Alteryx. Based on the Python SDK.
MIT License
5 stars 1 forks source link

int too large to convert to C long #13

Open Luipiu opened 2 years ago

Luipiu commented 2 years ago

Describe the bug If the file size is greater than integer type we took this error: File "SKOPOSSFTPDownload_v1.0Engine.py", line 426, in pi_push_all_records File "SKOPOSSFTPDownload_v1.0Engine.py", line 472, in _process_file OverflowError: Python int too large to convert to C long

To Reproduce Download a file of more 3GB

Desktop (please complete the following information):

Luipiu commented 2 years ago

I resolved updating the download python module using int64 SKOPOSSFTPDownload_v1.0Engine.zip