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

I need to mirror a directory that contiously grows. The mirror command (sftp source to localdirectory) worked as expecting until having reached a limit (?) on the files found in...

Hi folks I noticed that lftp crashes on certain command file input, I'm pretty sure this is a null pointer deref, which is a memory corruption but I doubt its...

Issue #319 was closed and a `--flat` option has been added to the `mirror` command in v4.8.0 (+fix in v4.8.4), but unfortunately the man page was never updated to describe...

Using lftp.exe 4.8.4 installed as part of cygwin, to FTP server, with the command lftp.exe mirror --reverse --delete /cygdrive/u /my/dest/path added int eh source U:\ are copied to dest, but...

This is Fedora 31 and lftp 4.9.0 If I have a passphrase like this in ~/.netrc ``` machine blabla.com login myuser password Many is more than one. ``` it doesn't...

`mirror --newer-than=now-30days --ignore-size --only-newer --size-range=0-200M -x '^\.' -x '.*~' --script="./myScript.sh" --no-empty-dirs` This will result in empty folders being created. I'm guessing because of all the exclusions there are now no...

May I just copy the link to the question created on stackoverflow? https://stackoverflow.com/questions/55246916/lftp-in-gitlab-ci-files-are-not-updated-on-ftp-server-even-if-they-are-changed

Would be nice to have an easy option for building a static binary of lftp

lft is configured with: ``` --disable-static \ --with-openssl \ --without-debug \ --without-gnutls \ --without-modules \ ``` And test suite fails with: ``` + /usr/bin/make -O -j48 V=1 VERBOSE=1 check /usr/bin/make...

I am porting lftp-4.8.4 in AIX operating system. As part of the build, i ran make check and the testcase "http-get" failed with IOT/Abort trap. lftp-4.8.4.tar.gz.asc 01-Aug-2018 08:33 155 lftp-4.8.4.tar.xz...