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

Is there a way to use lftp ftp://ftp.server.com --user USR --password blah -e "mirror --Remove-source-files --verbose; bye" to download the files, remove them, but leave the directories in place? It...

Hi, when using lftp to mirror files from FTP server with MLSD set to yes, for some reason the FileSet from FileSet *Ftp::ParseLongList in src/FtpListInfo.cc returns an empty list even...

I'm trying to use mirror to copy some files from a remote server to a local folder. I can connect to the ftp and run other commands successfully. When I...

I've hit this issue on ppc64le only but it has something to do with the bundled cdefs.h file. Basically one day, suddenly lftp stopped building in Fedora Rawhide with bunch...

Hi, I recently attempted to compile lftp on Ubuntu focal with socks5 support via dante library. Ubuntu provides `libdsocksd0` that installs: ``` /usr/lib/x86_64-linux-gnu/libdsocksd.so.0 /usr/lib/x86_64-linux-gnu/libdsocksd.so.0.0.0 ``` If you attempt to run...

I have a directory where the current user has write permission, but needs to overwrite a file owned by someone else. I use something like ``` lftp -c "open sftp://user:@host/Dir;...

Hi, Does anyone know how `mirror:set-permissions` is supposed to work. I'm using a `mirror --reverse` command. In local my new files have write permission for group (`g+w`). On my remote...

Feature request. Currently "mirror" works only on directories and fails on files. Would be nice to have one command that works for all source types (dir or file). Is there...

[Sorry, I sent the following article to the mailing list as I did years go, and then I realized there's this wonderful issue tracker which is much better suited for...

Hi, When connecting to an FTP server on IBM z/VM operating system, if you CD to a resource disk that requires password authentication the server responds with a 332 message...