Server dropped connexion during sftp get

Bug #1197284 reported by ToR
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
paramiko
New
Undecided
Unassigned

Bug Description

Hi,

I have a problem while I am getting a file from a SFTP server. I am using Python2.5 & Python2.7 with paramiko 1.7&1.10.1, I have the same "bug" with those different configurations...

The remote file's size is 600Mo
I download 500 and after an SSHException EOFError raise
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python25\lib\site-packages\paramiko\sftp_client.py", line 614, in get
    data = fr.read(32768)
  File "C:\Python25\lib\site-packages\paramiko\file.py", line 153, in read
    new_data = self._read(read_size)
  File "C:\Python25\lib\site-packages\paramiko\sftp_file.py", line 152, in _read
    data = self._read_prefetch(size)
  File "C:\Python25\lib\site-packages\paramiko\sftp_file.py", line 132, in _read_prefetch
    self.sftp._read_response()
  File "C:\Python25\lib\site-packages\paramiko\sftp_client.py", line 667, in _read_response
    raise SSHException('Server connection dropped: %s' % (str(e),))
paramiko.SSHException: Server connection dropped:

I don't understand why. With an other library I can download the file, but I would like continue to use paramiko :)

Is there any patch/issue related to this error ? (I didn't find anything on my google friend...:S)

Thanks for your help !

ToR

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.