I am using a server where i need to login twice. The first time i login as my boxname and pass. The 2nd login is 'root' so i can access the content of the box (i dont understand it but that hasnt stopped me from using it as normal).

Now i like a GUI so i can browse files easier and drag and drop multiple files instead of using the command line. WinSCP doesnt work as it locks up. I suspect its because there is a prompt to log in again.

What can i use to drag & drop files?

link|improve this question

55% accept rate
feedback

migrated from serverfault.com Jul 10 '10 at 5:23

This question came from our site for system administrators and desktop support professionals.

3 Answers

up vote 1 down vote accepted

you can mount ssh location trough sshfs (both of them), and then just use any of GUI file manager.
http://fuse.sourceforge.net/sshfs.html

link|improve this answer
feedback

For a shell based solution, you are going to have limited ability to interact with the filesystem with a mouse. Check out Midnight Commander.

Potentially mounting a SAMBA share in Windows if you are looking for a cross platform solution.

If you find a X11 solution, you could potentially use X forwarding to execute on the remote system but view on your workstation.

If you cannot figure out how to authenticate to the system, contact the support department of the ISP who provides the server.

link|improve this answer
feedback

Figure out a way to log in as root transparently, and the sftp-based gui tools (like WinSCP) will work again. Most windows ssh tools are putty-based, and you should be able to configure the getting root thing by giving putty a few unix commands to wrap the sftp command.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.