home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 31 / CDASC_31_1996_juillet_aout.iso / vrac_os2 / nftp072.zip / NFTP.INI < prev    next >
INI File  |  1996-05-26  |  8KB  |  296 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 direcory first,
  20. ; then in the path.
  21. ;
  22. ;default-port=21
  23. ;
  24. ; new since 0.70
  25. ;
  26. ; are you behind the firewall?
  27. ;
  28. ;firewalling=0
  29. ;
  30. ; name of your proxy server (if any)
  31. ;
  32. ;proxy-server="????"
  33. ;
  34. ; your login on proxy server
  35. ;
  36. ;proxy-login="????"
  37. ;
  38. ; whether to use PASV mode all the way. If you don't know what's that
  39. ; don't touch it
  40. ;
  41. ;use-PASV-mode=0
  42.  
  43. ;-----------------------------------------------------------------------
  44. [registration]
  45. name=
  46. code=
  47. message=1
  48.  
  49. ;-----------------------------------------------------------------------
  50.  
  51. [options]
  52. ;
  53. ; dereference symlinks on server. Setting to 0 is not recommended
  54. ;
  55. ;dereference-links=1
  56. ;
  57. ; Include files starting with "." into list ?
  58. ;
  59. ;show-dotted=1
  60. ;
  61. ; Debugging. Do not set to 1 unless nftp goes crazy. Produces huge logs
  62. ;
  63. ;debug=0
  64. ;
  65. ; whether to beep at the end of transfer
  66. ;
  67. ;transfer-bell=1
  68. ;
  69. ; whether to pause at transfer stats screen at the end of transfer
  70. ;
  71. ;transfer-pause=1
  72. ;
  73. ; whether to log transfers. Pretty useful option to keep history and
  74. ; statistics
  75. ;
  76. ;log-transfers=1
  77. ;
  78. ; name of transfer log. This may be global file (one for several instances
  79. ; of nftp running simultaneously).
  80. ;
  81. log-transfers-name="nftp.fls"
  82. ;
  83. ; whether to ask to save current host/dir as bookmark at logoff.
  84. ; D'you remember that nCftp does this always?
  85. ;
  86. ;save-bookmark-at-logoff=0
  87. ;
  88. ; where to save bookmark information. This may be global file (one for
  89. ; several instances of nftp).
  90. ;
  91. bookmarks-file="nftp.mrk"
  92. ;
  93. ; external program invoked by Alt-F3. Substitute your favourite viewer/editor
  94. ;
  95. ;text-viewer="tedit.exe"
  96. ;
  97. ; whether to switch to Control Connection Window automatically when
  98. ; sending commands to server
  99. ;
  100. ;auto-switch-to-control=0
  101. ;
  102. ; next items are new since 0.5
  103. ;
  104. ; default directory sort.
  105. ; 0-unsorted, 1-by name, 2-by ext, 3-by size, 4-by time
  106. ;
  107. ;default-sort=0
  108. ;
  109. ; new since 0.70
  110. ;
  111. ; whether to beep when logged in
  112. ;
  113. ;login-bell=1
  114. ;
  115. ; if this parameter is set, nftp will change into this directory
  116. ; after start
  117. ;
  118. default-download-path=
  119. ;
  120. ; default view of remote directory. 0 - raw (as supplied by server),
  121. ; 1 - parsed (owner/group removed)
  122. ;
  123. ;default-dir-mode=1
  124.  
  125. ; Colours are hexadecimal. First digit - foreground, second - background
  126. ; Add 80 to blink
  127. ;
  128. ; Fore             Fore                Back
  129. ; 00 black         08 darkgrey         00 black
  130. ; 01 blue          09 light blue       10 blue
  131. ; 02 green         0a light green      20 green
  132. ; 03 cyan          0b light cyan       30 cyan
  133. ; 04 red           0c light red        40 red
  134. ; 05 magenta       0d light magenta    50 magenta
  135. ; 06 brown         0e yellow           60 brown
  136. ; 07 grey          0f white            70 grey
  137.  
  138. [colours]
  139. ;pointer-marked-dir=3e
  140. ;pointer-marked=3e
  141. ;pointer-dir=3a
  142. ;pointer=30
  143. ;marked-dir=0e
  144. ;marked=0e
  145. ;dir=02
  146. ;regular-file=07
  147. ;status=17
  148. ;transfer-status=17
  149. ;dialog-box-text=17
  150. ;dialog-box-selected=7f
  151. ;controlconn-header=17
  152. ;controlconn-respline=07
  153. ;controlconn-command=0a
  154. ;controlconn-comment=0c
  155. ;bookmark-background=70
  156. ;bookmark-pointer=30
  157. ;; next items are new since 0.2
  158. ;dialog-box-entryfield=30
  159. ; next items are new since 0.5
  160. ;help=30
  161. ;dialog-box-text-warn=47
  162. ;viewer-text=07
  163. ;viewer-header=30
  164.  
  165. ; Key definitions. Please note that keys should NEVER overlap, i.e. there are
  166. ; no keystrokes which act differently in different modes. You can assign
  167. ; several keystrokes to the same action; separate them by commas, e.g.:
  168. ;    enter-directory=enter,ctrl-pgdn
  169. ;
  170. ; Do not assign character keys like 'a', '4', arrow keys, Esc.
  171. ;
  172. ; Some keys (e.g., ctrl-ampersand) do not work at all; don't be surprised.
  173. ; Valid combinations are listed in the manual.
  174. ;
  175. ; Three-key combinations (like Ctrl-Shift-Left) cannot be used.
  176. ;
  177. ; Recommended assignments are alt-something, ctrl-something, f1-f12.
  178. ;
  179. ; Many default key assignments were borrowed from Norton Commander
  180. ; and File Commander/2.
  181. ;
  182. ; Default keystrokes still perform the same functions if not assigned.
  183. ; To bind a key to nothing, list it in "nothing=" line.
  184. ;
  185. ; Available key names are (they are not case-sensitive, except standalone
  186. ; character keys like 'a' and 'A'):
  187. ;
  188. ; backspace tab enter esc lrbracket([) rrbracket(]) minus plus space
  189. ; semicolon apostrophe backapostrophe backslash comma period slash
  190. ; colon doublequote lcbracket({) rcbracket(}) questionmark lessthan
  191. ; greaterthan underline equalsign lparenth"(" rparenth")" ampersand vertline(|)
  192. ; percentsign caret(^) dollar grate(#) at(@) exclamation approx(~)
  193. ; asterisk f1..f12 insert delete home end pgup pgdn numslash numasterisk
  194. ; numminus numplus numenter left right up down gold('5' on numeric keypad)
  195. ; a..z A..Z 0..9
  196. ;
  197. ; Uncomment and change value to customize
  198.  
  199. [keys]
  200.  
  201. ;; binds key to "no action"
  202. ;nothing=
  203.  
  204. ;; switches between file manager and control connection. default: space
  205. ;switch-to-cc=space
  206. ;; switches between local and remote file view. default: tab
  207. ;switch-local-remote=tab
  208. ;; switches to raw directory view
  209. ;directory-mode-raw=ctrl-w
  210. ;; switches to parsed directory view
  211. ;directory-mode-parsed=ctrl-p
  212.  
  213. ;; send command to ftp server verbatim. default: alt-q
  214. ;quote=alt-q
  215. ;; save current remote directory as bookmark. default: f4
  216. ;save-bookmark=f4
  217. ;; exit NFTP. default: f10
  218. ;exit=f10
  219. ;; log off. default: ctrl-k
  220. ;logoff=ctrl-k
  221.  
  222. ;; switches autoswitching to control connection on/off. default: alt-f
  223. ;autocontrol=ctrl-a
  224. ;; redraws screen (do not re-reads remote directory). default: ctrl-d
  225. ;screen-redraw=ctrl-d
  226.  
  227. ;; log in to server from bookmark list. default: ctrl-b
  228. ;bookmarks=ctrl-b
  229. ;; log in to anonymous ftp server, enter server name. default: ctrl-l
  230. ;login-anonymous=ctrl-l
  231. ;; log in to private ftp server, enter server name/login/password. default: ctrl-n
  232. ;login_named=ctrl-n
  233. ;; switches transfer mode between ASCII/BINARY. default: ctrl-t
  234. ;change-transfer-mode=ctrl-t
  235. ;; enter remote directory name and change into it. default: alt-c
  236. ;change-directory=alt-c
  237. ;; send NO OPERATION command. default: alt-n
  238. ;noop=alt-n
  239. ;; switches between NLST with flags/LIST commands. default: alt-f
  240. ;useflags=alt-f
  241.  
  242. ;; download file(s). default: f5
  243. ;download=f5
  244. ;; upload file(s). default: shift-f5
  245. ;upload=shift-f5
  246.  
  247. ;; view file with internal viewer. default: f3
  248. ;view-int=f3
  249. ;; view file with external viewer. default: alt-f3
  250. ;view-ext=alt-f3
  251. ;; delete file/directory. default: f8
  252. ;delete=f8
  253. ;; create directory. default: f7
  254. ;mkdir=f7
  255.  
  256. ;; sort file list by name. default: ctrl-f3
  257. ;sort-name=ctrl-f3
  258. ;; sort file list by extension. default: ctrl-f4
  259. ;sort-ext=ctrl-f4
  260. ;; sort file list by time. default: ctrl-f5
  261. ;sort-time=ctrl-f5
  262. ;; sort file list by size. default: ctrl-f6
  263. ;sort-size=ctrl-f6
  264. ;; make file list to be unsorted (as supplied by server). default: ctrl-f7
  265. ;sort-unsort=ctrl-f7
  266. ;; reverse sort order. default: ctrl-f8
  267. ;sort-reverse=ctrl-f8
  268.  
  269. ;; enter into the directory under cursor. default: enter, ctrl-pgdn
  270. ;enter-directory=enter,ctrl-pgdn
  271. ;; go to the root directory. default: ctrl-backslash
  272. ;go-root=ctrl-backslash
  273. ;; go to the directory one level up ("cd .."). default: ctrl-pgup
  274. ;go-up=ctrl-pgup
  275. ;; re-read directory. default: ctrl-r
  276. ;reread=ctrl-r
  277. ;; change local drive. default: f2
  278. ;change-local-drive=f2
  279.  
  280. ;; mark file for downloading/uploading/deleting. default: insert
  281. ;select=insert
  282. ;; mark all files in the current directory. default: ctrl-numplus
  283. ;select-all=ctrl-numplus
  284. ;; unmark all files in the current directory. default: ctrl-numminus
  285. ;deselect-all=ctrl-numminus
  286. ;; mark files by user-specified filter
  287. ;select-by-filter=plus
  288. ;; unmark files by user-specified filter
  289. ;deselect-by-filter=minus
  290. ;; invert selection
  291. ;invert-selection=numasterisk
  292.  
  293. ; end of nftp.ini
  294.  
  295.  
  296.