Re: [NET] SFTP vs. FTPS

2009-06-05 Thread Steve Cohen
Great! I am forced to use JSCH for now, which is sufficient for my simple needs but there are many problems with that package (primarily in their attitude toward documentation and users) that an Apache Commons-Net release I'm sure would not have. Shikhar Bhushan wrote: On Wednesday 13 May 2

Re: [NET] SFTP vs. FTPS

2009-05-14 Thread Shikhar Bhushan
On Wednesday 13 May 2009 18:37:09 Steve Cohen wrote: > Hi. > > I've been out of the FTP "game" for several years and now I need to get > back in. I have a requirement to set up a secure FTP connection with > another organization, so naturally, I look to commons-net first as a > solution. I notice

RE: [NET] SFTP vs. FTPS

2009-05-13 Thread Oberhuber, Martin
Hi Steve, sftp is a sub-specification of the SSH protocol (you'll surely find the RFC or just http://en.wikipedia.org/wiki/SSH_file_transfer_protocol As for a Java library, Eclipse has been using http://www.jcraft.com/jsch/ for years in order to provide the SSH channel for CVS, and since 3 ye