LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   scp progress on the recieving end? (https://www.linuxquestions.org/questions/linux-newbie-8/scp-progress-on-the-recieving-end-728662/)

geomysterio 05-26-2009 02:41 PM

scp progress on the recieving end?
 
I have a large file being transferred to my server via scp from an external source. I know that on the client, you can see a nice progress meter in the terminal, but is there any way to call that up server-side?

anomie 05-26-2009 02:48 PM

I don't know of one. To keep an eye on things, I usually just do:

# watch du -h <file here>


All times are GMT -5. The time now is 05:02 PM.