java code for FTP using SSH protocol

Hi friends ..I want to transfer files from/to a FTP server to/from some other machine. I need to use SSH protocol for that. Can anyone please deliver some java code for that ?ThanksGurpreet Singh
[223 byte] By [gurpreet.sainia] at [2007-11-27 8:59:42]
# 1
Which protocol exactly, SCP, SFTP or FTP?If you can't answer that question, you need to get your facts straight or get a smarter person to write that code.
-Kayaman-a at 2007-7-12 21:27:36 > top of Java-index,Java Essentials,Java Programming...
# 2
its SFTP
gurpreet.sainia at 2007-7-12 21:27:36 > top of Java-index,Java Essentials,Java Programming...
# 3
So check out the SFTP specs or find a ready made library to do it for you.
-Kayaman-a at 2007-7-12 21:27:36 > top of Java-index,Java Essentials,Java Programming...
# 4
> So check out the SFTP specs or find a ready made> library to do it for you.JSch (JZlib is also needed). http://www.jcraft.com/
masijade.a at 2007-7-12 21:27:36 > top of Java-index,Java Essentials,Java Programming...