Hey guys,
I am new to Perl and I have been trying hard to capture the progress of the scp command from my perl script..When we run hte scp command from the command prompt it displays the transfer progress. But when I run the same command from my Perl script using the system command or the backticks, I cant capture the progress. Actually I have a Java GUI that calls this perl script to transfer the file to a server. Can someone tell me what would be the best way to capture the progress and show it in the GUI?
Any help / suggestion is greatly appreciated !
thanks.