So I have a UUCP setup that is mostly working, it's pulling files from a Solaris 10 setup to an Altos 586 running Xenix 3.1
It works great transferring single files like: ( tharsis is the Sun )
uucp tharsis\!/usr/spool/uucppublic/file.c /mp/mike/kermit/file.c
But when I try to wildcard a bunch like:
uucp tharsis\!/usr/spool/uucppublic/*.c /mp/mike/kermit I get an immediate error ... tharsis!/usr/spool/uucppublic/: No such file or directory
Same directory in both cases, and the error is instantaneous, def is not coming from the tharsis Sun system, it's Xenix having a fit and I can't figure out what's wrong with a wildcard ???
It works great transferring single files like: ( tharsis is the Sun )
uucp tharsis\!/usr/spool/uucppublic/file.c /mp/mike/kermit/file.c
But when I try to wildcard a bunch like:
uucp tharsis\!/usr/spool/uucppublic/*.c /mp/mike/kermit I get an immediate error ... tharsis!/usr/spool/uucppublic/: No such file or directory
Same directory in both cases, and the error is instantaneous, def is not coming from the tharsis Sun system, it's Xenix having a fit and I can't figure out what's wrong with a wildcard ???