I recently encounter a problem while downloading file from my Ubuntu 16.04 server. I can ssh to the server computer normally and type commands as well. However, when I try to download file from the computer via scp command, the process goes without any speed. It used to work well and I want to know why and how to solve the problem. Thank you in advance!
Here is what I get when typing scp command:
vim.7z 0% 0 0.0KB/s --:-- ETA
acket_write_wait: Connection to 10...... port 22: Connection timed out
What I have tried:
- I can scp files from other computer into this one.
- Estabilishing VNC is also unavailable.
- I have full control of the computer.
- It seems to be a network problem which blocks sending data from the server(the computer).
- Web browser works well, I can see data on the Internet as normal.
- I can ssh to another computer from the problemed one and ping the internet normally.
Since I am totally unfamiliar with network problem, I hope somebody can help me.