I installed gFTP but apparently it does not handle the sFTP protocol. I also installed the FireFTP Add On for the Firefox browser, but when I tried to connect to the server, it says that I need putty-tools. I have the rpmforge and epel repositories configured but yum did not find putty-tools. Is there an RPM for a client program for gFTP or putty-tools? If so, in which repository? TIA!
1443 packages excluded due to repository priority protections Setting up Install Process Parsing package install arguments No package putty-tools available. Nothing to do
On Sun, Jul 12, 2009, Lanny Marcus wrote:
I installed gFTP but apparently it does not handle the sFTP protocol. I also installed the FireFTP Add On for the Firefox browser, but when I tried to connect to the server, it says that I need putty-tools. I have the rpmforge and epel repositories configured but yum did not find putty-tools. Is there an RPM for a client program for gFTP or putty-tools? If so, in which repository? TIA!
The sftp program is a standard part of the openssh package.
Bill
On Sun, Jul 12, 2009 at 5:05 PM, Bill Campbellcentos@celestial.com wrote:
On Sun, Jul 12, 2009, Lanny Marcus wrote:
I installed gFTP but apparently it does not handle the sFTP protocol. I also installed the FireFTP Add On for the Firefox browser, but when I tried to connect to the server, it says that I need putty-tools. I have the rpmforge and epel repositories configured but yum did not find putty-tools. Is there an RPM for a client program for gFTP or putty-tools? If so, in which repository? TIA!
The sftp program is a standard part of the openssh package.
Bill: Apparently openssh-4.3p2-29.el5.i386 is already installed. How do I launch it or sFTP so I can upload files from my desktop to the server? TIA! Lanny
1443 packages excluded due to repository priority protections Setting up Install Process Parsing package install arguments Package openssh-4.3p2-29.el5.i386 already installed and latest version Nothing to do
Lanny Marcus wrote:
Bill: Apparently openssh-4.3p2-29.el5.i386 is already installed. How do I launch it or sFTP so I can upload files from my desktop to the server? TIA! Lanny
scp localpath user@server:remotepath
if the username is the same as the current logged in user, it can be left out... either path can be . or a filename or whatever... so, another variant might be...
scp . server:public_html
man scp for more options...
On Sun, Jul 12, 2009 at 5:21 PM, John R Piercepierce@hogranch.com wrote:
Lanny Marcus wrote:
Bill: Apparently openssh-4.3p2-29.el5.i386 is already installed. How do I launch it or sFTP so I can upload files from my desktop to the server? TIA! Lanny
scp localpath user@server:remotepath
if the username is the same as the current logged in user, it can be left out... either path can be . or a filename or whatever... so, another variant might be...
scp . server:public_html
man scp for more options...
Thank you John. i will read up on scp.
At Sun, 12 Jul 2009 17:13:30 -0500 CentOS mailing list centos@centos.org wrote:
On Sun, Jul 12, 2009 at 5:05 PM, Bill Campbellcentos@celestial.com wrote:
On Sun, Jul 12, 2009, Lanny Marcus wrote:
I installed gFTP but apparently it does not handle the sFTP protocol. I also installed the FireFTP Add On for the Firefox browser, but when I tried to connect to the server, it says that I need putty-tools. I have the rpmforge and epel repositories configured but yum did not find putty-tools. Is there an RPM for a client program for gFTP or putty-tools? If so, in which repository? TIA!
The sftp program is a standard part of the openssh package.
Bill: Apparently openssh-4.3p2-29.el5.i386 is already installed. How do I launch it or sFTP so I can upload files from my desktop to the server? TIA! Lanny
1443 packages excluded due to repository priority protections Setting up Install Process Parsing package install arguments Package openssh-4.3p2-29.el5.i386 already installed and latest version Nothing to do
sftp is a *CLI* program. To use it, you first need to start a terminal shell program.
On the GNome desktop, select Applications=>Accessories=>Terminal (or maybe Applications=>System Tools=>Terminal, depending out how things are set up). [I don't use the GNome desktop environment enough to know for sure. On *other people's* computers I've seen the Terminal in either of these two places.]
In the terminal window, you can then type:
sftp username@hostname:
Then you can type help to get a list of commands you can type from there.
If you want a point-and-click interface, I don't know of one. I myself actually use scp or ssh (with tar or rsync etc.) also from the command line or with scripts.
CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Sun, Jul 12, 2009 at 5:30 PM, Robert Hellerheller@deepsoft.com wrote:
At Sun, 12 Jul 2009 17:13:30 -0500 CentOS mailing list centos@centos.org wrote:
On Sun, Jul 12, 2009 at 5:05 PM, Bill Campbellcentos@celestial.com wrote:
On Sun, Jul 12, 2009, Lanny Marcus wrote:
I installed gFTP but apparently it does not handle the sFTP protocol. I also installed the FireFTP Add On for the Firefox browser, but when I tried to connect to the server, it says that I need putty-tools. I have the rpmforge and epel repositories configured but yum did not find putty-tools. Is there an RPM for a client program for gFTP or putty-tools? If so, in which repository? TIA!
The sftp program is a standard part of the openssh package.
Bill: Apparently openssh-4.3p2-29.el5.i386 is already installed. How do I launch it or sFTP so I can upload files from my desktop to the server? TIA! Lanny
<snip.
sftp is a *CLI* program. To use it, you first need to start a terminal shell program.
That is the easy part...
sftp username@hostname:
Then you can type help to get a list of commands you can type from there.
If you want a point-and-click interface, I don't know of one. I myself actually use scp or ssh (with tar or rsync etc.) also from the command line or with scripts.
OK. I need to read up on sftp...
If you want a point-and-click interface, I don't know of one.
What about FileZilla?
I use it on Windows but it has a linux version.
Neil
-- Neil Aggarwal, (281)846-8957, www.JAMMConsulting.com Will your e-commerce site go offline if you have a DB server failure, fiber cut, flood, fire, or other disaster? If so, ask me about our geographically redundant database system.
On Sun, Jul 12, 2009 at 6:01 PM, Neil Aggarwalneil@jammconsulting.com wrote:
If you want a point-and-click interface, I don't know of one.
What about FileZilla?
I use it on Windows but it has a linux version.
But no RPM in the yum repositories I have configured (rpmforge and epel). I would like to stay with something that's available with yum or rpm.
Setting up Install Process Parsing package install arguments No package filezilla available. Nothing to do
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Neil Aggarwal Sent: Monday, July 13, 2009 1:02 AM To: 'CentOS mailing list' Subject: Re: [CentOS] sFTP (client) RPM for CentOS 5.3 (32 bit)
and/orputty-tools
What about FileZilla?
Doesn't support ssh/sftp/scp IIRC.
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Robert Heller Sent: Monday, July 13, 2009 12:30 AM To: CentOS mailing list Cc: CentOS mailing list Subject: Re: [CentOS] sFTP (client) RPM for CentOS 5.3 (32 bit) and/or
putty-tools
sftp is a *CLI* program. To use it, you first need to start a terminal shell program.
Or install gFTP. It handles sftp, scp and even ssh in GUI-form. Beware however if using it to transfer huge amount of files and folders in one go; it's crash.
On Sun, Jul 12, 2009 at 11:03 PM, Lanny Marcuslmmailinglists@gmail.com wrote:
I installed gFTP but apparently it does not handle the sFTP protocol.
Yes, it does, it's called SSH2 in gftp, but it's actually calling for the sftp subsystem.
I also installed the FireFTP Add On for the Firefox browser, but when I tried to connect to the server, it says that I need putty-tools. I have the rpmforge and epel repositories configured but yum did not find putty-tools. Is there an RPM for a client program for gFTP or putty-tools? If so, in which repository? TIA!
1443 packages excluded due to repository priority protections Setting up Install Process Parsing package install arguments No package putty-tools available. Nothing to do _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
On Sun, Jul 12, 2009 at 5:31 PM, Lucian@lastdot.orglucian@lastdot.org wrote:
On Sun, Jul 12, 2009 at 11:03 PM, Lanny Marcuslmmailinglists@gmail.com wrote:
I installed gFTP but apparently it does not handle the sFTP protocol.
Yes, it does, it's called SSH2 in gftp, but it's actually calling for the sftp subsystem.
Thank you. I will try gftp using SSH2 before I start reading man pages.
Greetings,
On Mon, Jul 13, 2009 at 3:33 AM, Lanny Marcuslmmailinglists@gmail.com wrote:
find putty-tools. Is there an RPM for a client program for gFTP or putty-tools? If so, in which repository? TIA!
aah well, have you tried konqurer with one tab opened in local folder and second opened with fish://user@remote/remote-path?
and it supports tons of protocols such as smb://, man:// info:// and what not..
HTH
Regards
Rajagopal
Rajagopal Swaminathan wrote:
Greetings,
On Mon, Jul 13, 2009 at 3:33 AM, Lanny Marcuslmmailinglists@gmail.com wrote:
find putty-tools. Is there an RPM for a client program for gFTP or putty-tools? If so, in which repository? TIA!
aah well, have you tried konqurer with one tab opened in local folder and second opened with fish://user@remote/remote-path?
Nautilus in gnome also can talk sftp ...
Ralph