aboutsummaryrefslogtreecommitdiffstats
path: root/.lftp/rc
blob: f70b0c6e4ddc46209d8a21bdd98b735aae74ee4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ~/.lftp/rc
# ~/.lftprc
#
# lftp configurations
#
# Weitian LI <liweitianux@gmail.com>
# 2014/05/17
#

### character set {{{
set file:charset "utf-8"
set ftp:charset "gbk"
### charset }}}

### ssl {{{
# fix certificate verification not trusted
set ssl:verify-certificate no
### ssl }}}


#  vim: set ts=8 sw=4 tw=0 fenc=utf-8 ft=lftp: #