You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.
In fabric issue #881, an issue was identified where Paramiko will return a null response for putfo (sftp_client.py) even if confirm=True is indicated if the file is empty.
The text was updated successfully, but these errors were encountered:
jaraco
added a commit
to jaraco/paramiko
that referenced
this issue
Mar 4, 2013
…ameter is to be passed to the callback, and there's no reason to think this parameter is relevant in affecting whether a useful stat object has been passed (especially when the 'confirm' parameter is explicitly supplied for that decision. This fixesparamiko#142.
jaraco
added a commit
to jaraco/paramiko
that referenced
this issue
Mar 4, 2013
In fabric issue #881, an issue was identified where Paramiko will return a null response for putfo (sftp_client.py) even if confirm=True is indicated if the file is empty.
The text was updated successfully, but these errors were encountered: