wok diff gftp/stuff/gftp/gftprc @ rev 16644

portmidi: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 12 20:31:51 2014 +0000 (2014-05-12)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gftp/stuff/gftp/gftprc	Mon May 12 20:31:51 2014 +0000
     1.3 @@ -0,0 +1,295 @@
     1.4 +# Config file for gFTP. Copyright (C) 1998-2003 Brian Masney
     1.5 +# <masneyb@gftp.org>. Warning: Any comments that you add to this file WILL be
     1.6 +# overwritten. If a entry has a (*) in it's comment, you can't change it
     1.7 +# inside gFTP
     1.8 +
     1.9 +# The default program used to view files. If this is blank, the internal file
    1.10 +# viewer will be used
    1.11 +view_program=
    1.12 +
    1.13 +# The default program used to edit files.
    1.14 +edit_program=
    1.15 +
    1.16 +# The default directory gFTP will go to on startup
    1.17 +startup_directory=
    1.18 +
    1.19 +# The maximum size of the log window in bytes for the GTK+ port
    1.20 +max_log_window_size=5000
    1.21 +
    1.22 +# This is a comma separated list of charsets to try to convert the remote
    1.23 +# messages to the current locale
    1.24 +remote_charsets=
    1.25 +
    1.26 +# This is the value of LC_TIME for the remote site. This is so that dates can
    1.27 +# be parsed properly in the directory listings.
    1.28 +remote_lc_time=
    1.29 +
    1.30 +# The number of seconds to keep cache entries before they expire.
    1.31 +cache_ttl=3600
    1.32 +
    1.33 +# Append new file transfers onto existing ones
    1.34 +append_transfers=1
    1.35 +
    1.36 +# Do only one transfer at a time?
    1.37 +one_transfer=1
    1.38 +
    1.39 +# Overwrite files by default or set to resume file transfers
    1.40 +overwrite_default=0
    1.41 +
    1.42 +# Preserve file permissions of transfered files
    1.43 +preserve_permissions=1
    1.44 +
    1.45 +# Preserve file times of transfered files
    1.46 +preserve_time=1
    1.47 +
    1.48 +# Refresh the listbox after each file is transfered
    1.49 +refresh_files=0
    1.50 +
    1.51 +# Put the directories first then the files
    1.52 +sort_dirs_first=1
    1.53 +
    1.54 +# Show hidden files in the listboxes
    1.55 +show_hidden_files=1
    1.56 +
    1.57 +# Show the file transfer status in the titlebar
    1.58 +show_trans_in_title=0
    1.59 +
    1.60 +# Automatically start the file transfers when they get queued
    1.61 +start_transfers=1
    1.62 +
    1.63 +# Allow entering manual commands in the GUI (functions like the text port)
    1.64 +cmd_in_gui=0
    1.65 +
    1.66 +# The timeout waiting for network input/output. This is NOT an idle timeout.
    1.67 +network_timeout=120
    1.68 +
    1.69 +# The number of auto-retries to do. Set this to 0 to retry indefinitely
    1.70 +retries=3
    1.71 +
    1.72 +# The number of seconds to wait between retries
    1.73 +sleep_time=30
    1.74 +
    1.75 +# The maximum KB/s a file transfer can get. (Set to 0 to disable)
    1.76 +maxkbs=0.00
    1.77 +
    1.78 +# The block size that is used when transfering files. This should be a
    1.79 +# multiple of 1024.
    1.80 +trans_blksize=20480
    1.81 +
    1.82 +# This specifies the default protocol to use
    1.83 +default_protocol=FTP
    1.84 +
    1.85 +# Enable IPv6 support
    1.86 +enable_ipv6=1
    1.87 +
    1.88 +# This defines what will happen when you double click a file in the file
    1.89 +# listboxes. 0=View file 1=Edit file 2=Transfer file
    1.90 +list_dblclk_action=2
    1.91 +
    1.92 +# The default width of the local files listbox
    1.93 +listbox_local_width=318
    1.94 +
    1.95 +# The default width of the remote files listbox
    1.96 +listbox_remote_width=320
    1.97 +
    1.98 +# The default height of the local/remote files listboxes
    1.99 +listbox_file_height=265
   1.100 +
   1.101 +# The default height of the transfer listbox
   1.102 +transfer_height=80
   1.103 +
   1.104 +# The default height of the logging window
   1.105 +log_height=105
   1.106 +
   1.107 +# The width of the filename column in the transfer window. Set this to 0 to
   1.108 +# have this column automagically resize.
   1.109 +file_trans_column=100
   1.110 +
   1.111 +# The default column to sort by
   1.112 +local_sortcol=file
   1.113 +
   1.114 +# Sort ascending or descending
   1.115 +local_sortasds=ascending
   1.116 +
   1.117 +# The default column to sort by
   1.118 +remote_sortcol=file
   1.119 +
   1.120 +# Sort ascending or descending
   1.121 +remote_sortasds=ascending
   1.122 +
   1.123 +# The width of the filename column in the file listboxes. Set this to 0 to
   1.124 +# have this column automagically resize. Set this to -1 to disable this column
   1.125 +local_file_width=100
   1.126 +
   1.127 +# The width of the size column in the file listboxes. Set this to 0 to have
   1.128 +# this column automagically resize. Set this to -1 to disable this column
   1.129 +local_size_width=85
   1.130 +
   1.131 +# The width of the user column in the file listboxes. Set this to 0 to have
   1.132 +# this column automagically resize. Set this to -1 to disable this column
   1.133 +local_user_width=75
   1.134 +
   1.135 +# The width of the group column in the file listboxes. Set this to 0 to have
   1.136 +# this column automagically resize. Set this to -1 to disable this column
   1.137 +local_group_width=76
   1.138 +
   1.139 +# The width of the date column in the file listboxes. Set this to 0 to have
   1.140 +# this column automagically resize. Set this to -1 to disable this column
   1.141 +local_date_width=120
   1.142 +
   1.143 +# The width of the attribs column in the file listboxes. Set this to 0 to have
   1.144 +# this column automagically resize. Set this to -1 to disable this column
   1.145 +local_attribs_width=75
   1.146 +
   1.147 +# The width of the filename column in the file listboxes. Set this to 0 to
   1.148 +# have this column automagically resize. Set this to -1 to disable this column
   1.149 +remote_file_width=100
   1.150 +
   1.151 +# The width of the size column in the file listboxes. Set this to 0 to have
   1.152 +# this column automagically resize. Set this to -1 to disable this column
   1.153 +remote_size_width=85
   1.154 +
   1.155 +# The width of the user column in the file listboxes. Set this to 0 to have
   1.156 +# this column automagically resize. Set this to -1 to disable this column
   1.157 +remote_user_width=75
   1.158 +
   1.159 +# The width of the group column in the file listboxes. Set this to 0 to have
   1.160 +# this column automagically resize. Set this to -1 to disable this column
   1.161 +remote_group_width=76
   1.162 +
   1.163 +# The width of the date column in the file listboxes. Set this to 0 to have
   1.164 +# this column automagically resize. Set this to -1 to disable this column
   1.165 +remote_date_width=120
   1.166 +
   1.167 +# The width of the attribs column in the file listboxes. Set this to 0 to have
   1.168 +# this column automagically resize. Set this to -1 to disable this column
   1.169 +remote_attribs_width=75
   1.170 +
   1.171 +# The color of the commands that are sent to the server
   1.172 +send_color=0:8600:0
   1.173 +
   1.174 +# The color of the commands that are received from the server
   1.175 +recv_color=0:0:ffff
   1.176 +
   1.177 +# The color of the error messages
   1.178 +error_color=ffff:0:0
   1.179 +
   1.180 +# The color of the rest of the log messages
   1.181 +misc_color=a000:8d00:4600
   1.182 +
   1.183 +# This is the password that will be used whenever you log into a remote FTP
   1.184 +# server as anonymous
   1.185 +email=
   1.186 +
   1.187 +# Firewall hostname
   1.188 +ftp_proxy_host=
   1.189 +
   1.190 +# Port to connect to on the firewall
   1.191 +ftp_proxy_port=21
   1.192 +
   1.193 +# Your firewall username
   1.194 +ftp_proxy_username=
   1.195 +
   1.196 +# Your firewall password
   1.197 +ftp_proxy_password=
   1.198 +
   1.199 +# Your firewall account (optional)
   1.200 +ftp_proxy_account=
   1.201 +
   1.202 +# This specifies how your proxy server expects us to log in. You can specify a
   1.203 +# 2 character replacement string prefixed by a % that will be replaced with
   1.204 +# the proper data. The first character can be either p for proxy or h for the
   1.205 +# host of the FTP server. The second character can be u (user), p (pass), h
   1.206 +# (host), o (port) or a (account). For example, to specify the proxy user, you
   1.207 +# can you type in %pu
   1.208 +proxy_config=
   1.209 +
   1.210 +# If this is enabled, then the remote FTP server will open up a port for the
   1.211 +# data connection. If you are behind a firewall, you will need to enable this.
   1.212 +# Generally, it is a good idea to keep this enabled unless you are connecting
   1.213 +# to an older FTP server that doesn't support this. If this is disabled, then
   1.214 +# gFTP will open up a port on the client side and the remote server will
   1.215 +# attempt to connect to it.
   1.216 +passive_transfer=1
   1.217 +
   1.218 +# The remote FTP server will attempt to resolve symlinks in the directory
   1.219 +# listings. Generally, this is a good idea to leave enabled. The only time you
   1.220 +# will want to disable this is if the remote FTP server doesn't support the -L
   1.221 +# option to LIST
   1.222 +resolve_symlinks=1
   1.223 +
   1.224 +# If you are transfering a text file from Windows to UNIX box or vice versa,
   1.225 +# then you should enable this. Each system represents newlines differently for
   1.226 +# text files. If you are transfering from UNIX to UNIX, then it is safe to
   1.227 +# leave this off. If you are downloading binary data, you will want to disable
   1.228 +# this.
   1.229 +ascii_transfers=0
   1.230 +
   1.231 +# SSL entropy file
   1.232 +entropy_source=/dev/urandom
   1.233 +
   1.234 +# The maximum number of bytes to seed the SSL engine with
   1.235 +entropy_len=1024
   1.236 +
   1.237 +# Verify SSL Peer
   1.238 +verify_ssl_peer=1
   1.239 +
   1.240 +# Firewall hostname
   1.241 +http_proxy_host=
   1.242 +
   1.243 +# Port to connect to on the firewall
   1.244 +http_proxy_port=80
   1.245 +
   1.246 +# Your firewall username
   1.247 +http_proxy_username=
   1.248 +
   1.249 +# Your firewall password
   1.250 +http_proxy_password=
   1.251 +
   1.252 +# Do you want to use HTTP/1.1 or HTTP/1.0
   1.253 +use_http11=1
   1.254 +
   1.255 +# The path to the SSH executable
   1.256 +ssh_prog_name=
   1.257 +
   1.258 +# Extra parameters to pass to the SSH program
   1.259 +ssh_extra_params=
   1.260 +
   1.261 +# Require a username/password for SSH connections
   1.262 +ssh_need_userpass=1
   1.263 +
   1.264 +# This section specifies which hosts are on the local subnet and won't need to
   1.265 +# go out the proxy server (if available). Syntax: dont_use_proxy=.domain or
   1.266 +# dont_use_proxy=network number/netmask
   1.267 +
   1.268 +# ext=file extenstion:XPM file:Ascii or Binary (A or B):viewer program. Note:
   1.269 +# All arguments except the file extension are optional
   1.270 +ext=.pdf::B:xpdf
   1.271 +ext=.rpm:rpm.xpm:B:
   1.272 +ext=.deb:deb.xpm:B:
   1.273 +ext=.diff:diff.xpm: :
   1.274 +ext=.htm:world.xpm:A:
   1.275 +ext=.html:world.xpm:A:
   1.276 +ext=.xcf:img.xpm:B:
   1.277 +ext=.psd:img.xpm:B:
   1.278 +ext=.xpm:img.xpm:B:
   1.279 +ext=.bmp:img.xpm:B:
   1.280 +ext=.tif:img.xpm:B:
   1.281 +ext=.tiff:img.xpm:B:
   1.282 +ext=.png:img.xpm:B:
   1.283 +ext=.jpg:img.xpm:B:
   1.284 +ext=.mp3:sound.xpm:B:
   1.285 +ext=.mid:sound.xpm:B:
   1.286 +ext=.wav:sound.xpm:B:
   1.287 +ext=.bz2:tar.xpm:B:
   1.288 +ext=.gz:tar.xpm:B:
   1.289 +ext=.1:man.xpm:B:xman
   1.290 +ext=.2:man.xpm:B:xman
   1.291 +ext=.3:man.xpm:B:xman
   1.292 +ext=.4:man.xpm:B:xman
   1.293 +ext=.5:man.xpm:B:xman
   1.294 +ext=.6:man.xpm:B:xman
   1.295 +ext=.7:man.xpm:B:xman
   1.296 +ext=.8:man.xpm:B:xman
   1.297 +ext=.tar:tar.xpm:B:
   1.298 +ext=.tgz:tar.xpm:B: