Network Access

DACT has very rich network support. It supports referencing files on the command line (though not in the way you would expect), embedding netscape-style URLs in the header to be checked (and CRC verified) before extracting the local data, and even emebedding a file with a list of URLs to check with variable substitution.

Support for extracting files on the command line currently operates exactly the same for local files as for files specified in URL style. This means that if you were to do:
    dact -d ftp://www.rkeene.org/users/rkeene/dact.tar.gz
DACT would try to write to the file ftp://www.rkeene.org/users/rkeene/dact.tar which will fail.

Examples: