python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
SFTP download with pysftp put fails with "FileNotFoundError: [Errno 2] No such file or directory"
I am trying to automate the transfer of files from an SFTP sever through Airflow, but I am running into a problem where I cannot save the files anywhere except to the root folder.
Here is a snippet of...
biomed
Votes: 0
Answers: 1
Download multiple files from SFTP server using python in a loop
The file download works well with individual files but when I run it in a for loop to download multiple files at once, it keeps crashing after downloading the first file. I tried multiple things but t...
buddha viswa sai pavan
Votes: 0
Answers: 1
Pyshp reading shapefile: "error: int too large to convert"
Follow up from Read SHP file from SFTP using pysftp for more context.
I am trying to use pyshp and pysftp to read a shapefile and convert to a GeoPandas geodataframe. This has worked successfully for ...
jtownsend
Votes: 0
Answers: 2