home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / extensions.ini < prev    next >
Encoding:
INI File  |  2004-03-24  |  822 b   |  33 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. txt = 0
  19. htm = 0
  20. html = 0
  21. php = 0
  22. php3 = 0
  23. phtm = 0
  24. phtml = 0
  25. phps = 0
  26.  
  27. ; BINARY-Extensions
  28.  
  29. [BINARY]
  30.  
  31. jpg = 1
  32. gif = 1
  33. bmp = 1