UDFclient is a userland implementation of the UDF filesystem as defined by the OSTA group. It is designed to be a study platform and a run-up to a full read and write (NetBSD) kernel level implementation. It provides a user interface not unlike ftp but differs in that it always fetches or writes files recursively. It supports the basic get, mget, put, mput, mv, rm, mkdir, cd, lcd, free, pwd, and lls command set.
License: Artistic License
Changes:
This release fixes yet another regression found on some DVD-R/CD-RW drives, fixing newfs_udf and udfclient writing on those drives. Complete harddisc/flash support on Linux apeared to be broken and should be fixed now. There are many enhancements to cd_discect; it now reports not only the TOC and the PMA, but also the ATIP. The ATIP contains information on the CD-RW subtype, which is crucial for checking whether the disc can be written by the drive.