How to turn on verbose for SFTP?
Hi,
I am using a SFTP but I am not able to turn on verbose for SFTP.
Below is the one I use which works fine in moving the files but I want the verbose on to see the activity details.
SFTP_LOG=`lftp -u $P_USERID,$P_PSWD sftp://$P_HOSTNAME <<EOF
cd $P_DEST_DIR
mput $P_FILE_PREFIX
bye
EOF`
Please let me know in what way I can have verbose on?
Thanks,
Satish