UDFclient 0.7.1 (Default branch)

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 has been enhanced with ideas and features from the author's NetBSD kernel implementation, enhancing directory operations and fixing potential lockups on 512 bytes/sector media. NetBSD hard disk support has been fixed, as well as a few compilation warnings when compiled with '-Wextra', revealing some possible bugs. cd_disect has been enhanced to display some more disc types. Some patches are included to fix possible buffer errors.

More...