Skip to Content
0
Former Member
Sep 26, 2005 at 06:15 PM

loading unix file from SAP appserver to NT server

15 Views

Hello..I am trying to use shellscript (external command) to tranfer unix file from SAP app server to NT server. I have difficulty passing parameters in right way. Can anybody help me!, Please suggest any alternatives. We have a scheduled job that writes file to app server directory and I need to pull that file and place on NT server. Any help is really appreciated.

Parameters I have are

#Assign input parameters

NTSERVER=$3

NTLOCATION=$4

UNIXLOCATION=$1

UNIXFILENAME=$2

Ram.