move-coop / parsons

A python library of connectors for the progressive community.
Other
254 stars 125 forks source link

SFTP utility can include timeout #1081

Open austinweisgrau opened 1 week ago

austinweisgrau commented 1 week ago

This change allows setting a timeout on the SFTP connection. If set, a TimeoutExcept will be raised if the SFTP server does not respond for the number of seconds set by the timeout.