lftp icon indicating copy to clipboard operation
lftp copied to clipboard

sophisticated command line file transfer program (ftp, http, sftp, fish, torrent)

Results 131 lftp issues
Sort by recently updated
recently updated
newest added

probably related to: - https://github.com/lavv17/lftp/issues/465 - https://github.com/lavv17/lftp/issues/420 - https://github.com/lavv17/lftp/issues/377 --- We want to use lftp in our future deployment process. ``` lftp -u "$USER","$PASSWORD" $HOST

Trying to run this command: `lftp -e "mirror -R --delete /proxy-backups ./nas-backup-folder" -u ftpuser,ftppassword sftp://10.10.10.10` I keep getting this error: ``` rm: Access failed: Bad message (./.etc) Total: 16 directories,...

Does lftp support socks5 proxy?

Hi, I have 2 problem, the first : in lftp sftp://[email protected] -p 22 -e set ftp:charset iso8859-1 ; mirror -e --exclude-glob htdocs/une/ --exclude-glob htdocs/pub_accueil/ --delete-excluded --no-perms -vvv ; quit lftp...

When trying to download torrents using lftp-4.9.2-1.fc33.x86_64 on Fedora 33 I get the following error: ``` lftp -c "set ssl:verify-certificate no; set torrent:stop-on-ratio 0; set torrent:seed-max-time 0; torrent https://files.kde.org/neon/images/user/20201203-0947/neon-user-20201203-0947.iso.torrent" torrent:stop-on-ratio:...

I notice an lftp segmentation fault when running the 'find' command on a certain SFTP site. The SFTP server has the unusual characteristic that home = / and the connection...

``` lftp -v LFTP | Version 4.9.2 | Copyright (c) 1996-2020 Alexander V. Lukyanov LFTP is free software: you can redistribute it and/or modify it under the terms of the...

When upgrading from lftp 4.8.4 to 4.9.2, I've noticed that my transfer rate with the ftp server of my multimedia box decreased from 45 MB/s to 7 MB/s. I have...

lftp does not compile with clang 12, which is the system compiler on macOS 10.15 and 11.0. trio is incorrectly detected: ``` checking if trio library is needed... yes (because...

This doesn't work as expected: $ lftp -d -e 'set ftp:ssl-allow false' -u user123 ftp://ftp.example.com/data/ but this is an effective workaround: $ lftp -d --rcfile