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 4.9.2 (Libraries used: Expat 2.2.6, Readline 7.0, zlib 1.2.11) I'm trying to mirror a website with a fast changing cache directory. LFTP always fails with: `mirror: Access failed: 550...

I'm trying to disable pseudo-tty allocation by setting `ssh -T` so that I can run lftp through apache without having to get access to the tty which SELinux blocks. It...

x86-64 Ubuntu 18.04.4 LFTP | Version 4.8.4 Libraries used: GnuTLS 3.6.5, idn2 2.0.4, Readline 8.0, zlib 1.2.11 .lftprc: debug Connection method: sftp Hanging mirror command (doesn't always hang): mirror -v...

We use lftp 4.6.0 on 64 bit linux in our product to fetch files from a "filezilla" ftp server running on windows, and have recently noticed an issue in how...

I was trying to sync my local directory with remote webdav directory. But the sync tries always to upload the same file. Mirror Command. ``` /usr/bin/lftp -e "mirror --log=/media/Backup/lftp.log -R...

Reproduction: ``` chown someoneelse myfile lftp -d -c mput -E -O sftp://myserver/dir myfil\* ``` Even with -d there is no indication that the uploaded file could not be removed.

Hello! I compilated lftp and the results were good about that. But I put in command line "lftp user:[email protected]" and this say that lftp command not found or something like...

`mget` download and write files anew, which resulted in a change `ctime`, while `mirror` (from a remote server to local filesystem) does not change the files' `ctime`. We need a...

trying to delete files with some special characters ``` lftp myhost@ftpbackup:/> ls home/dir1/dir2/ -rw------- 1 100 ftpgroup 2949015 Feb 21 2012 home/dir1/dir2/visit_l\'earth.jpg lftp myhost@ftpbackup:/> rm home/dir1/dir2/visit_l\'earth.jpg rm: Access failed: 550...

cannot delete or moving .dot files: ``` lftp myhost@ftpbackup:/> dir drwxrwxrwx 2 100 ftpgroup 3 Mar 21 14:55 . drwxrwxrwx 8 100 ftpgroup 8 Mar 21 19:57 .. -rw------- 1...