Fazendo download de arquivos grandes via timeout de SFTP

1

Estou tentando baixar um arquivo de 3 GB de um servidor SFTP. No entanto, continuo recebendo tempo limite. O download de um arquivo de tamanho menor funciona sem problemas. Eu tentei em diferentes estações de trabalho e servidores também, mas sem sorte.

Usando o LFTP, recebi algumas informações de depuração.

---- Running connect program (ssh -a -x -s -l xxxx xx.xx.xx sftp)
---> sending a packet, length=5, type=1(INIT), id=0
<--- Password Authentication
<--- Password: XXXX
<--- got a packet, length=33, type=2(VERSION), id=0
---- protocol version set to 3
---- path on wire is 'file.zip'
---> sending a packet, length=32, type=3(OPEN), id=1
<--- got a packet, length=10, type=102(HANDLE), id=1
---- got file handle 30 (1)
---> sending a packet, length=10, type=8(FSTAT), id=2
---> sending a packet, length=22, type=5(READ), id=3
---> sending a packet, length=22, type=5(READ), id=4
---> sending a packet, length=22, type=5(READ), id=5
---> sending a packet, length=22, type=5(READ), id=6
---> sending a packet, length=22, type=5(READ), id=7
---> sending a packet, length=22, type=5(READ), id=8
---> sending a packet, length=22, type=5(READ), id=9
---> sending a packet, length=22, type=5(READ), id=10
---> sending a packet, length=22, type=5(READ), id=11
---> sending a packet, length=22, type=5(READ), id=12
---> sending a packet, length=22, type=5(READ), id=13
---> sending a packet, length=22, type=5(READ), id=14
---> sending a packet, length=22, type=5(READ), id=15
---> sending a packet, length=22, type=5(READ), id=16
---> sending a packet, length=22, type=5(READ), id=17
<--- got a packet, length=37, type=105(ATTRS), id=2
---- file info: size=3068871392, date=Sun Dec  4 20:01:00 2016
---> sending a packet, length=22, type=5(READ), id=18
**** Timeout - reconnecting

Após o tempo limite, ele tentará novamente e falhará.

Existe um limite nos downloads de arquivos via SFTP, se pode ser o problema?

    
por drum 05.12.2016 / 20:15

0 respostas

Tags