cannot download file from server

Viewed 22

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:

  1. I can scp files from other computer into this one.
  2. Estabilishing VNC is also unavailable.
  3. I have full control of the computer.
  4. It seems to be a network problem which blocks sending data from the server(the computer).
  5. Web browser works well, I can see data on the Internet as normal.
  6. 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.

0 Answers
Related