lavv17 / lftp

sophisticated command line file transfer program (ftp, http, sftp, fish, torrent)
http://lftp.yar.ru
GNU General Public License v3.0
1.1k stars 161 forks source link

error verifying files #206

Closed duelistjp closed 8 years ago

duelistjp commented 8 years ago

this may very well be expected behavior or user error but i have been having trouble with rar files transferred via sftp using lftp with segmented and parallel downloads being broken. i turned on xfer:verify and keep getting BEGIN failed--compilation aborted at /usr/share/lftp/verify-file line 23. on every file i transfer. is this something common you know the problem on looking at the verify-file the line it mentions only has

use String::CRC32;

in it.

lavv17 commented 8 years ago

You have to install that perl module. Either from the Linux distribution or from CPAN.

вс, 24 янв. 2016, 0:51, duelistjp notifications@github.com:

this may very well be expected behavior or user error but i have been having trouble with rar files transferred via sftp using lftp with segmented and parallel downloads being broken i turned on xfer:verify and keep getting BEGIN failed--compilation aborted at /usr/share/lftp/verify-file line 23 on every file i transfer is this something common you know the problem on looking at the verify-file the line it mentions only has

use String::CRC32;

in it

— Reply to this email directly or view it on GitHub https://github.com/lavv17/lftp/issues/206.

lavv17 commented 8 years ago

cpan String::CRC or yum install perl-String-CRC should help.