Getting scp's status bar to appear in a Java window

Posted by pete on Stack Overflow See other posts from Stack Overflow or by pete
Published on 2010-05-04T23:56:16Z Indexed on 2010/05/05 0:18 UTC
Read the original article Hit count: 146

Filed under:
|
|

I'm writing a program that uses scp to copy files in a bigger java program. As it stands now, the program freezes up while the scp is copying the file, which can take a few minutes, so I'd like to be able to display the progress of the scp or at the very least get the terminal window with the scp progress to show up! Any suggestions?

© Stack Overflow or respective owner

Related posts about java

Related posts about scp