Comments on: 5 CLI Tools for Downloading Files and Browsing Internet in Terminal https://www.tecmint.com/linux-command-line-tools-for-downloading-files/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Tue, 09 Jan 2024 08:00:52 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/linux-command-line-tools-for-downloading-files/comment-page-1/#comment-798491 Mon, 11 Jul 2016 08:03:23 +0000 http://www.tecmint.com/?p=5619#comment-798491 In reply to Rajoski.

@Rajoski,

You should use rsync or scp command to get the file from remote server to local, please go through these articles on how to do it..

http://www.tecmint.com/scp-commands-examples/
http://www.tecmint.com/rsync-local-remote-file-synchronization-commands/

]]>
By: Rajoski https://www.tecmint.com/linux-command-line-tools-for-downloading-files/comment-page-1/#comment-798303 Sat, 09 Jul 2016 19:02:58 +0000 http://www.tecmint.com/?p=5619#comment-798303 i have a script on my server. i am on that server and i want to get a copy of that file to my local desktop. Please help me with some command that can help to do download the file from server to local machine.
Thanks in advance.

]]>
By: Ravi Saive https://www.tecmint.com/linux-command-line-tools-for-downloading-files/comment-page-1/#comment-729690 Mon, 28 Dec 2015 11:44:42 +0000 http://www.tecmint.com/?p=5619#comment-729690 In reply to pathi.

@Pathi,

It seems the remote server firewall is blocking, have you opened port 80 on the destination server that you’re trying to connect..

]]>
By: pathi https://www.tecmint.com/linux-command-line-tools-for-downloading-files/comment-page-1/#comment-727362 Wed, 23 Dec 2015 07:10:37 +0000 http://www.tecmint.com/?p=5619#comment-727362 Hi
I am trying to download a zip file from browser, it showing the message like “0curl: (7) Failed to connect to 10.10.10.10 port 80: No route to host”.
Any idea to resolve the issue. Thanks in advance.

]]>
By: wgetman https://www.tecmint.com/linux-command-line-tools-for-downloading-files/comment-page-1/#comment-696729 Wed, 28 Oct 2015 08:54:04 +0000 http://www.tecmint.com/?p=5619#comment-696729 In reply to Gene Ricky Shaw.

Wget does work very well if you spoof the user-agent string and make the target website ‘think’ that you are just a user, and not wget.

]]>