<div dir="ltr"><br><br><div class="gmail_quote">On Sun, Aug 17, 2008 at 11:19 AM, Linux Man <span dir="ltr"><<a href="mailto:linuxman.uru@gmail.com">linuxman.uru@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello.<br>
I need to copy several file from one PC to another over Internet, both<br>
using CentOS.<br>
What file manager that works over console do you recommend me?<br>
Thanks at all<br>
Best Regards<br>
_______________________________________________<br>
</blockquote></div><br>scp is the easiest in this regard. It runs over SSH, so your data is secure - especially if it's over the open internet. <br><br>The commands are as follows: scp user1@otherhost:/home/user1/myfile .<br>
<br>This assumes user1 is a user on that machine, and has SSH access. The file /home/user1/myfile will be copied to the current folder - denoted by the dot ( . )<br clear="all"><br>-- <br><br>Kind Regards<br>Rudi Ahlers<br>

</div>