I'm using the scp command in a node application to transfer a file to a server; I've not been able to show in console the progress while transferring, as "scp" normally does if you use it in the shell manually; here is my code:I'm using the scp command in a node application