Re: scp GUI?

2009-02-22 Thread Emanoil Kotsev
Nagy Daniel wrote: > Is there a GUI for SCP? I mean like browsing through scp just like in a > folder, in Midnight Commander. > > Thank you! I've been using gftp. I think it can be set using SCP regards -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsu

Re: scp GUI?

2009-02-21 Thread Douglas A. Tutty
On Fri, Feb 20, 2009 at 06:48:47PM +0100, Nagy Daniel wrote: > Is there a GUI for SCP? I mean like browsing through scp just like in a > folder, in Midnight Commander. I think that gftp can do it too. Doug. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "un

Re: scp GUI?

2009-02-20 Thread Tzafrir Cohen
On Fri, Feb 20, 2009 at 08:49:12PM +0100, Nagy Daniel wrote: > I want to "scp gui" into a dd-wrt router, but it say's: > > sh: /usr/libexec/sftp-server: not found > > remote host has disconnected > > I'm searching for an "scp gui", not sftp,

Re: scp GUI?

2009-02-20 Thread Nagy Daniel
I want to "scp gui" into a dd-wrt router, but it say's: sh: /usr/libexec/sftp-server: not found remote host has disconnected I'm searching for an "scp gui", not sftp, I tried filezilla, fish, mc, gnome-connect, sshfs [fuse] Is there any way?:D

Re: scp GUI?

2009-02-20 Thread Tzafrir Cohen
On Fri, Feb 20, 2009 at 06:48:47PM +0100, Nagy Daniel wrote: > Is there a GUI for SCP? I mean like browsing through scp just like in a > folder, in Midnight Commander. Not a GUI, but I browse a remote folder using: $ scp servername:tmp/apt tmp/aptertmp/apt.he.po.diff 'servername' is

Re: scp GUI?

2009-02-20 Thread H.S.
H.S. wrote: > Nagy Daniel wrote: >> Is there a GUI for SCP? I mean like browsing through scp just like in a >> folder, in Midnight Commander. >> >> Thank you! >> > > In KDE, try in Konqueror: > fish://u...@host Just a heads up in Testing. It appears there is a bug in konqueror or something becaus

Re: scp GUI?

2009-02-20 Thread H.S.
Nagy Daniel wrote: > Is there a GUI for SCP? I mean like browsing through scp just like in a > folder, in Midnight Commander. > > Thank you! > In KDE, try in Konqueror: fish://u...@host to browse the folders at 'host' machine. In gnome you can do something similar by Places->Connect to network

Re: scp GUI?

2009-02-20 Thread John Hasler
Look at secpanel (I've never used it). -- John Hasler -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: scp GUI?

2009-02-20 Thread Paulo Brito
you can mount a remote folder with sshfs and then browser that folder with any software 2009/2/20 Jeff D > On Fri, 20 Feb 2009, Nagy Daniel wrote: > > > Is there a GUI for SCP? I mean like browsing through scp just like in a > > folder, in Midnight Commander. > > > > Thank you! > > > > filezilla

Re: scp GUI?

2009-02-20 Thread Jeff D
On Fri, 20 Feb 2009, Nagy Daniel wrote: > Is there a GUI for SCP? I mean like browsing through scp just like in a > folder, in Midnight Commander. > > Thank you! > filezilla will do sftp -- 8 out of 10 Owners who Expressed a Preference said Their Cats Preferred Techno. -- To UNSUBSCRIBE, ema

scp GUI?

2009-02-20 Thread Nagy Daniel
Is there a GUI for SCP? I mean like browsing through scp just like in a folder, in Midnight Commander. Thank you!

Re: SCP GUI

2004-11-17 Thread Kamaraju Kusumanchi
On Wed, 17 Nov 2004 13:04:21 +, Jon Dowland <[EMAIL PROTECTED]> wrote: > On Tue, 16 Nov 2004 19:21:33 +0100, Christian Christmann > <[EMAIL PROTECTED]> wrote: > > Hi, > > > > are there any SCP GUI clients for Sarge? > > Slightly OT, but if possible

Re: SCP GUI

2004-11-17 Thread Jon Dowland
On Tue, 16 Nov 2004 19:21:33 +0100, Christian Christmann <[EMAIL PROTECTED]> wrote: > Hi, > > are there any SCP GUI clients for Sarge? Slightly OT, but if possible suggest you use SFTP over SCP. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=144579 -- Jon Dowland --

Re: SCP GUI

2004-11-16 Thread Keith O'Brien
Adam wrote: > > --- Christian Christmann <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > > > are there any SCP GUI clients for Sarge? > > > > xterm -e "scp ." :) > > > > gftp can be coaxed into using ssh2 as one of its supporte

Re: SCP GUI

2004-11-16 Thread Alex Malinovich
On Tue, 2004-11-16 at 19:14 +0100, Pascal Bonesh wrote: > Hi, > > How about konqueror with the fish:// or nautilus with sftp:// protocoll? Newer versions of nautilus actually support direct ssh:// connections. I use it all the time at work since I can now bookmark folders on remote linux boxes. N

Re: SCP GUI

2004-11-16 Thread Thomas Adam
--- Pascal Bonesh <[EMAIL PROTECTED]> wrote: > Hi, > > How about konqueror with the fish:// or nautilus with sftp:// protocoll? > > Or am I mistaken? Isn't that going through ssh and using scp? Sort of. Fish is a filesystem via ssh. Although for such things, I prefer using "shfs". -- Thomas A

Re: SCP GUI

2004-11-16 Thread Rodney D. Myers
On Tue, 16 Nov 2004 19:21:33 +0100 Christian Christmann <[EMAIL PROTECTED]> wrote: > Hi, > > are there any SCP GUI clients for Sarge? > > Thanks > Paul Also, look for the program Secpanel. gui scp program -- Rodney D. Myers <[EMAIL PROTECTED]> Registered L

Re: SCP GUI

2004-11-16 Thread Pascal Bonesh
Hi, How about konqueror with the fish:// or nautilus with sftp:// protocoll? Or am I mistaken? Isn't that going through ssh and using scp? Pascal On Tue, 2004-11-16 at 18:53, Thomas Adam wrote: > --- Christian Christmann <[EMAIL PROTECTED]> wrote: > > Hi, > >

Re: SCP GUI

2004-11-16 Thread Steve Lamb
Christian Christmann wrote: are there any SCP GUI clients for Sarge? scp as in ssh copy? Take a look into the fish protocol. It is a protocol which allows clients to access remote file systems through SSH. Different than SFTP since it only takes SSH to work. I know that Konquerer and

Re: SCP GUI

2004-11-16 Thread Matt Zagrabelny
> are there any SCP GUI clients for Sarge? gftp handles sftp (ssh2) protocol. -matt zagrabelny -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: SCP GUI

2004-11-16 Thread Thomas Adam
--- Christian Christmann <[EMAIL PROTECTED]> wrote: > Hi, > > are there any SCP GUI clients for Sarge? xterm -e "scp ." :) gftp can be coaxed into using ssh2 as one of its supported protocols, so I would imagine that can do it, at least. -- Thomas Adam = &q

SCP GUI

2004-11-16 Thread Christian Christmann
Hi, are there any SCP GUI clients for Sarge? Thanks Paul -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]