Re: Apache FTP Server

2005-10-18 Thread Rana Bhattacharyya
Hi, It is true that we have changed the column names for consistency but you can still use your old table. The only thing you have to do is to change the queries. This is the column mapping (OLD -> NEW): LOGIN_ID -> uid PASSWORD -> userpassword HOME_DIR -> homedirectory ENABLED

RE: ftp server SSL

2005-10-18 Thread Rana Bhattacharyya
Hi, I have tested SSL connection using the following FTP clients. 1. FileZilla - http://filezilla.sourceforge.net/ 2. SmartFTP - http://www.smartftp.com/ 3. SecureFTP - http://www.glub.com/products/secureftp/ Thanks, Rana Bhattacharyya --- "Alind.Mathur" <[EMAIL PROTECTED]> wrote: > Hi Ra

Re: ftp server SSL

2005-10-18 Thread William A. Rowe, Jr.
It's also in incubation; the mod_ftp module for Apache implements this. It's not in a (trivially) buildable state just yet, but after some serious deliverables later this week for my work - I do intend to return to it and have it compiling for participants in the incubator by early next week. Bil

RE: ftp server SSL

2005-10-18 Thread Alind.Mathur
Hi Rana Thanks for your response. I am actually trying implicit or explicit FTP SSL connection (not FTP over SSH). Can you suggest a FTPS client that I can use to try out? Regards Alind -Original Message- From: Rana Bhattacharyya [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 18, 200

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