FS#33770 - [lftp] not downloading/uploading files
Attached to Project:
Arch Linux
Opened by Fraterius (Fraterius) - Friday, 08 February 2013, 16:55 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 12 February 2013, 19:24 GMT
Opened by Fraterius (Fraterius) - Friday, 08 February 2013, 16:55 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 12 February 2013, 19:24 GMT
|
Details
Description:
Instead of downloading files it just continuesly waits with no action and no progress (0% all the time) never mind whether I use put, get or mirror always the same result, I need to send interrupt signal. If I downgrade to version 4.4.2-1 everything works just fine. Additional info: 4.4.3-1 tried to debug, I've set debug to 3 and 5 but the log seems to be useless I didn't tried ftp or http traffic only sftp Steps to reproduce: Connect to remote sftp server using key with password and try to download/upload any file or mirror folder. Everything works with previous version of lftp. |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Tuesday, 12 February 2013, 19:24 GMT
Reason for closing: Fixed
Additional comments about closing: built 4.4.3-2 with the changed source.
Tuesday, 12 February 2013, 19:24 GMT
Reason for closing: Fixed
Additional comments about closing: built 4.4.3-2 with the changed source.
I'll try to debug it and put here some logs.
With debug set to 5, you should see some activity that looks like this:
lftp anonymous@ftp.freenet.de:/pub/mirc.com> get mirc635.txt
---> SIZE mirc635.txt
<--- 213 5988
---> MDTM mirc635.txt
<--- 213 20081017195236
---> PASV
<--- 227 =(194,97,2,67,223,134).
---- Connecting data socket to (194.97.2.67) port 57222
---> RETR mirc635.txt
When you try it on 4.4.3, with debug set to 5, you see nothing after you issue the get command, and eventually the server kicks you for sitting idle.
If this can't be fixed before the next upstream release then the last working version should be pushed back to the repo. As it is, the package is broken (which imo warrants a "high"severity rating).