Re: which is better libssh or libssh2
- From: "shyam" <shyam.geek@xxxxxxxxx>
- Date: 27 Aug 2006 20:15:39 -0700
Unruh wrote:
"shyam" <shyam.geek@xxxxxxxxx> writes:
Hi ALL
I am about to start writing a module for bulk transfer of files using
sftp.
I cant use scripts due to some performance issues amongst others
Going through the web I found libssh and linssh2 API available.
But as per my knowledge these are not available with REDHAT enterprise
linux , which is the OS I am going to develop the module.
Not sure. They are available to mandriva and have been since 2005 (10.2)
You do not tell us which version of Enterprise.
It is version 3 of enterprise linux
Anyway ssh2 is the more recent one and fixes severe secrurity holes in
ssh from what I know. But why would you write your own implimentation of
ssh.
I am not planning to write my own implementation but trying to use the
available APIs
It is hard to imagine where any performance issues would make writing
your own better than useing someone elses stuff. The internet is not that
fast-- ie, transmission timing will swamp any script issues. And sftp is
probably one of the slowest ways. Why not use scp or rsync instead.
Espacially rsync if you are transfering the same files over and over.
Its the requirement that I use only sftp and not scp or others
Can anybody suggest which one is better option
thanks
SHyam
.
- Follow-Ups:
- Re: which is better libssh or libssh2
- From: Unruh
- Re: which is better libssh or libssh2
- References:
- which is better libssh or libssh2
- From: shyam
- Re: which is better libssh or libssh2
- From: Unruh
- which is better libssh or libssh2
- Prev by Date: Re: TLS/SSL POP3 and Earthlink
- Next by Date: PuTTY pscp.exe and Square Brackets - [ & ]
- Previous by thread: Re: which is better libssh or libssh2
- Next by thread: Re: which is better libssh or libssh2
- Index(es):
Relevant Pages
|