# Config file for gFTP
# Copyright (C) 1998-1999 Brian Masney <masneyb@newwave.net>
# Warning: Any comments that you add to this file WILL be overwritten
# If a entry has a (*) in it's comment, you can't change it inside gFTP

# (*) Connect to the ftp server via a FTP Proxy.
# 0 = Disable firewall support
# 1 = Login firewall via SITE command
# 2 = Login firewall via USER/PASS
# 3 = Login via USER user@host:port
usefirewall=0

# (*) Firewall hostname
firewall_host=

# (*) Port to connect to on the firewall
firewall_port=21

# (*) Your firewall username
firewall_username=

# (*) Your firewall password
firewall_password=

# Enter your email address here
email=brian@brian.masney.com

# The default program used to view files. If this is blank, the internal
# file viewer will be used
view_program=

# The default program used to edit files.
edit_program=

# Confirm when deleting files
confirm_delete=1

# Do only one transfer at a time?
one_transfer=1

# Send PASV command or PORT command for data transfers
passive_transfer=1

# Refresh the listbox after each file is transfered
refresh_files=0

# Save the size of each widget for next startup
save_geometry=1

# Put the directories first then the files
sort_dirs_first=1

# Automatically start the file transfers when they get queued?
start_transfers=1

# Do you want to use the cache?
usecache=1

# (*) If this is set, and there is a ext= line below for the file extension,
# it will download the file as specified below
use_default_dl_types=1

# The default width of the local files listbox
listbox_local_width=265

# The default width of the remote files listbox
listbox_remote_width=265

# The default height of the local/remote files listboxes
listbox_file_height=265

# The default height of the transfer listbox
transfer_height=80

# The default height of the logging window
log_height=105

# (*) The width of the filename column in the file listboxes
filename_width=100

# host=Category:Host Descr:hostname:port:start dir:username:password:firewall
# If you set the password to @EMAIL@, gFTP will automatically change that to
# your email address.
# If you set the firewall argument to 1, gFTP will try to connect to your
# FTP proxy if you have one. It is usually best to leave this set at 1 because
# gFTP won't use it if you don't have a FTP proxy
host=Debian Sites:Debian:ftp.debian.org:21:/debian:anonymous:@EMAIL@:1
host=Debian Sites:Freshmeat DEBs:ftp.freshmeat.net:21:/pub/debs:anonymous:@EMAIL@:1
host=General Sites:GNU Archive:prep.ai.mit.edu:21:/pub/gnu:anonymous:@EMAIL@:1
host=General Sites:Sunsite:sunsite.unc.edu:21:/pub/Linux:anonymous:@EMAIL@:1
host=General Sites:TSX-11:tsx-11.mit.edu:21:/pub/linux:anonymous:@EMAIL@:1
host=RedHat Sites:FalseHope RPMs:ftp.falsehope.com:21:/pub:anonymous:@EMAIL@:1
host=RedHat Sites:Freshmeat RPMs:ftp.freshmeat.net:21:/pub/rpms:anonymous:@EMAIL@:1
host=RedHat Sites:RPM.org:ftp.rpm.org:21:/pub:anonymous:@EMAIL@:1
host=X11 Sites:GTK:ftp.gtk.org:21:/pub/gtk:anonymous:@EMAIL@:1
host=X11 Sites:Gnome:ftp.gnome.org:21:/pub:anonymous:@EMAIL@:1
host=X11 Sites:KDE:ftp.kde.org:21:/pub:anonymous:@EMAIL@:1
host=X11 Sites:LessTif:ftp.hungry.com:21:/pub/hungry/lesstif:anonymous:@EMAIL@:1
host=X11 Sites:XFree86:ftp.xfree86.org:21:/pub:anonymous:@EMAIL@:1
host=X11 Sites:ftp.x.org:ftp.x.org:21:/pub:anonymous:@EMAIL@:1

# ext=file extenstion:XPM file:Ascii or Binary (A or B):viewer program
# Note: All arguments except the file extension are optional
ext=.deb:deb.xpm:B:
ext=.diff:diff.xpm::
ext=.gz:tar.xpm:B:
ext=.man:man.xpm::
ext=.tar:tar.xpm:B:
ext=.tgz:tar.xpm:B:
