Opened 18 years ago
Last modified 18 years ago
#3059 closed Bug report
wrong progress for sftp
Reported by: | tommywu | Owned by: | Tim Kosse |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | tommywu, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
in Beta2's note: Upload progress for SFTP transfers did
advance too fast
This problem still in beta2. the porgress too fast for
upload and download.
for a 1.4MB compressed file (.7z),
upload: show 100%, but in remote site, still at 800K.
download: show 100%, but still downloading... in
transferred byte up to 2.xMB. (but the file is only
1.4MB after finished)
Note:
See TracTickets
for help on using tickets.
The upload issue seems to be caused by the internal
buffering in fzsftp, it reports 100% as soon as entire file
got read into memory.
The download progress however was really bugged, fixed in
latest CVS.