File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / confuse / examples / ftp.conf
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Jan 24 14:48:56 2017 UTC (7 years, 4 months ago) by misho
Branches: confuse, MAIN
CVS tags: v3_3, v2_7, HEAD
confuse 2.7

# 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


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>