LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   something like FAR for linux (https://www.linuxquestions.org/questions/linux-newbie-8/something-like-far-for-linux-367878/)

SBK_bg 09-28-2005 01:34 PM

something like FAR for linux
 
hi

I wanted to ask is there a tool like FAR manager but for linux?
I want to connect from my linux to another linux and copy some files .

10x

vmlinuz101 09-28-2005 01:37 PM

from google:

FAR Manager is a program for managing files and archives in Windows operating systems (9x/Me/NT/2000/XP). FAR Manager works in text mode and provides a simple and intuitive interface for performing most of the necessary actions: viewing files and directories, editing, copying and renaming files and many other operations.

Midnight Commander should do the trick. Could/Should be installed. Go to your konsole (terminal) and select a new session and select a Midnight Commander session. Also, gentoo has a file manager that does this exceedingly well.

JimBass 09-28-2005 01:40 PM

No clue what FAR is, but copying files between linux boxes is trivially easy with the scp command at the terminal. Do
Code:

man scp
and as long as you can reach one linux box from the other, you're all set. If you can't, try having a 3rd box, visible to both.

Peace,
JimBass

SBK_bg 09-28-2005 01:41 PM

how to connect
 
yes i know what FAR is

bur in lunux how do i make midnight to connect to the ather linux?

david_ross 09-28-2005 01:46 PM

Welcome to LQ.

rsync, sftp or scp is probably what you are looking for in order to do a secure copy.

vmlinuz101 09-28-2005 01:49 PM

sorry, the explanation i gave was because there's more than one software tool called far, and i wanted to make sure you knew that i was talking about the right FAR...

Use scp

SBK_bg 09-28-2005 01:57 PM

10x
 
10x

i'll try it


All times are GMT -5. The time now is 12:45 PM.