Hello,
I am a UNIX novice. I am changing the code someone has written before. This code somehow connects to the database on the remote unix server. I have to redirect the code to connect to the different server. Could you please explain me the below code? (I've changed all the names in the below code)
export DBCONNECT=OPS\$ABC/`ftppwd remote_server 'ops$abc'`@database1
I understand that OPS\$ABC us a UserID. I just can't find ftppwd syntax used in the code in man.
I also reset the password on the remote server using
ftppwd -s command but I am still getting the error message
"Password is not found".
Please advise.
Thanks,
I am a UNIX novice. I am changing the code someone has written before. This code somehow connects to the database on the remote unix server. I have to redirect the code to connect to the different server. Could you please explain me the below code? (I've changed all the names in the below code)
export DBCONNECT=OPS\$ABC/`ftppwd remote_server 'ops$abc'`@database1
I understand that OPS\$ABC us a UserID. I just can't find ftppwd syntax used in the code in man.
I also reset the password on the remote server using
ftppwd -s command but I am still getting the error message
"Password is not found".
Please advise.
Thanks,