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

Once connect to the server (in this case an Android phone), I am able to use to get command to get files from my Android phone. But when using the...

so far, lftp only support certificate file without password, [root@me ~]# lftp lftp :~> set -a | grep cert set ssl:cert-file "" set ssl:verify-certificate yes lftp :~> is it possible...

Hello there. lftp is very useful when I want to download a large file. Thanks! the url is like this: https://fs-hzfdl.mail.163.com/fs-86135/dl/?file=EBU59lW-FhIpOJV56rK6cknSaFbcl2gnzHCX4c0C7aN2fckTPXfeKi43o_wCtKPsGZ0DLjGs-cwfgO0ruFS_9Q&token=6c8PSBUN4O6KtmbERrXDzM when the url with query strings how to use...

Use lftp to transfer a big txt file(about 1Gb) in linux: lftp -u mysftp,123456 sftp:xxx.xxx.xxx.xxx:22 -e "debug 10 -cpt -o lftp.log;set net:reconnect-interval-base 3;set net:max-retries 3;set net:timeout 30s;put hello -o share/hello;bye"...

I am mirroring a folder, remotely to server. There are many directories and there are also files inside that start with one or more spaces at the beginning. Copying gives,...

Hi, When attempting a mirror operation with a condition that skips some files (e.g. `--older-than`), combined with `--Remove-source-dirs`, it appears lftp attempts to delete directories that it hasn't mirrored content...

Please, "Ejecutando programa de conección" is not correct. It is "conexión". A great fault. It hurts in the eyes. Thank you.

A simple instruction for security researchers.

This pull request should make lftp resume partial writes that happen in gnutls_bye() on SSL shutdown. A partial write on SSL shutdown can cause problems with some FTPS servers, e.g....