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

We get corrupted files (sometimes) when downloading using SFTP. The file size is correct but chunks of the file does not contain any real data. I did a comparison with...

Seeing an issue with the below command where files will upload to the target SFTP but the command will be stuck on `file.log' at 13608 (98%) [Sending data]` until it...

Hi Alexander, I noticed an issue in folder and filenames that contain special symbols such as â and è. lftp encodes them as Unicode symbols which the sftp server doesn't...

Hi. It seems you cannot change log file address in the middle of a transfer script. I am trying to transfer multiple files using lftp 4.4.8 on a centos 7...

I use the following commands: ``` set xfer:backup-suffix .lftp set xfer:make-backup true mirror sftp://host/src-path target-path ``` Old file gets over overwritten, but no backup is created. I tried xfer:keep-backup too....

When we use the c001 file as the input of lftp, first the program will enter the local ftp folder path, which is already an abnormal behavior, and then the...

lftp 4.8.4 and 4.9.0, same result set sftp:connect-program "ssh -a -x -i sshkey -o PasswordAuthentication=no -o ChallengeResponseAuthentication=no -o PubkeyAuthentication=yes -o RSAAuthentication=yes" open -u 'username,' sftp://sftp.server.com/in/ We can connect fine, but...

Hello. This is feature request about better status line in parallel (non queued) mirror. Example: ```` $ lftp ftp.icm.edu.pl lftp ftp.icm.edu.pl:~> set mirror:use-pget-n 50 lftp ftp.icm.edu.pl:~> set mirror:parallel-transfer-count 20 lftp...

The description is : "LFTP is a sophisticated file transfer program supporting a number of network protocols (ftp, http, sftp, fish, torrent). Like BASH, it has job control and uses...

Would be nice to have torrent support in lftpget so it coud used like: # lftpget "magnet:?xt=urn:btih:49da7ae0de8874462471d0f5419b850e599b05ef&dn=archlinux-2020.08.01-x86_64.iso" # lftpget "https://www.archlinux.org/releng/releases/2020.08.01/torrent/" or # lftpget url-list.txt # cat url-list.txt https://www.archlinux.org/releng/releases/archlinux-2020.08.01-x86_64.iso magnet:?xt=urn:btih:49da7ae0de8874462471d0f5419b850e599b05ef&dn=archlinux-2020.02.02-x86_64.iso #