home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 14 / CDACTUAL.iso / cdactual / demobin / share / os2 / NFTP100 / NFTP.I < prev    next >
Encoding:
Text File  |  1997-01-30  |  13.2 KB  |  444 lines

  1. ;
  2. ; Note: logical values may be specified as 0/1 or yes/no.
  3. ;
  4. [network]
  5. ;
  6. ; your name for anonymous transfers
  7. ;
  8. ;anonymous-name=anonymous
  9. ;
  10. ; your password for anonymous logins. Insert your e-mail address here
  11. ;
  12. ;anonymous-password="your-e-mail-address"
  13. ;
  14. ; new since 0.51
  15. ;
  16. ; default ftp port. do not change unless you're know what are you doing.
  17. ; To make this feature useful create special directories for sites with
  18. ; nonstandard ports and set 'default-port' in them, not in general nftp.ini:
  19. ; nftp will look for initialization file in the current directory first,
  20. ; then in the path
  21. ;
  22. ;default-port=21
  23. ;
  24. ; new since 0.80
  25. ;
  26. ; interval (in seconds) between retries when anonymous login failed. 
  27. ; set to 0 to disable retries. default is 5 minutes
  28. ;
  29. ;login-retry=300
  30.  
  31.  
  32. ; new since 0.80
  33. ;
  34. [firewalling]
  35. ;
  36. ; The firewall descriptions below are taken from WS_FTP docs.
  37. ;
  38. ; your firewall type:
  39. ; 0 - no firewalling (default)
  40. ; 1 - SITE hostname
  41. ;        Firewall host, userid and password are required.
  42. ;        User is logged on the firewall and the remote connection is
  43. ;        established using SITE remote_host.
  44. ; 2 - USER after logon
  45. ;        Firewall host, userid and password are required.
  46. ;        User is logged on the firewall and the remote connection is
  47. ;        established using USER remote_userid@remote_host
  48. ; 3 - USER with no logon
  49. ;        Firewall host required, userid and password are ignored.
  50. ;        USER remote_userid@remote_host is sent to firewall upon initial 
  51. ;        connection.
  52. ; 4 - Proxy OPEN
  53. ;        Firewall host required, userid and password are ignored.  
  54. ;        OPEN remote_host is sent to firewall upon initial connection.
  55. ;
  56. ;firewall-type=0
  57. ;
  58. ;firewall-host=
  59. ;
  60. ;firewall-login=
  61. ;
  62. ;firewall-password=
  63. ;
  64. ;firewall-port=
  65. ;
  66. ;  There is another kind of firewall, which is not specifically 
  67. ;  configured. A router-based firewall is one which allows connections 
  68. ;  to be established in one direction only.  The router itself is
  69. ;  invisible to the user.  However, the default mode within FTP is
  70. ;  that "data" connections are established by the server rather than
  71. ;  the client.  To work with a router-based firewall requires using
  72. ;  the PASV Mode of FTP.
  73. ;
  74. ;use-PASV-mode=0
  75.  
  76.  
  77. ;-----------------------------------------------------------------------
  78. ;  Owner identification
  79. ;
  80. [registration]
  81. ;
  82. ; Your registration name (specify exactly as typed in registration 
  83. ; form); enclose into double quotes
  84. ;name=
  85. ;
  86. ; Your registration code; enclose into double quotes. If you're
  87. ; running unregistered version, set this parameter to empty value.
  88. ;code=
  89. ;
  90. ; If you're running unregistered and hate those warnings about
  91. ; registration, set this parameter to 0 -- you'll no longer see
  92. ; warnings. Of course, files larger than 500KB will be still unreachable.
  93. ;message=1
  94.  
  95. ;-----------------------------------------------------------------------
  96.  
  97. [options]
  98. ;
  99. ; dereference symlinks on server. Setting to 0 is not recommended
  100. ;
  101. ;dereference-links=1
  102. ;
  103. ; Include files starting with "." into list ?
  104. ;
  105. ;show-dotted=1
  106. ;
  107. ; Debugging. Do not set to 1 unless nftp goes crazy. Produces huge logs
  108. ;
  109. ;debug=0
  110. ;
  111. ; whether to beep at the end of transfer
  112. ;
  113. ;transfer-bell=1
  114. ;
  115. ; whether to beep when logged in
  116. ;
  117. ;login-bell=1
  118. ;
  119. ; whether to pause at transfer stats screen at the end of transfer
  120. ;
  121. ;transfer-pause=1
  122. ;
  123. ; whether to log transfers. Pretty useful option to keep history and
  124. ; statistics
  125. ;
  126. ;log-transfers=1
  127. ;
  128. ; name of transfer log. This may be global file (one for several instances
  129. ; of nftp running simultaneously).
  130. ;
  131. ;log-transfers-name=
  132. ;
  133. ; whether to ask to save current host/dir as bookmark at logoff.
  134. ; Do you remember that nCftp does this always?
  135. ;
  136. ;save-bookmark-at-logoff=0
  137. ;
  138. ; where to save bookmark information. This may be global file (one for
  139. ; several instances of nftp).
  140. ;
  141. ;bookmarks-file=
  142. ;
  143. ; external program invoked by Alt-F3. Substitute your favourite viewer/editor
  144. ;
  145. ;text-viewer="tedit.exe"
  146. ;
  147. ; whether to switch to Control Connection Window automatically when
  148. ; sending commands to server
  149. ;
  150. ;auto-switch-to-control=0
  151. ;
  152. ; next items are new since 0.5
  153. ;
  154. ; default directory sort.
  155. ; 0-unsorted, 1-by name, 2-by ext, 3-by size, 4-by time
  156. ; use negative numbers to reverse, i.e. "-3" gives small files first 
  157. ;
  158. ;default-sort=0
  159. ;
  160. ; new since 0.70
  161. ;
  162. ; if this parameter is set, nftp will change into this directory
  163. ; after start
  164. ;
  165. ;default-download-path=
  166. ;
  167. ; default view of remote directory. 1 - raw (as supplied by server),
  168. ; 2 - parsed (owner/group removed)
  169. ;
  170. ;default-dir-mode=1
  171. ;
  172. ; new since 0.80
  173. ;
  174. ; whether to set time/date of retrieved file to original values
  175. ; (as stored on server)
  176. ;
  177. ;preserve-timestamp=yes
  178. ;
  179. ; new since 0.90
  180. ;
  181. ; whether to display server info in bookmarks when description is present
  182. ;bmk-show-server-info=0
  183. ;
  184. ; default directory sort for local files
  185. ; 0-unsorted, 1-by name, 2-by ext, 3-by size, 4-by time
  186. ; use negative numbers to reverse, i.e. "-3" gives small files first 
  187. ;
  188. ;default-local-sort=0
  189. ;
  190.  
  191. ; Colours are hexadecimal. First digit - foreground, second - background
  192. ; Add 80 to blink
  193. ;
  194. ; Fore             Fore                Back
  195. ; 00 black         08 darkgrey         00 black
  196. ; 01 blue          09 light blue       10 blue
  197. ; 02 green         0a light green      20 green
  198. ; 03 cyan          0b light cyan       30 cyan
  199. ; 04 red           0c light red        40 red
  200. ; 05 magenta       0d light magenta    50 magenta
  201. ; 06 brown         0e yellow           60 brown
  202. ; 07 grey          0f white            70 grey
  203.  
  204. [colours]
  205. ;
  206. ; ----- File Listing -------------------------------------------
  207. ;
  208. ; cursor pointing to marked directory (not used) (default: yellow on cyan)
  209. ;pointer-marked-dir=3e
  210. ;
  211. ; cursor pointing to marked file (default: yellow on cyan)
  212. ;pointer-marked=3e
  213. ;
  214. ; cursor pointing to directory (default: lightgreen on cyan)
  215. ;pointer-dir=3a
  216. ;
  217. ; cursor pointing to file (default: black on cyan)
  218. ;pointer=30
  219. ;
  220. ; marked directory (not used) (default: yellow on black)
  221. ;marked-dir=0e
  222. ;
  223. ; marked file (default: yellow on black)
  224. ;marked=0e
  225. ;
  226. ; directory (default: green on black)
  227. ;dir=02
  228. ;
  229. ; file (default: grey on black)
  230. ;regular-file=07
  231. ;
  232. ; ----- Dialog windows ------------------------------------------
  233. ;
  234. ; dialog window (default: grey on blue)
  235. ;dialog-box-text=17
  236. ;
  237. ; selected element in a dialog window (default: white on grey)
  238. ;dialog-box-selected=7f
  239. ;
  240. ; entry field (default: black on cyan)
  241. ;dialog-box-entryfield=30
  242. ;
  243. ; dialog window containing important information (default: grey on red)
  244. ;dialog-box-text-warn=47
  245. ;
  246. ; ----- Control Connection Window ------------------------------
  247. ;
  248. ; window header (default: grey on blue)
  249. ;controlconn-header=17
  250. ;
  251. ; server messages and responces (default: grey on black)
  252. ;controlconn-respline=07
  253. ;
  254. ; command which was sent to server (default: lightgreen on black)
  255. ;controlconn-command=0a
  256. ;
  257. ; comment (actually not a part of control connection) (default: lightred on black)
  258. ;controlconn-comment=0c
  259. ;
  260. ; ------ Bookmarks ------------------------------------------------
  261. ;
  262. ; bookmark window (default: black on grey)
  263. ;bookmark-background=70
  264. ;
  265. ; cursor (default: black on cyan)
  266. ;bookmark-pointer=30
  267. ;
  268. ; ------ Built-in File Viewer -----------------------------------
  269. ;
  270. ; file contents (default: grey on black)
  271. ;viewer-text=07
  272. ;
  273. ; status line (default: black on cyan)
  274. ;viewer-header=30
  275. ;
  276. ; string found in the text (default: bright-red on black)
  277. ;viewer-foundtext=0c
  278. ;
  279. ; -------- Miscellaneous ---------------------------------------
  280. ;
  281. ; status lines on remote directory (no. of files, no. of bytes, 
  282. ; current host/directory etc.) (default: grey on blue)
  283. ;status=17
  284. ;
  285. ; status lines on local directory (no. of files, no. of bytes, 
  286. ;  current host/directory etc.) (default: white on blue)
  287. ;status-local=1f
  288. ;
  289. ; file transfer panel (default: grey on blue)
  290. ;transfer-status=17
  291. ;
  292. ; help viewer (default: black on cyan)
  293. ;help=30
  294. ;
  295.  
  296. ; Key definitions. Please note that keys should NEVER overlap, i.e. there are
  297. ; no keystrokes which act differently in different modes. You can assign
  298. ; several keystrokes to the same action; separate them by commas, e.g.:
  299. ;    enter-directory=enter,ctrl-pgdn
  300. ;
  301. ; Do not assign character keys like 'a', '4', arrow keys, Esc.
  302. ;
  303. ; Some keys (e.g., ctrl-ampersand) do not work at all; don't be surprised.
  304. ; Valid combinations are listed in the manual.
  305. ;
  306. ; Three-key combinations (like Ctrl-Shift-Left) cannot be used.
  307. ;
  308. ; Recommended assignments are alt-something, ctrl-something, f1-f12.
  309. ;
  310. ; Many default key assignments were borrowed from Norton Commander
  311. ; and File Commander/2.
  312. ;
  313. ; Default keystrokes still perform the same functions if not assigned.
  314. ; To bind a key to nothing, list it in "nothing=" line.
  315. ;
  316. ; Available key names are (they are not case-sensitive, except standalone
  317. ; character keys like 'a' and 'A'):
  318. ;
  319. ; All these parameters are of type 'string' and can take more than
  320. ; one value. Separate values by comma. Quotes aren't needed because
  321. ; key names do not contain special characters.
  322. ;
  323. ; backspace tab enter esc lrbracket([) rrbracket(]) minus plus space
  324. ; semicolon apostrophe backapostrophe backslash comma period slash
  325. ; colon doublequote lcbracket({) rcbracket(}) questionmark lessthan
  326. ; greaterthan underline equalsign lparenth"(" rparenth")" ampersand vertline(|)
  327. ; percentsign caret(^) dollar grate(#) at(@) exclamation approx(~)
  328. ; asterisk f1..f12 insert delete home end pgup pgdn numslash numasterisk
  329. ; numminus numplus numenter left right up down gold('5' on numeric keypad)
  330. ; a..z A..Z 0..9
  331. ;
  332. ; Uncomment and change value to customize
  333.  
  334. [keys]
  335.  
  336. ; binds key to "no action"
  337. ;nothing=
  338.  
  339. ; switches between file manager and control connection. default: space
  340. ;switch-to-cc=space
  341. ; switches between local and remote file view. default: tab
  342. ;switch-local-remote=tab
  343. ; switches to raw directory view
  344. ;directory-mode-raw=ctrl-w
  345. ; switches to parsed directory view
  346. ;directory-mode-parsed=ctrl-p
  347.  
  348. ; send command to ftp server verbatim. default: alt-q
  349. ;quote=alt-q
  350. ; save current remote directory as bookmark. default: f4
  351. ;save-bookmark=f4
  352. ; exit NFTP. default: f10
  353. ;exit=f10
  354. ; log off. default: ctrl-k
  355. ;logoff=ctrl-k
  356.  
  357. ; switches autoswitching to control connection on/off. default: alt-f
  358. ;autocontrol=ctrl-a
  359. ; redraws screen (do not re-reads remote directory). default: ctrl-d
  360. ;screen-redraw=ctrl-d
  361.  
  362. ; log in to server from bookmark list. default: ctrl-b
  363. ;bookmarks=ctrl-b
  364. ; log in to anonymous ftp server, enter server name. default: ctrl-l
  365. ;login-anonymous=ctrl-l
  366. ; log in to private ftp server, enter server name/login/password. default: ctrl-n
  367. ;login_named=ctrl-n
  368. ; switches transfer mode between ASCII/BINARY. default: ctrl-t
  369. ;change-transfer-mode=ctrl-t
  370. ; enter remote directory name and change into it. default: alt-c
  371. ;change-directory=alt-c
  372. ; send NO OPERATION command. default: alt-n
  373. ;noop=alt-n
  374. ; switches between NLST with flags/LIST commands. default: alt-f
  375. ;useflags=alt-f
  376.  
  377. ; download file(s). default: f5
  378. ;download=f5
  379. ; upload file(s). default: shift-f5
  380. ;upload=shift-f5
  381. ; download all marked files in all directories. default: alt-f5
  382. ;download-all-dirs=alt-f5
  383. ; download by name entered (useful for unreadable directories). default: alt-d
  384. ;download-byname=alt-d
  385. ; save listing of current directory. default: alt-s
  386. ;save-listing=alt-s
  387. ; how many files are marked in how many directories. default: alt-i
  388. ;information=alt-i
  389.  
  390. ; view file with internal viewer. default: f3
  391. ;view-int=f3
  392. ; view file with external viewer. default: alt-f3
  393. ;view-ext=alt-f3
  394. ; delete file/directory. default: f8
  395. ;delete=f8
  396. ; create directory. default: f7
  397. ;mkdir=f7
  398. ; rename file/directory. default: f6
  399. ;rename=f6
  400.  
  401. ; sort file list by name. default: ctrl-f3
  402. ;sort-name=ctrl-f3
  403. ; sort file list by extension. default: ctrl-f4
  404. ;sort-ext=ctrl-f4
  405. ; sort file list by time. default: ctrl-f5
  406. ;sort-time=ctrl-f5
  407. ; sort file list by size. default: ctrl-f6
  408. ;sort-size=ctrl-f6
  409. ; make file list to be unsorted (as supplied by server). default: ctrl-f7
  410. ;sort-unsort=ctrl-f7
  411. ; reverse sort order. default: ctrl-f8
  412. ;sort-reverse=ctrl-f8
  413.  
  414. ; enter into the directory under cursor. default: enter, ctrl-pgdn
  415. ;enter-directory=enter,ctrl-pgdn
  416. ; go to the root directory. default: ctrl-backslash
  417. ;go-root=ctrl-backslash
  418. ; go to the directory one level up ("cd .."). default: ctrl-pgup
  419. ;go-up=ctrl-pgup
  420. ; re-read directory. default: ctrl-r
  421. ;reread=ctrl-r
  422. ; change local drive. default: f2
  423. ;change-local-drive=f2
  424.  
  425. ; mark file for downloading/uploading/deleting. default: insert
  426. ;select=insert
  427. ; mark all files in the current directory. default: ctrl-numplus
  428. ;select-all=ctrl-numplus
  429. ; unmark all files in the current directory. default: ctrl-numminus
  430. ;deselect-all=ctrl-numminus
  431. ; mark files by user-specified filter. default: plus
  432. ;select-by-filter=plus
  433. ; unmark files by user-specified filter. default: minus
  434. ;deselect-by-filter=minus
  435. ; invert selection, default: numasterisk
  436. ;invert-selection=numasterisk
  437. ; mark all files in all visited directories. default: alt-numplus
  438. ;select-alldirs=alt-numplus
  439. ; unmark all files in all visited directories. default: alt-numminus
  440. ;deselect-alldirs=alt-numminus
  441.  
  442. ; end of nftp.ini
  443.  
  444.