RE: ftp server SSL

2005-10-18 Thread Rana Bhattacharyya
m: Rana Bhattacharyya [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 18, 2005 12:50 AM > To: Alind.Mathur > Cc: ftpserver-dev@incubator.apache.org; > general@incubator.apache.org > Subject: Re: ftp server SSL > > Hi, > > I think SFTP is FTP over SSH. It is not sa

Re: ftp server SSL

2005-10-18 Thread William A. Rowe, Jr.
TED] Sent: Tuesday, October 18, 2005 12:50 AM To: Alind.Mathur Cc: ftpserver-dev@incubator.apache.org; general@incubator.apache.org Subject: Re: ftp server SSL Hi, I think SFTP is FTP over SSH. It is not same as using implicit or explicit FTP SSL connection. We have not implemented SFTP. T

RE: ftp server SSL

2005-10-18 Thread Alind.Mathur
, 2005 12:50 AM To: Alind.Mathur Cc: ftpserver-dev@incubator.apache.org; general@incubator.apache.org Subject: Re: ftp server SSL Hi, I think SFTP is FTP over SSH. It is not same as using implicit or explicit FTP SSL connection. We have not implemented SFTP. This is the reason the connection was

Re: ftp server SSL

2005-10-18 Thread William A. Rowe, Jr.
William A. Rowe, Jr. wrote: Rana Bhattacharyya wrote: Hi, I think SFTP is FTP over SSH. It is not same as using implicit or explicit FTP SSL connection. It's not even. SFTP (as opposed to implicit (ftps:) or explicit ftp:) is a binary protocol that doesn't even resemble ftp, it more cl

Re: ftp server SSL

2005-10-18 Thread William A. Rowe, Jr.
Rana Bhattacharyya wrote: Hi, I think SFTP is FTP over SSH. It is not same as using implicit or explicit FTP SSL connection. It's not even. SFTP (as opposed to implicit (ftps:) or explicit ftp:) is a binary protocol that doesn't even resemble ftp, it more closely resembles a client/server

Re: ftp server SSL

2005-10-17 Thread Rana Bhattacharyya
Hi, I think SFTP is FTP over SSH. It is not same as using implicit or explicit FTP SSL connection. We have not implemented SFTP. This is the reason the connection was failing. BTW, I have CCed the mail to the mailing lists. In this way we can have other ideas from the developer community. Th