Open
Description
Current put() method executes "scp -t " on remote server and receives file then being sent via chan.sendall() over the channel.
I'm getting intermittent failures and I'd like to get verbose output from scp to help trace issue. I can manually change scp.py to execute "scp -v -t " however no idea where the stdout is being sent to ?
Any ideas ?