Hi friend
I have a command: sftp -v
dtxsttp90102@dtx.us.dell.com
I need to connect sftp server using above command and grep for some files
and need to back to script
can anyone tell me how to write script
connectingSFTP.sh
--------------------
sftpCmd=`sftp -v
dtxsttp90102@dtx.us.dell.com'
echo $sftpCmd
but its not working
thanks
krish.