LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   "remote explorer" needed from Windows for RH9 without GUI (https://www.linuxquestions.org/questions/linux-newbie-8/remote-explorer-needed-from-windows-for-rh9-without-gui-250198/)

m-blaster 11-02-2004 09:09 AM

"remote explorer" needed from Windows for RH9 without GUI
 
hello,
I have a gateway / file server with clarkconnect RH9 based linux without any GUI.
Often I am copying / moving / extracting big files between the partitions with takes quite long when doing it from my winows pc over samba (100Mbit Lan).
I am a drag and drop user so console based ssh is nothing for me.

So I search a programm that runs like an remote explorer on my windows client and makes my orders direct on the linux server.

Even Secure file transfer over ssh caches the files on my windows pc.

Does anybody have an idea which programm to use?

ror 11-02-2004 09:56 AM

What's wrong with SSH, sounds like exactly what you want.

ranger_nemo 11-02-2004 10:19 AM

You can look into VNC. It allows you to run a server on the one computer, and a client on the other. When you run the client on the local computer, you actually login to the remote computer across the network. The local just acts as a terminal of the remote. You can login to a standard desktop on the remote. You don't need a monitor or keyboard/mouse on the remote, because it's being controlled by the local.

m-blaster 11-02-2004 10:49 AM

PLEASE READ MY TOPIC CAREFULLY !
I have Clarkconnect, there is no X on the gateway/server, no KDE, no Gnome, no Konquerer no norton commander....only the console (remote over ssh).

No windows user is managing his files with the dos prompt.

So what programs can I use ?

michaelk 11-02-2004 10:56 AM

Midnight Commander (mc) is a ncurses explorer type file browser.

You would use ssh to connect to the server and then run mc.

m-blaster 11-02-2004 11:25 AM

@michaelK:
I wanted to try it but there are some libs to be installed...

does it support drag and drop ?

m-blaster 11-04-2004 04:08 AM

?

Haiyadragon 11-04-2004 06:27 AM

Try WinSCP . It looks like Total Commander only it's over ssh.

edit. Oh yeah. You can drag&drop stuff all over it.

michaelk 11-04-2004 06:52 AM

MC isn't exactly drag and drop because it is a command line application. Your probably to young to remember DOS xtree gold or any other DOS tree application. Command line stuff is not difficult and you can write batch files to minimize key strokes.

winscp is for transfering between client and server but I am under the impression your wanting to copy between directories on the remote computer.

Haiyadragon 11-04-2004 09:05 AM

Quote:

Originally posted by michaelk
winscp is for transfering between client and server but I am under the impression your wanting to copy between directories on the remote computer. [/B]
WinSCP can move, copy and delete files on a remote computer. In fact if you change the interface to Explorer-like you'll only see the remote directory with a file tree. Perfect for remote file managing. And with custom commands (just found out) you can make it pack and unpack stuff.

m-blaster 11-04-2004 12:52 PM

@Haiyadragon:
Does a data transfer on the remote computer run over the client via network or direct on the remote computer ?

Is it like copying file over the network environment (on a windows PC)?

Haiyadragon 11-04-2004 05:10 PM

I'm pretty sure it copies the files directly. But I'll confirm that tomorrow.

Haiyadragon 11-05-2004 04:35 AM

I just moved a 700 MB file in a second remotely. I think it's save to say it moves it directly.

Lleb_KCir 11-05-2004 11:36 AM

winSCP is your friend. it is a sFTP GUI based M$ client that will run and look a lot like cuteFTP.

fyi, samba file copies will work directly though a maped drive

to map the drive:

open 'My Computer'
click tools
click 'Map Network Drive'
enter //IPaddres/share_in_samba
check reconnect box
OK

all done, now you can use the windows explorer to access, copy, move, delete, manage as if it were a local drive.

you will have to make the samba user that matches your windows user, and the then creat a smbpasswd for it, but its rather simple...

if you are having slow speeds via samba, not much is going to speed that up short of a better switch, NICs, and HDs at both ends.

m-blaster 11-07-2004 11:26 AM

I am using winscp now but when moving a test folder from one mount point to another then this error comes:

General failure (server should provide error description).
Error code: 4
Error message from server: Failure
Request code: 18

I think there is no file right management problem because over samba the test folder can be moved without problem.

Does anybody know what I am doing wrong?


All times are GMT -5. The time now is 08:00 PM.