home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 June / PCpro_2005_06.ISO / files / opensource / xamp / xampp-win32.exe / xampp / extensions.ini < prev    next >
Encoding:
INI File  |  2004-10-01  |  1.1 KB  |  79 lines

  1. ; This file can determine file-extension and wether to transfer them in 
  2. ; binary- or ascii-mode. The two different values for file-modes are:
  3. ;
  4. ; FTP_ASCII (which equals 0)
  5. ; FTP_BINARY (which equals 1)
  6. ;
  7. ; This file will be directly parsed by parse_ini_file(), so beware of making mistakes
  8. ; inside this file, or your application may crash, everytime you parse your file.
  9. ;
  10. ; You can have more than 1 file containing extension-settings, for different kinds of
  11. ; application, server or case. But beware, if you've parsed a file into your Net_FTP-object,
  12. ; and after that you parse another file, the old settings will be overwriten!
  13. ;
  14. ; ASCII-Extensions:
  15.  
  16. [ASCII]
  17.  
  18. asc = 0
  19. ascx = 0
  20. asp = 0
  21. aspx = 0
  22. bas = 0
  23. bash = 0
  24. bat = 0
  25. c = 0
  26. cfc = 0
  27. cfm = 0
  28. cgi = 0
  29. class = 0
  30. conf = 0
  31. css = 0
  32. h = 0
  33. hhc = 0
  34. hhk = 0
  35. hpp = 0
  36. hta = 0
  37. htm = 0
  38. html = 0
  39. inc = 0
  40. nfo = 0
  41. ini = 0
  42. inf = 0
  43. jav = 0
  44. java = 0
  45. js = 0
  46. jsp = 0
  47. log = 0
  48. nfo = 0
  49. pas = 0
  50. php = 0
  51. php3 = 0
  52. php4 = 0
  53. phtml = 0
  54. pl = 0
  55. svg = 0
  56. sh = 0
  57. shtml = 0
  58. tcl = 0
  59. text = 0
  60. txt = 0
  61. vb = 0
  62. vbs = 0
  63. wml = 0
  64. xhtm = 0
  65. xhtml = 0
  66. xml = 0
  67. xsd = 0
  68. xsl = 0
  69. xsl = 0
  70. xslt = 0
  71. xul = 0
  72.  
  73. ; BINARY-Extensions
  74.  
  75. [BINARY]
  76.  
  77. jpg = 1
  78. gif = 1
  79. bmp = 1