Re: Continue mode in fish protocol - change ibs?
[email protected] (Piotr Krukowiecki)
| Newsgroups | gmane.network.lftp.devel |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Nov 09, 2004 at 02:29:05PM +0100, Piotr Krukowiecki wrote: > Also there seems to be a bug somewhere in the fish protocol handling. > Suddenly the output of the file started to be outputted on stdout/stderr > (at least it seemed so). Maybe it was because the remote file was > growing when i was downloadin it? > I'll try to debug it. Looks like i was right: ---> #INFO <file> ls -lLd <file>; echo '### 200' <--- -rw-r--r-- 1 piotr piotr 78426112 Nov 9 13:37 <file> <--- ### 200 ---> #RETRP 62820352 <file> ls -lLd <file>; echo '### 100'; cat <file>|(dd ibs=1 count=62820352 of=/dev/null 2>/dev/null;cat); echo '### 200' <--- -rw-r--r-- 1 piotr piotr 78426112 Nov 9 13:37 <file> <--- ### 100 ---- Przesłano wszystko (calosci) [This mean "sent all"] <--- [file contents from here]