From: Sergey Matveev Date: Fri, 8 Oct 2021 07:23:13 +0000 (+0300) Subject: lftp X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=8f6dd08b0f9a3ee9021cc19f437890448f8f38c7 lftp --- diff --git a/lftp/.lftprc b/lftp/.lftprc new file mode 100644 index 0000000..3320019 --- /dev/null +++ b/lftp/.lftprc @@ -0,0 +1,4 @@ +set http:decode true +set ssl:ca-file "/etc/ssl/cert.pem" +set http:proxy "http://localhost:8080/" +set https:proxy "http://localhost:8080/"