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

Hi. I work with GNSS datafiles and I need to mirror some receivers ftp. Sometime datafile are resubmitted. I than need to get them, but only if they are bigger....

I find that i stiil have segmentation violation when twice running "find */." . Can i add a ''if(!verify_fn) MakeVerifyFileName();'' in GetFileInfo.cc , line in 400. ? i test it's...

Alpine image. Closes #359

I have a Letsencrypt SSL cert, which is showing up valid in my web browser, and will allow me to connect via FTPS through Filezilla. When trying to establish a...

Hi am syncronizing my files from linux machine to windows by using sftp and mirror. On linux files have pipe char in filename what is forbidde on windows machine and...

Hello, I am using version 4.9.2 and got corrupted files using this scenario: ``` open @ mirror --verbose --use-cache \ --delete \ --exclude-rx-from=lftp.exclude \ ~/tlt ~/Documents ``` Most files are...

On archlinux, when trying to build the latest commit, the `http-get` test fails with message : ``` Error: File moved: 302 Found (/ftp/ -> http://ww1.lftp.tech) FAIL http-get (exit status: 1)...

I have a script that upload my files with FTPS. It work well with small files, but on 70mb the transfer end with a message "100% - Waiting for transfer...

LFTP does not work properly. We are getting errors like "450 Transfer aborted. Link to file server lost" How can this be fixed? Is this a client issue, a server...

I'm trying to rename a directory by using the mmv command. This works perfectly fine, except for dot files. Is this intended behaviour? Here is my command: ``mmv /path/to/old/dir/* /path/to/new/dir/``...