webCDwriter Network CD Writing
Home
Screenshots
Live-Demo
Documents
Download
RPMs
Support
Feedback
Donations
Author
Links

Release Notes

webCDwriter 2.4.3

Some instructions on the new features:
  • To get support for file names containing non-ISO-8859-1 characters set
    useUTF8=on
    in /etc/CDWserver/config and use the special mkisofs with UTF-8 support.
  • By setting
    portNo=80
    in /etc/CDWserver/config you may access webCDwriter by http://your_server/. Although the HTTP implementation is still incomplete you can use CDWserver as a simple web server. The root of the document tree is currently /etc/CDWserver/.
  • If you writer supports overburning, you may activate it in webCDwriter by setting
    overburnSupport=on
    in /etc/CDWserver/config. CDWserver will call cdrecord with the arguments
    overburnSupportArgs=-dao -overburn
    (default).