How to use $XXDB_TOP in ftp
Hi ,
Can you please help me to know, how can i use $XXDB_TOP in place of using full path like (/prdfin/app/prdappl/xxdb/11.5.0/bin) in ftp command.
I am using below command to get the data from other server to our local server
ftp -n 19.61.190.193 <<EOF
passive
quote USER XXXXXXX
quote PASS XXXXXXX
ascii
lcd /prdfin/app/prdappl/xxdb/11.5.0/bin
get xxdb_ar_i101_nsf_receipt_upload.csv
bye
EOF
But i want to use $XXDB_TOP/bin in place of /prdfin/app/prdappl/xxdb/11.5.0/bin.
Is it possible or not.
If yes, then how.
Thanks
Can you please help me to know, how can i use $XXDB_TOP in place of using full path like (/prdfin/app/prdappl/xxdb/11.5.0/bin) in ftp command.
I am using below command to get the data from other server to our local server
ftp -n 19.61.190.193 <<EOF
passive
quote USER XXXXXXX
quote PASS XXXXXXX
ascii
lcd /prdfin/app/prdappl/xxdb/11.5.0/bin
get xxdb_ar_i101_nsf_receipt_upload.csv
bye
EOF
But i want to use $XXDB_TOP/bin in place of /prdfin/app/prdappl/xxdb/11.5.0/bin.
Is it possible or not.
If yes, then how.
Thanks
0