- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- difference between sftp and ftps
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2009 06:51 AM
тАО01-07-2009 06:51 AM
difference between sftp and ftps
what are the difference between sftp and ftps.
we have product called proftpd for ftps from HP, like this we have any separate product for stps from HP? with ftps we can create jailed account (chroot) , is it possible through sftp?
can you please help some one to find this. explain advantages copare to ftps with sftp.
Thanks,
Balaji.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2009 07:00 AM
тАО01-07-2009 07:00 AM
Re: difference between sftp and ftps
Yes. All the features you specified can be done on HP ported sftp which is part of HP Secure Shell product. HP SSH is secured version which has sftp/scp/ssh.
You can download it from here.
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=T1471AA
HP SSH Guide:
http://docs.hp.com/en/5992-4213/index.html
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2009 07:32 AM
тАО01-07-2009 07:32 AM
Re: difference between sftp and ftps
thanks for your answer. but what are te futures we have with ftps we can duablewith sftp? like ftps it will change permissions self. like this we can do with sftp? please confirm.
Thanks,
Balaj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2009 08:08 AM
тАО01-07-2009 08:08 AM
Re: difference between sftp and ftps
sftp is same like ftp. You can do whatever you do with ftp. sftp is more secured than ftp. That is the main difference. It will use encryption for data transfer.
Also you can do passwordless sftp login.
you can do chroot configuration.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2009 08:26 AM
тАО01-07-2009 08:26 AM
Re: difference between sftp and ftps
Thanks for your quick response. with ftps if we transfer files to one location in remote host, it will take permissions automatically?
do we have same funcionality in sftp?
Thanks,
Balaji.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2009 09:10 AM
тАО01-07-2009 09:10 AM
Re: difference between sftp and ftps
ftps is a third thing. If you can consider sftp as a secured version of ftp, ans both are widespread, ftps is definitely rare. I think it's a ftp over ssl, but there are not many clients and server using it.
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2009 10:12 AM
тАО01-07-2009 10:12 AM
Re: difference between sftp and ftps
ftps is the secure extension to ftp. It is identical to the relation that https and http have. It is a newcomer so not many existing ftp servers support it. You would need an upgrade or a replacement of your ftp server to support ftps client connections.
sftp on the other hand is part of the ssh suit and the connection is handled by the ssh daemon.
I have not seen a detailed feature comparison between ftps and sftp you would have to look at the detailed feature description of each client to compare them. All the features you mentioned are possible to some extend with both products.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-07-2009 02:11 PM
тАО01-07-2009 02:11 PM
Re: difference between sftp and ftps
Several useful references that give more details about sftp versus ftps:
http://geekswithblogs.net/bvamsi/archive/2006/03/23/73147.aspx
http://www.eldos.com/sbb/sftp-ftps.net/ftps-vs-sftp.php
There are many more.
Cheers,
VK2COT