blob: f296b02f5d3e2036eefdb4d86d5a91706613d1af (
plain)
1
2
3
4
5
6
7
8
9
|
UDFclient is a userland implementation of the UDF filingsystem as defined by
the OSTA group. UDFclient is designed to be a study platform and a run-up to a
full read and write kernel level implementation.
UDFclient basically provides a user interface not unlike ftp(1) but always
fetches and writes files recursively from the disc(s).
See the packages homepage http://www.13thmonkey.org/udfclient for its features
and history.
|