Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SFTP putfo returns null attributes on empty file (regression) #142

Closed
jaraco opened this issue Mar 4, 2013 · 1 comment
Closed

SFTP putfo returns null attributes on empty file (regression) #142

jaraco opened this issue Mar 4, 2013 · 1 comment

Comments

@jaraco
Copy link
Contributor

jaraco commented 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.

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 fixes paramiko#142.
jaraco added a commit to jaraco/paramiko that referenced this issue Mar 4, 2013
@jaraco jaraco mentioned this issue Mar 4, 2013
@bitprophet
Copy link
Member

See #143

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants