gftprc
上传用户:tjfeida
上传日期:2013-03-10
资源大小:1917k
文件大小:7k
源码类别:

Ftp客户端

开发平台:

Visual C++

  1. # Config file for gFTP. Copyright (C) 1998-2002 Brian Masney
  2. # <masneyb@gftp.org>. Warning: Any comments that you add to this file WILL be
  3. # overwritten. If a entry has a (*) in it's comment, you can't change it
  4. # inside gFTP
  5. # Enter your email address here
  6. email=
  7. # The default program used to view files. If this is blank, the internal file
  8. # viewer will be used
  9. view_program=
  10. # The default program used to edit files.
  11. edit_program=
  12. # The default directory gFTP will go to on startup
  13. startup_directory=
  14. # The maximum size of the log window in bytes for the GTK+ port
  15. max_log_window_size=5000
  16. # Append new file transfers onto existing ones
  17. append_transfers=1
  18. # Do only one transfer at a time?
  19. one_transfer=1
  20. # Overwrite files by default or set to resume file transfers
  21. overwrite_default=0
  22. # Refresh the listbox after each file is transfered
  23. refresh_files=0
  24. # Put the directories first then the files
  25. sort_dirs_first=1
  26. # Automatically start the file transfers when they get queued?
  27. start_transfers=1
  28. # Show hidden files in the listboxes
  29. show_hidden_files=1
  30. # The timeout waiting for network input/output. This is NOT an idle timeout.
  31. network_timeout=120
  32. # The number of auto-retries to do. Set this to 0 to retry indefinately
  33. retries=3
  34. # The number of seconds to wait between retries
  35. sleep_time=30
  36. # The maximum KB/s a file transfer can get. (Set to 0 to disable)
  37. maxkbs=0.00
  38. # This specifies the default protocol to use
  39. default_protocol=FTP
  40. # Firewall hostname
  41. firewall_host=
  42. # Port to connect to on the firewall
  43. firewall_port=21
  44. # Your firewall username
  45. firewall_username=
  46. # Your firewall password
  47. firewall_password=
  48. # Your firewall account (optional)
  49. firewall_account=
  50. # Send PASV command or PORT command for data transfers
  51. passive_transfer=1
  52. # If you disable this feature, then gFTP will only send LIST to the remote
  53. # server instead of LIST -L
  54. resolve_symlinks=1
  55. # This specifies how your proxy server expects us to log in
  56. proxy_config=
  57. # Firewall hostname
  58. http_proxy_host=
  59. # Port to connect to on the firewall
  60. http_proxy_port=80
  61. # Your firewall username
  62. http_proxy_username=
  63. # Your firewall password
  64. http_proxy_password=
  65. # Do you want to use HTTP/1.1 or HTTP/1.0
  66. use_http11=1
  67. # The path to the SSH executable
  68. ssh_prog_name=
  69. # Extra parameters to pass to the SSH program
  70. ssh_extra_params=
  71. # Default remote SSH sftpserv path
  72. ssh1_sftp_path=
  73. # Default remote SSH2 sftp-server path
  74. ssh2_sftp_path=
  75. # Require a username/password for SSH connections
  76. ssh_need_userpass=0
  77. # Use the ssh-askpass utility to grab the users password
  78. ssh_use_askpass=0
  79. # Call ssh with the -s sftp flag. This is helpful because you won't have to
  80. # know the remote path to the remote sftp-server
  81. sshv2_use_sftp_subsys=0
  82. # Enable the old SSH protocol. You will need to download the sftp server from
  83. # http:///www.xbill.org/sftp
  84. enable_old_ssh=0
  85. # This defines what will happen when you double click a file in the file
  86. # listboxes. 0=View file 1=Edit file 2=Transfer file
  87. list_dblclk_action=2
  88. # The default width of the local files listbox
  89. listbox_local_width=313
  90. # The default width of the remote files listbox
  91. listbox_remote_width=314
  92. # The default height of the local/remote files listboxes
  93. listbox_file_height=265
  94. # The default height of the transfer listbox
  95. transfer_height=80
  96. # The default height of the logging window
  97. log_height=105
  98. # The width of the filename column in the transfer window. Set this to 0 to
  99. # have this column automagically resize.
  100. file_trans_column=100
  101. # The width of the filename column in the file listboxes. Set this to 0 to
  102. # have this column automagically resize. Set this to -1 to disable this column
  103. local_file_width=100
  104. # The width of the size column in the file listboxes. Set this to 0 to have
  105. # this column automagically resize. Set this to -1 to disable this column
  106. local_size_width=85
  107. # The width of the user column in the file listboxes. Set this to 0 to have
  108. # this column automagically resize. Set this to -1 to disable this column
  109. local_user_width=75
  110. # The width of the group column in the file listboxes. Set this to 0 to have
  111. # this column automagically resize. Set this to -1 to disable this column
  112. local_group_width=76
  113. # The width of the date column in the file listboxes. Set this to 0 to have
  114. # this column automagically resize. Set this to -1 to disable this column
  115. local_date_width=120
  116. # The width of the attribs column in the file listboxes. Set this to 0 to have
  117. # this column automagically resize. Set this to -1 to disable this column
  118. local_attribs_width=75
  119. # The width of the filename column in the file listboxes. Set this to 0 to
  120. # have this column automagically resize. Set this to -1 to disable this column
  121. remote_file_width=100
  122. # The width of the size column in the file listboxes. Set this to 0 to have
  123. # this column automagically resize. Set this to -1 to disable this column
  124. remote_size_width=85
  125. # The width of the user column in the file listboxes. Set this to 0 to have
  126. # this column automagically resize. Set this to -1 to disable this column
  127. remote_user_width=75
  128. # The width of the group column in the file listboxes. Set this to 0 to have
  129. # this column automagically resize. Set this to -1 to disable this column
  130. remote_group_width=76
  131. # The width of the date column in the file listboxes. Set this to 0 to have
  132. # this column automagically resize. Set this to -1 to disable this column
  133. remote_date_width=120
  134. # The width of the attribs column in the file listboxes. Set this to 0 to have
  135. # this column automagically resize. Set this to -1 to disable this column
  136. remote_attribs_width=75
  137. # The color of the commands that are sent to the server
  138. send_color=0:8600:0
  139. # The color of the commands that are received from the server
  140. recv_color=0:0:ffff
  141. # The color of the error messages
  142. error_color=ffff:0:0
  143. # The color of the rest of the log messages
  144. misc_color=a000:8d00:4600
  145. # This section specifies which hosts are on the local subnet and won't need to
  146. # go out the proxy server (if available). Syntax: dont_use_proxy=.domain or
  147. # dont_use_proxy=network number/netmask
  148. # ext=file extenstion:XPM file:Ascii or Binary (A or B):viewer program. Note:
  149. # All arguments except the file extension are optional
  150. ext=.pdf::B:xpdf
  151. ext=.rpm:rpm.xpm:B:
  152. ext=.deb:deb.xpm:B:
  153. ext=.diff:diff.xpm: :
  154. ext=.htm:world.xpm:A:
  155. ext=.html:world.xpm:A:
  156. ext=.xcf:img.xpm:B:
  157. ext=.psd:img.xpm:B:
  158. ext=.xpm:img.xpm:B:
  159. ext=.bmp:img.xpm:B:
  160. ext=.tif:img.xpm:B:
  161. ext=.tiff:img.xpm:B:
  162. ext=.png:img.xpm:B:
  163. ext=.jpg:img.xpm:B:
  164. ext=.mp3:sound.xpm:B:
  165. ext=.mid:sound.xpm:B:
  166. ext=.wav:sound.xpm:B:
  167. ext=.bz2:tar.xpm:B:
  168. ext=.gz:tar.xpm:B:
  169. ext=.1:man.xpm:B:xman
  170. ext=.2:man.xpm:B:xman
  171. ext=.3:man.xpm:B:xman
  172. ext=.4:man.xpm:B:xman
  173. ext=.5:man.xpm:B:xman
  174. ext=.6:man.xpm:B:xman
  175. ext=.7:man.xpm:B:xman
  176. ext=.8:man.xpm:B:xman
  177. ext=.tar:tar.xpm:B:
  178. ext=.tgz:tar.xpm:B:
  179. # This section contains the data that is in the history