home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9INET / NFTP122W.ZIP / NFTP.I < prev    next >
Text File  |  1998-05-22  |  14KB  |  533 lines

  1. ;
  2. ; Do not change nftp.i file; customize nftp.ini!
  3. ; Uncomment (remove ";") and change value to customize.
  4. ; Note: logical values may be specified as 1/0 or yes/no.
  5. ;
  6. [network]
  7. ;
  8. ; your name for anonymous transfers
  9. ;
  10. ;anonymous-name=anonymous
  11. ;
  12. ; your password for anonymous logins. Insert your e-mail address here
  13. ; and don't forget to remove leading
  14. ;
  15. ;anonymous-password="nobody@nowhere.net"
  16. ;
  17. ; default ftp port. do not change unless you're know what are you doing.
  18. ;
  19. ;default-port=21
  20. ;
  21. ; network timeout value. When no data is received during that period
  22. ; while transferring, NFTP considers connection broken. Default is
  23. ; five minutes (300 sec)
  24. ;
  25. ;network-timeout=300
  26.  
  27. ;-----------------------------------------------------------------------
  28. ;   Firewalling
  29. ;
  30. [firewalling]
  31. ;
  32. ; The firewall descriptions below were taken from WS_FTP docs.
  33. ;
  34. ; your firewall type:
  35. ; 0 - no firewalling (default)
  36. ; 1 - SITE hostname
  37. ;        Firewall host, userid and password are required.
  38. ;        User is logged on the firewall and the remote connection is
  39. ;        established using SITE remote_host.
  40. ; 2 - USER after logon
  41. ;        Firewall host, userid and password are required.
  42. ;        User is logged on the firewall and the remote connection is
  43. ;        established using USER remote_userid@remote_host
  44. ; 3 - USER with no logon
  45. ;        Firewall host required, userid and password are ignored.
  46. ;        USER remote_userid@remote_host is sent to firewall upon initial 
  47. ;        connection.
  48. ; 4 - Proxy OPEN
  49. ;        Firewall host required, userid and password are ignored.  
  50. ;        OPEN remote_host is sent to firewall upon initial connection.
  51. ;
  52. ;firewall-type=0
  53. ;
  54. ;firewall-host=
  55. ;
  56. ;firewall-login=
  57. ;
  58. ;firewall-password=
  59. ;
  60. ;firewall-port=
  61. ;
  62. ;  There is another kind of firewall, which is not specifically 
  63. ;  configured. A router-based firewall is one which allows connections 
  64. ;  to be established in one direction only.  The router itself is
  65. ;  invisible to the user.  However, the default mode within FTP is
  66. ;  that "data" connections are established by the server rather than
  67. ;  the client.  To work with a router-based firewall requires using
  68. ;  the PASV Mode of FTP.
  69. ;
  70. ;use-PASV-mode=no
  71.  
  72.  
  73. ;-----------------------------------------------------------------------
  74. ;  Owner identification
  75. ;
  76. [registration]
  77. ;
  78. ; Your registration name (specify exactly as typed in registration 
  79. ; form); enclose into double quotes
  80. ;
  81. ;name=
  82. ;
  83. ; Your registration code. If running unregistered version,
  84. ; set this parameter to empty value. Code is the same for all
  85. ; versions.
  86. ;
  87. ;code=
  88. ;
  89. ; If you're running unregistered and hate those warnings about
  90. ; registration, set this parameter to 0 -- you'll no longer see
  91. ; warnings. Of course, files larger than 500KB will be still unreachable.
  92. ;
  93. ;message=1
  94.  
  95. ;-----------------------------------------------------------------------
  96. ;
  97. [options]
  98. ;
  99. ; NFTP version. Do not change; it is used by mechanism of automatic
  100. ; nftp.ini updates when upgrading to next version
  101. ;
  102. version="1.22"
  103. ;
  104. ; dereference symlinks on server. Setting to "no" is not recommended
  105. ;
  106. ;dereference-links=yes
  107. ;
  108. ; Include files starting with "." into list?
  109. ;
  110. ;show-dotted=yes
  111. ;
  112. ; Debugging. Produces large logs
  113. ;
  114. ;debug=no
  115. ;
  116. ; whether to beep at the end of transfer
  117. ;
  118. ;transfer-bell=yes
  119. ;
  120. ; whether to beep when logged in
  121. ;
  122. ;login-bell=yes
  123. ;
  124. ; whether to pause at transfer stats screen at the end of transfer
  125. ;
  126. ;transfer-pause=yes
  127. ;
  128. ; whether to log transfers. Pretty useful option to keep history and
  129. ; statistics
  130. ;
  131. ;log-transfers=yes
  132. ;
  133. ; name of transfer log. This may be global file (one for several instances
  134. ; of nftp running simultaneously). default is nftp.fls in nftp directory
  135. ;
  136. ;log-transfers-name=
  137. ;
  138. ; whether to ask to save current host/dir as bookmark at logoff.
  139. ; this option is better to be left alone; history subsystem does
  140. ; the job better.
  141. ;
  142. ;save-bookmark-at-logoff=no
  143. ;
  144. ; where to save bookmark information. This may be global file (one for
  145. ; several instances of nftp). default is nftp.bmk in nftp directory
  146. ;
  147. ;bookmarks-file=
  148. ;
  149. ; external viewer.
  150. ; Substitute your favourite viewer/editor.
  151. ; default is TEDIT on OS/2, Notepad on Windows, vi on Linux
  152. ;
  153. ;text-viewer="start /f /win /c tedit.exe"
  154. ;text-viewer="notepad.exe"
  155. ;text-viewer="vi"
  156. ;
  157. ; external program used for editing nftp.ini.
  158. ; Substitute your favourite editor.
  159. ; default is TEDIT on OS/2, Notepad on Windows, vi on Linux
  160. ;
  161. ;text-editor="tedit.exe"
  162. ;text-editor="notepad.exe"
  163. ;text-editor="vi"
  164. ;
  165. ; whether to switch to Control Connection Window automatically when
  166. ; sending commands to server
  167. ;
  168. ;auto-switch-to-control=no
  169. ;
  170. ; directory sort order for remote files.
  171. ; 0-unsorted, 1-by name, 2-by ext, 3-by size, 4-by time
  172. ; use negative numbers to reverse, i.e. "-3" gives small files first 
  173. ;
  174. ;default-sort=0
  175. ;
  176. ; local directory where downloads go. if this parameter is set,
  177. ; nftp will change into this directory after start
  178. ;
  179. ;default-download-path=
  180. ;
  181. ; default view of remote directory. 1 - raw (as supplied by server),
  182. ; 2 - parsed (owner/group removed)
  183. ;
  184. ;default-dir-mode=1
  185. ;
  186. ; whether to set time/date of retrieved file to original values
  187. ; (as stored on server)
  188. ;
  189. ;preserve-timestamp=yes
  190. ;
  191. ; whether to display server info in bookmarks when description is present
  192. ;
  193. ;bmk-show-server-info=yes
  194. ;
  195. ; directory sort order for local files
  196. ; 0-unsorted, 1-by name, 2-by ext, 3-by size, 4-by time
  197. ; use negative numbers to reverse, i.e. "-3" gives small files first 
  198. ;
  199. ;default-local-sort=0
  200. ;
  201. ; interval (in seconds) between retries when anonymous login fails. 
  202. ; set to 0 to disable retries. default is 5 minutes
  203. ;
  204. ;login-retry=300
  205. ;
  206. ; whether to start in automatic mode (file descriptions from 00index.txt are
  207. ; loaded automatically when entering directory). use Ctrl-O to switch between
  208. ; manual/automatic modes. default is yes
  209. ;
  210. ;auto-fetch-descriptions=yes
  211. ;
  212. ; 00index.txt size at which NFTP starts to warn before automatic
  213. ; downloading, in KBytes. default is 50KB
  214. ;
  215. ;desc-size-warn=50
  216. ;
  217. ; 00index.txt estimated transfer time at which NFTP starts to warn before
  218. ; automatic, in seconds. Default is 25 sec (50KB at 2KB/s)
  219. ;
  220. ;desc-time-warn=25
  221. ;
  222. ; number of spaces to show in front of description line. default is 4;
  223. ; if you don't like to waste screen space for readability, set to 0.
  224. ; this option is obsolete since 1.21 because descriptions are no longer
  225. ; shown in "raw" mode, only in the "parsed" mode
  226. ;
  227. ;description-indentation=4
  228. ;
  229. ; whether to look up host names when numeric address is given. Set to
  230. ; yes if your DNS is fast enough and you want to try to find site name
  231. ;
  232. ;dns-lookups=no
  233. ;
  234. ; what prompt to show upon startup. 0 -- no prompt,
  235. ; 1 - anonymous login, 2 - bookmarks, 3 - history,
  236. ; 4 - private login. default is to open bookmarks window
  237. ;
  238. ;start-prompt=2
  239.  
  240. [history]
  241. ;
  242. ; whether to store information about sites last visited or not.
  243. ; if set to "no", new sites will not be added
  244. ;
  245. ;active=yes
  246. ;
  247. ; name of the file where history is kept.
  248. ; default is nftp.hst in nftp directory
  249. ;
  250. ;history-file=
  251. ;
  252. ; whether to keep private (i.e. not anonymous) passwords in the
  253. ; history file. passwords are stored in scrambled form, but still
  254. ; some evil people might disassemble NFTP to find out how NFTP scrambles
  255. ; them. by default, passwords aren't kept. use with caution
  256. ;
  257. ;keep-passwords=no
  258. ;
  259. ; whether to record site/path upon entering every directory. causes
  260. ; quick growth of history file. disabled by default (recorded are
  261. ; start of login procedure, logoff and downloads)
  262. ;
  263. ;record-everything=no
  264. ;
  265. ; the max. allowed number of entries in the history file.
  266. ; after reaching that number, old entries will be discarded
  267. ; one-by-one to give space for new ones. default is to stop
  268. ; at 5000 site/path combinations. Lower this figure to say 1000
  269. ; you have large history on 486 machine. NOTE: this setting is
  270. ; ignored in version 1.22 (don't know yet how to make it right)
  271. ;
  272. ;entries-watermark=5000
  273. ;
  274. ; the max. allowed number of sites in the history file.
  275. ; after reaching that number, old sites will be discarded
  276. ; one-by-one to give space for new ones. default is to stop
  277. ; at 1000 sites. Lower this figure to say 100 you have large
  278. ; history on 486 machine.
  279. ;
  280. ;sites-watermark=1000
  281. ;
  282. ; the max. allowed number of directories per site in the history file.
  283. ; after reaching that number, old directories will be discarded.
  284. ; default is to keep 50 directories per site when "record-everything"
  285. ; is set to "no", and 500 otherwise.
  286. ;
  287. ;persite-watermark=50
  288.  
  289. ;-----------------------------------------------------------------------
  290. ;
  291. ; Colours are hexadecimal. First digit - foreground, second - background
  292. ; Add 80 to blink
  293. ;
  294. ; Fore             Fore                Back
  295. ; 00 black         08 darkgrey         00 black
  296. ; 01 blue          09 light blue       10 blue
  297. ; 02 green         0a light green      20 green
  298. ; 03 cyan          0b light cyan       30 cyan
  299. ; 04 red           0c light red        40 red
  300. ; 05 magenta       0d light magenta    50 magenta
  301. ; 06 brown         0e yellow           60 brown
  302. ; 07 grey          0f white            70 grey
  303. ;
  304. [colours]
  305. ;
  306. ; ----- File Listing ------
  307. ;
  308. ; cursor pointing to marked directory (default: lightgreen on cyan)
  309. ;pointer-marked-dir=3a
  310. ;
  311. ; cursor pointing to marked file (default: yellow on cyan)
  312. ;pointer-marked=3e
  313. ;
  314. ; cursor pointing to directory (default: blue on cyan)
  315. ;pointer-dir=31
  316. ;
  317. ; cursor pointing to file (default: black on cyan)
  318. ;pointer=30
  319. ;
  320. ; cursor over description in parsed mode (default: black on cyan)
  321. ;pointer-desc=30
  322. ;
  323. ; marked directory (default: lightgreen on black)
  324. ;marked-dir=0a
  325. ;
  326. ; marked file (default: yellow on black)
  327. ;marked=0e
  328. ;
  329. ; directory (default: green on black)
  330. ;dir=02
  331. ;
  332. ; file (default: grey on black)
  333. ;regular-file=07
  334. ;
  335. ; description (default: brown on black)
  336. ;file-description=06
  337. ;
  338. ; ----- Dialog windows ------
  339. ;
  340. ; dialog window (default: grey on blue)
  341. ;dialog-box-text=17
  342. ;
  343. ; selected element in a dialog window (default: black on grey)
  344. ;dialog-box-selected=70
  345. ;
  346. ; entry field (default: black on cyan)
  347. ;dialog-box-entryfield=30
  348. ;
  349. ; dialog window containing important information (default: grey on red)
  350. ;dialog-box-text-warn=47
  351. ;
  352. ; ----- Control Connection Window ------
  353. ;
  354. ; window header (default: grey on blue)
  355. ;controlconn-header=17
  356. ;
  357. ; server messages and responces (default: grey on black)
  358. ;controlconn-respline=07
  359. ;
  360. ; command which was sent to server (default: lightgreen on black)
  361. ;controlconn-command=0a
  362. ;
  363. ; comment (actually not a part of control connection) (default: lightred on black)
  364. ;controlconn-comment=0c
  365. ;
  366. ; ------ Bookmarks -------
  367. ;
  368. ; site description (default: black on grey)
  369. ;bookmark-background=70
  370. ;
  371. ; cursor over site description (default: black on cyan)
  372. ;bookmark-pointer=30
  373. ;
  374. ; host/path (default: red on grey)
  375. ;bookmark-hostpath=74
  376. ;
  377. ; cursor over host/path (default: red on cyan)
  378. ;bookmark-hostpath-pointer=34
  379. ;
  380. ; ------ Built-in File Viewer --------
  381. ;
  382. ; file contents (default: grey on black)
  383. ;viewer-text=07
  384. ;
  385. ; status line (default: black on cyan)
  386. ;viewer-header=30
  387. ;
  388. ; string found in the text (default: bright-red on black)
  389. ;viewer-foundtext=0c
  390. ;
  391. ; -------- Miscellaneous -------
  392. ;
  393. ; status lines on remote directory (no. of files, no. of bytes, 
  394. ; current host/directory etc.) (default: grey on blue)
  395. ;status=17
  396. ;
  397. ; status lines on local directory (no. of files, no. of bytes, 
  398. ;  current host/directory etc.) (default: white on blue)
  399. ;status-local=1f
  400. ;
  401. ; file transfer panel (default: grey on blue)
  402. ;transfer-status=17
  403. ;
  404. ; help viewer (default: black on cyan)
  405. ;help=30
  406.  
  407. ;-----------------------------------------------------------------------
  408. ;
  409. ; Key definitions. Please note that keys should NEVER overlap, i.e. there are
  410. ; no keystrokes which act differently in different modes. You can assign
  411. ; several keystrokes to the same action; separate them by commas, e.g.:
  412. ;    enter-directory=enter,ctrl-pgdn
  413. ;
  414. ; Some keys (e.g., ctrl-ampersand) do not work at all; don't be surprised.
  415. ; Many keys do not work under Unix. Use supplied `keynames' program to
  416. ; find out what your system is capable of.
  417. ;
  418. ; Three-key combinations (like Ctrl-Shift-Left) cannot be used.
  419. ;
  420. ; Default keystrokes still perform the same functions if not assigned.
  421. ; To bind a key to nothing, list it in "nothing=" line.
  422. ;
  423. ; Available key names are (they are not case-sensitive, except standalone
  424. ; character keys like 'a' and 'A'):
  425. ;
  426. ; backspace tab enter esc lrbracket([) rrbracket(]) minus plus space
  427. ; semicolon apostrophe backapostrophe backslash comma period slash
  428. ; colon doublequote lcbracket({) rcbracket(}) questionmark lessthan
  429. ; greaterthan underline equalsign lparenth"(" rparenth")" ampersand vertline(|)
  430. ; percentsign caret(^) dollar grate(#) at(@) exclamation approx(~)
  431. ; asterisk f1..f12 insert delete home end pgup pgdn numslash numasterisk
  432. ; numminus numplus numenter left right up down gold('5' on numeric keypad)
  433. ; a..z A..Z 0..9
  434. ;
  435. ; All these parameters are of type 'string' and can take more than
  436. ; one value. Separate values by comma. Quotes aren't needed because
  437. ; key names do not contain special characters.
  438.  
  439. [keys]
  440.  
  441. ;  binds key to "no action". used to disable unwanted defaults
  442.  
  443. ;nothing=
  444.  
  445. ;  help system
  446.  
  447. ;concise-help=K
  448. ;main-help=H
  449. ;context-sensitive-help=f1,questionmark
  450. ;show-version=ctrl-w
  451. ;screen-redraw=ctrl-j
  452. ;edit-inifile=f9,ctrl-f
  453.  
  454. ;  login/logout/exit
  455.  
  456. ;login-anonymous=ctrl-l
  457. ;login-named=ctrl-n
  458. ;bookmarks=ctrl-b
  459. ;logoff=ctrl-k
  460. ;exit=f10
  461. ;no-operation=A
  462.  
  463. ;  control connection window
  464.  
  465. ;quote=Q
  466. ;autocontrol=J
  467.  
  468. ;  navigating file listing
  469.  
  470. ;switch-to-cc=space
  471. ;switch-local-remote=tab
  472. ;scroll-10-right=greaterthan
  473. ;scroll-10-left=lessthan
  474.  
  475. ;enter-directory=enter,rrbracket,ctrl-pgdn
  476. ;go-root=backslash
  477. ;go-up=lrbracket,ctrl-pgup
  478. ;change-local-drive=Z
  479. ;change-directory=C
  480. ;reread=ctrl-r
  481. ;load-descriptions=O
  482. ;hide-descriptions=ctrl-o
  483.  
  484. ;  sorting file list
  485.  
  486. ;sort-name=N
  487. ;sort-ext=X
  488. ;sort-time=T
  489. ;sort-size=S
  490. ;sort-unsort=Y
  491. ;sort-reverse=E
  492.  
  493. ;  marking files
  494.  
  495. ;select=insert,M
  496. ;select-all=ctrl-a
  497. ;deselect-all=ctrl-x
  498. ;select-by-filter=plus
  499. ;deselect-by-filter=minus
  500. ;invert-selection=asterisk
  501. ;select-alldirs=alt-numplus
  502. ;deselect-alldirs=ctrl-y
  503. ;information=I
  504.  
  505. ;  download/upload
  506.  
  507. ;change-transfer-mode=ctrl-t
  508. ;download=f5,D
  509. ;upload=f6,U
  510. ;download-all-dirs=ctrl-d
  511. ;upload-all-dirs=ctrl-u
  512. ;download-byname=G
  513.  
  514. ;  viewing files
  515.  
  516. ;view-int=f3,ctrl-v
  517. ;view-ext=V
  518.  
  519. ;  creating/deleting/renaming
  520.  
  521. ;rename=R
  522. ;mkdir=f7,ctrl-g
  523. ;delete=f8,delete
  524.  
  525. ;  misc keys
  526.  
  527. ;save-bookmark=f4,B
  528. ;history=f2,ctrl-e
  529. ;useflags=F
  530. ;save-listing=L
  531.  
  532. ; end of nftp.ini
  533.