Upload Files to a remote Server

Hi all,i have a requirement like, i have to upload files to a remote server through SFTP. need help regarding this. i dont know where to start.Thanks.
[171 byte] By [murtya] at [2007-11-27 2:28:17]
# 1
This will sure help u http://www.java2s.com/Code/Java/JSP/UploadingFilesinJSP.htmuk0102
uk0102a at 2007-7-12 2:40:08 > top of Java-index,Java Essentials,Java Programming...
# 2
> This will sure help u> > http://www.java2s.com/Code/Java/JSP/UploadingFilesinJS> P.htm> > > uk0102providing he means from a web-app (which he probably does). if not, apache-commons net has an FTP client in it
georgemca at 2007-7-12 2:40:08 > top of Java-index,Java Essentials,Java Programming...
# 3
I am not sure about the SFTP is it a Secured File Transfer Protocol ?Here is a RFC for FTP http://www.faqs.org/rfcs/rfc959.htmland FTP commands list http://www.nsftools.com/tips/RawFTP.htm
jawadhashmia at 2007-7-12 2:40:08 > top of Java-index,Java Essentials,Java Programming...
# 4
i tried the apache, but it doesnt have the SFTP in it.
murtya at 2007-7-12 2:40:08 > top of Java-index,Java Essentials,Java Programming...