Is there any API's for providing FTP using ssh port.

Currently we are having a requirement to FTP files only using ssh port(Secure FTP). Can anyone please suggest me an API which provides the FTP'ing operation using SSH port.
[180 byte] By [Chandrasekara] at [2007-10-2 16:50:28]
# 1
http://www.google.com/search?q=java+ftp+ssh
quittea at 2007-7-13 18:02:05 > top of Java-index,Java Essentials,Java Programming...
# 2

I am currently using a Sinetfactory thirdparty package from JScape for the Secure FTP functionality(FTP over SSH). But Sinetfactory package tranfer rate is much slower than the manual sftp(command-line run in linux server for manual ftp using ssh).

Since it is very slower than ordinary sftp(ftp over ssh), I thought of using other thirdparty FTP package which supports FTP using ssh port. Can anyone please suggest me a thirdparty package which will has the sftp functionality and with better transfer rate.

Chandrasekara at 2007-7-13 18:02:05 > top of Java-index,Java Essentials,Java Programming...