>So, just write a very simple call that uses system() or something and
>checks the result code... Pass the userid and password either on command
>line or in the environment.

One minor nitpick - you don't want to pass a password by either the
environment or as a command-line argument.  Use a pipe instead - it's a
lot safer.

--Ken

Reply via email to