Hi,
What am I missing? I'm attempting to grab the patches from an NFS mounted directory (/mnt/tmp/edco) and copy them to a local directory (/temp_patch).# ./pca --wget=/opt/sfw/bin/wget -l missingr -y --xrefdir=/var/tmp --patchdir=/temp_patch --patchurl=/mnt/tmp/edco -d
The "patchurl" option requires a URL, not a path, so try it with: --patchurl=file:/mnt/tmp/edco instead. Martin.
