|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Emergency UNIX and Linux Support !! Help Me!! Post your urgent questions here for highest visibility. Posting a new thread to this forum requires Bits. We monitor this forum to help people with emergencies, but we do not guarantee response time or answers. This forum is "best effort" only. Members who reply to posts here receive a bonus of 1000 Bits per reply. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
SFTP client
Hi guys.
I need to install SFTP client on my Linux machine Redhat 5.8. Which packages do I need for that ?? Regards, |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
when i run the following command: Code:
yum search ftp I get this result: Code:
ftp.x86_64 : The standard UNIX FTP (File Transfer Protocol) client. So , I need to install ftp.x86_64 ??? |
|
#4
|
||||
|
||||
|
No. Why would you search for ftp when you want sftp?
sftp is part of the openssh package, which yum whatprovides */sftp would have shown had you run it. |
| Sponsored Links | |
|
|
#5
|
|||
|
|||
|
Ok . So this is what I get when I run it : Code:
[root@silverapp0 ~]# yum whatprovides */sftp Loaded plugins: katello, product-id, security, subscription-manager Updating certificate-based repositories. Unable to read consumer identity openssh-clients-4.3p2-82.el5.x86_64 : The OpenSSH client applications Repo : installed Matched from: Filename : /usr/bin/sftp How do I enable this service ? |
| Sponsored Links | |
|
|
#6
|
||||
|
||||
|
Code:
service sshd start Depending on how your run levels are configured and what you need, for after a reboot: Code:
chkconfig --level 345 sshd on This, of course, is a server not a client, as you asked. |
| Sponsored Links | |
|
|
#7
|
|||
|
|||
|
Quote:
Code:
sftp login@remote_sftp_server enjoy https://access.redhat.com/knowledge/...ents-sftp.html |
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sftp : have to specify subsystem from client side | massdesign | AIX | 1 | 01-31-2012 01:39 PM |
| Fsecure ssh client sftp 2.5 | vijill | Solaris | 6 | 07-12-2010 04:24 AM |
| sftp client can't connect | skowal | Security | 2 | 12-23-2008 03:05 PM |
| SFTP client program | harshi | Programming | 1 | 08-24-2008 07:13 AM |
| SFTP Client service information | reeturaj_sunny | Solaris | 1 | 10-25-2007 03:15 AM |
|
|