Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SCO to Novell

Status
Not open for further replies.

cooperativeUser

Programmer
Oct 3, 1999
2
US
From SCO to SCO, the following lines will work within script files, and a)send a file b)run a command. There are (slightly different) lines which work in batch files from Win98 (client) to SCO (server)<br>
#---send a file ----------------------<br>
ftp &lt;&lt;EOF<br>
open the.other.one.123<br>
user SomeUser<br>
passwd SomePasswd<br>
bin<br>
put SomeFile<br>
chmod 666 SomeFile<br>
EOF<br>
#---run a command --------------------<br>
telnet &lt;&lt;EOF<br>
open the.other.one.123<br>
user SomeUser<br>
passwd SomePasswd<br>
command<br>
EOF<br>
--------------------------------------<br>
1)What commands would a)send a file b)run a command from SCO as the &quot;client&quot; to a Novell Server as the &quot;server&quot;?<br>
I beleive they are ncopy ( or ncp ) and nlogin.<br>
--------------------------------------<br>
2)Do I need only install the SCO Gateway for Novell and finish the IPX/SPX install, or does something also need to be setup on the Novell side? <br>
--------------------------------------<br>
3)Does someone out there know other ways to access Novell &quot;services&quot; from SCO unix clients to a)send a file b)run a command?<br>
--------------------------------------<br>
Thanks in advance,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top