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

lftp is hanging when there is a file transfer. Files get downloaded, then It just hangs after http connection close.There are no errors in the log with debug too. The...

Hello, I download some media files by means of lftp and from time to time (about once a month) lftp hangs. When I look to the log file, the last...

I'm sorry in advance if this is a very basic question but I have difficulty with understanding the difference between `-e` and `-c`. I have a command that runs with...

I'm trying to use LFTP (v4.8.4, on Fedora 31) in a script where I need to obtain a listing of all the full file paths on a remote FTP server....

When I get dir listing from ```g``` directory or make lftp get it via pressing tab to complete ```geeqie```, lftp downloads from the wrong directory. ``` lftp :~> ope http://ftp.acc.umu.se:/debian/pool/main/g/...

I am running the following command: lftp -c 'set net:timeout 10; set ftp:ssl-allow true; set ssl:check-hostname no; open -u {speed2['user']},{speed2['pass']} -e \"cd file-update-log; glob -f --exist BELLO-{id}-flag.txt && put -e...

Resolves issue #456. With this change, `mirror -R` can replace symlinks over sftp. One side-effect is that `ln -s` will also replace symlinks, when this would normally be an error....

Hi we at openSUSE had a crazy patchset that allows creating ftp wrapper using lftp. I would like to merge this upstream, atm that is not really possible like one...

These commits add a site manager to lftp. This site manager is similar to bookmarks, but (for now) allows to take notes, set local and remote paths. This is a...

This PR, when merged, will compile this application on [Travis CI](https://travis-ci.org/) upon each `git push`, and upload an [AppImage](http://appimage.org/) to a temporary download URL on transfer.sh (available for 14 days)....