AFS::Command::VOS 1.7 review
DownloadAFS::Command::VOS is a OO API to the AFS vos command. new ( command => $path_to_your_vos_binary,
|
|
AFS::Command::VOS is a OO API to the AFS vos command.
new
(
command => $path_to_your_vos_binary,
);
my $vos = AFS::Command::VOS->new
(
localauth => 1,
encrypt => 1,
);
This module implements an OO API wrapper around the AFS 'vos' command. The supported methods depend on the version of the vos binary used, and are determined automagically.
Requirements:
Perl
AFS::Command::VOS 1.7 keywords