Hello!

Am 23.10.03 schrieb Andy Schultz:

> Is their another or better way to run an As/400 command from a Linux box?

- ftp to the box and run a remote command:

  Create a .netrc as described in the ftp-manpage.

  ftp as400 << EOF
  quote rcmd call program
  quit
  EOF

- rexec to the box and run a remote command:

  rexec -l LOGIN -p Password as400 "call program"

Sincerly Beat Rubischon

-- 
Beat Rubischon       \|/     See http://www.rubis.ch/~beat/ for
<[EMAIL PROTECTED]>    ( 0^0 )   snail- & e-mail, phone, fax & PGP
 ---------------oOO--(_)--OOo----------------------------------
# wigwam.lugs.ch, Linux 2.4.22, up 51 days, 10:18, load: 0.09
_______________________________________________
This is the Linux 5250 Development Project (LINUX5250) mailing list
To post a message email: [EMAIL PROTECTED]
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/linux5250
or email: [EMAIL PROTECTED]
Before posting, please take a moment to review the archives
at http://archive.midrange.com/linux5250.

Reply via email to