show progress bar while executing scp command in linux
I am being trying to execute scp command throug java frames, I want to know is there any way to show progress when i am copying a file to another system.
The scp command shows the progress in command prompt can i implement that on the jprogressbar.
thanx in advance.