Comments on: How to Transfer Files Between Two Computers using nc and pv Commands https://www.tecmint.com/transfer-files-between-two-linux-machines/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Thu, 13 Jul 2023 14:33:54 +0000 hourly 1 By: Ravi Saive https://www.tecmint.com/transfer-files-between-two-linux-machines/comment-page-1/#comment-860788 Thu, 19 Jan 2017 05:40:27 +0000 http://www.tecmint.com/?p=18065#comment-860788 In reply to Rizwan.

@Rizwan,

You should install and enable epel repository to install netcat package as shown:

# yum install epel-release
# yum install nc
]]>
By: Rizwan https://www.tecmint.com/transfer-files-between-two-linux-machines/comment-page-1/#comment-860641 Wed, 18 Jan 2017 08:30:46 +0000 http://www.tecmint.com/?p=18065#comment-860641 Thank you Ravi for useful info. However while I am trying to install nc on CentOS, I receive the following message – ‘No package netcat available’

]]>
By: Jens Augustsson https://www.tecmint.com/transfer-files-between-two-linux-machines/comment-page-1/#comment-845897 Fri, 09 Dec 2016 21:36:29 +0000 http://www.tecmint.com/?p=18065#comment-845897 Sweet,

On Ubuntu I use woof which enables the client to use the browser to download the file, but since I can’t get woof to work on Fedora this is a excellent workaround. Thanks!

]]>
By: Ravi Saive https://www.tecmint.com/transfer-files-between-two-linux-machines/comment-page-1/#comment-828082 Wed, 12 Oct 2016 05:30:41 +0000 http://www.tecmint.com/?p=18065#comment-828082 In reply to Jj.

@Jj,

Yes, no need of SSH configured on client nor any username/password its just works on TCP port, and yes it is very useful in sharing files in no time without any clients..

]]>
By: Jj https://www.tecmint.com/transfer-files-between-two-linux-machines/comment-page-1/#comment-828000 Tue, 11 Oct 2016 21:04:34 +0000 http://www.tecmint.com/?p=18065#comment-828000 In reply to Ravi Saive.

Any good feature? remote does not need to have configured ssh.. No logins no passwords.. You can stream only one file for your colleague in office very quick just tell him ip and port… In the office this approach has more advantages than sharing your whole /home with ssh :)

]]>