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

This is a work in progress pull request in order to allow the address for EPSV to be overridden. This comes in to play when using proxies that do not...

hello I have lftp version 4.8.4 /cygwin I am trying to transfer some folder from one server to another using lftp like this: set ftp:use-fxp true set ssl:verify-certificate false set...

Hi, we get 426 Connection closed; aborted transfer of, from FileZilla Server once we use lftp with option --use-pget-n=6 . Is it normal? Can you please provide some assistance why...

Provide a 'realpath' command to resolve all symbolic links, extra ‘/’ characters and references to /./ and /../ in path. Eg.: ```sh $ lftp ftp.ch.freebsd.org:/pub/FreeBSD/releases/amd64/12.0-RELEASE cd ok, cwd=/pub/FreeBSD/releases/amd64/12.0-RELEASE lftp ftp.ch.freebsd.org:/pub/FreeBSD/releases/amd64/12.0-RELEASE>...

I missing configuration of permissions for newly uploaded files and folders separately, because there is a problem to transfer permissions from windows to linux server . For example something like...

First things first, thanks for lftp, it is a great tool. This part of the manual ``` xfer:verify-command (string) the command to validate file integrity. The only argument is the...

Hi, I tried to create deployment to my FTP server using Gitlab pipeline, but even though my username and password are correct (tried in WinSCP), I could not get it...

With lftp4.8.4, readline 7.0: After compiling readline locally on a server with no admin rights to the system, using --prefix=$HOME, I try to compile lftp with ./configure --prefix=$HOME --with-readline=$HOME and...

Suppose I have a local src directory containing file1, file2, and a symlink called "link" pointing to file1. I also have a remote dest directory containing the same file1 and...

Hi, i´m experiencing the behaviour, that since some days a mirror-job using lftp is working as expected: the directorys are getting created and the files appear in the destination BUT...