File: ftp.conf

package info (click to toggle)
libconfuse 3.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,192 kB
  • sloc: ansic: 5,532; lex: 451; xml: 439; makefile: 213; sh: 39
file content (31 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# test config file

passive-mode = on
remote-completion = off

# sections
bookmark gnu
{
    login = "anonymous"
    password = ${ANONPASS:-secret}
    directory = "/pub/gnu"
    host = "ftp.gnu.org"
}

bookmark kernel
{
    host = "ftp.kernel.org"
    directory = "/pub/linux/kernel/v2.6"
    port = 8021
}

# functions
alias("ls", "ls -F")
alias("ll", "ls -lF")

# lists
xterm-terminals = {"xterm", "rxvt", "xterm-debian"}

# possible values are yes/no/ask
auto-create-bookmark = ask