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:
A fix for Microsoft Vista formatted media that has a peculiar partition numbering scheme that confused the UDFclient. Minor cosmetic changes to make it less dependent on gcc's C extensions.