Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to turn on verbose for SFTP?

User356928Feb 14 2013 — edited Feb 14 2013
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 14 2013
Added on Feb 14 2013
2 comments
2,652 views