cooperativeUser
Programmer
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 <<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 <<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 "client" to a Novell Server as the "server"?<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 "services" from SCO unix clients to a)send a file b)run a command?<br>
--------------------------------------<br>
Thanks in advance,
#---send a file ----------------------<br>
ftp <<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 <<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 "client" to a Novell Server as the "server"?<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 "services" from SCO unix clients to a)send a file b)run a command?<br>
--------------------------------------<br>
Thanks in advance,