pydoc
unread,Mar 22, 2012, 3:12:26 PM3/22/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pysftp
Hi,
I am on a mac os x 10.7.3 with python 2.7.1. I have tried lot of
suggestions to get around this problem in paramiko and even using
pysftp module I am unable to get past this problem. Any help would be
greatly appreciated.
$ ./test.py
Traceback (most recent call last):
File "./test.py", line 7, in <module>
srv.get('2012-03-22.tar.gz')
File "build/bdist.macosx-10.7-intel/egg/pysftp.py", line 90, in get
File "build/bdist.macosx-10.7-intel/egg/paramiko/sftp_client.py",
line 607, in get
File "build/bdist.macosx-10.7-intel/egg/paramiko/sftp_client.py",
line 337, in stat
File "build/bdist.macosx-10.7-intel/egg/paramiko/sftp_client.py",
line 635, in _request
File "build/bdist.macosx-10.7-intel/egg/paramiko/sftp_client.py",
line 682, in _read_response
File "build/bdist.macosx-10.7-intel/egg/paramiko/sftp_client.py",
line 708, in _convert_status
IOError: [Errno 2] The message [/Inbox/2012-03-22.tar.gz] is not
extractable!
thanks