LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-08-2016, 10:34 AM   #1
Febi881
Member
 
Registered: Jun 2009
Location: India
Distribution: Fedora,Redhat
Posts: 111
Blog Entries: 1

Rep: Reputation: 17
Unhappy ftp web interface


Hello Friends,

I got a requirement to create a front end for the proftp server with ldap and mysql db authentication. Proftp is already configured on a centos machine and running fine. I need to integrate a web interface to the proftp and configure ldap+mysql users authentication. Any suggestions will be helpful.
 
Old 01-08-2016, 11:14 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,669

Rep: Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970
Quote:
Originally Posted by Febi881 View Post
Hello Friends,
I got a requirement to create a front end for the proftp server with ldap and mysql db authentication. Proftp is already configured on a centos machine and running fine. I need to integrate a web interface to the proftp and configure ldap+mysql users authentication. Any suggestions will be helpful.
Ok...since this is your 'requirement' for your job, can you show us what you've done/tried so far to actually DO your job? You only say "web interface", and don't tell us what version of CentOS, or what version of ProFTP, but there are MANY tool-kits that will let you write whatever website you're after.

You've been here since 2009...after seven years, you should know that you need to provide details when asking questions. There are options for Java, PHP, AJAX, and other web-interface methods. This is similar to other threads you've opened:

http://www.linuxquestions.org/questi...se-4175469767/
http://www.linuxquestions.org/questi...7/#post4588131
http://www.linuxquestions.org/questi...x-unix-814483/

There are also MANY options for GUI web interfaces you can find with a Google search (both commercial and free)....have you looked?
 
Old 01-09-2016, 06:17 AM   #3
Febi881
Member
 
Registered: Jun 2009
Location: India
Distribution: Fedora,Redhat
Posts: 111

Original Poster
Blog Entries: 1

Rep: Reputation: 17
Unhappy

Quote:
Originally Posted by TB0ne View Post
Ok...since this is your 'requirement' for your job, can you show us what you've done/tried so far to actually DO your job? You only say "web interface", and don't tell us

There are also MANY options for GUI web interfaces you can find with a Google search (both commercial and free)....have you looked?

I am really sorry that I couldn't provide necessary information in my first post. I have a centos 5.5 machine where proftp version 1.3.4 installed. I did a googling and found that zendto can be used for this file transfer which has a web interface to authenticate users, however, if I go with this php package, I have to replace the proftp. So I was in delve of a user interface where users can provide their LDAP & Mysql username and password to access proftp. I have a mysql db where users are having their username and passwords stored and the same case as with LDAP. I would really appreciate if someone can throw a light on this requirement.

Once again apology for the inconvenience caused. If I am missing any more information here, please let me know, I will be providing it.

Last edited by Febi881; 01-09-2016 at 06:19 AM.
 
Old 01-09-2016, 11:36 AM   #4
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,669

Rep: Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970
Quote:
Originally Posted by Febi881 View Post
I am really sorry that I couldn't provide necessary information in my first post. I have a centos 5.5 machine where proftp version 1.3.4 installed.
If this is a new installation, stop where you are. CentOS 5.5 is very old...latest is 7.x, so do a fresh install if you can, or at the very least, UPGRADE the machine you have. You're going to have a LOT of problems getting new software to work on old OS. Also, proftp is at 1.3.6 now.
Quote:
I did a googling and found that zendto can be used for this file transfer which has a web interface to authenticate users, however, if I go with this php package, I have to replace the proftp. So I was in delve of a user interface where users can provide their LDAP & Mysql username and password to access proftp. I have a mysql db where users are having their username and passwords stored and the same case as with LDAP. I would really appreciate if someone can throw a light on this requirement.
Let's recap:
  • You looked something up and it does what you need
  • You KNOW you're using an old OS and old Proftpd
  • You KNOW the requirements call for the newer package
So what's the problem???? You have the knowledge you need...there is nothing to 'throw a light on'. Upgrade ProFTPd/system to be able to use zendto, or WRITE YOUR OWN SYSTEM, using whatever old tools you have at your disposal.
 
Old 01-10-2016, 10:11 AM   #5
Febi881
Member
 
Registered: Jun 2009
Location: India
Distribution: Fedora,Redhat
Posts: 111

Original Poster
Blog Entries: 1

Rep: Reputation: 17
Thumbs up

Today, I tried pydio and I was able to configure it on a centos 6.7 machine with mysql backend. I shifted zendto to phydo as I felt it as a good choice as it is a fast moving open source solution with a great community backing it up. It will support both mysql and ldap, but seems that I will have to dig more in order to migrate existing mysql users to pydio mysql backend db. Before that I will present this solution tomorrow to get necessary approvals. Thanks TB0ne for your valuable inputs..
 
Old 01-10-2016, 10:33 AM   #6
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,669

Rep: Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970Reputation: 7970
Quote:
Originally Posted by Febi881 View Post
Today, I tried pydio and I was able to configure it on a centos 6.7 machine with mysql backend. I shifted zendto to phydo as I felt it as a good choice as it is a fast moving open source solution with a great community backing it up. It will support both mysql and ldap, but seems that I will have to dig more in order to migrate existing mysql users to pydio mysql backend db. Before that I will present this solution tomorrow to get necessary approvals. Thanks TB0ne for your valuable inputs..
Your choice of product is yours...but I don't understand the logic. What you're doing makes NO sense.

You *STILL* aren't on the latest CentOS, which (right off the bat), would have solved your problem with Zendto. You went with a solution that doesn't fit in to your back-end infrastructure, and the latest version of Zendto was released a few months ago. So *BOTH* are open source with a community backing it up.

Seems like you're going to have to do a LOT more work to get pydio working than zendto, and when you're done, the only thing you'll have to show for it is a server that's STILL running an older OS, which doesn't fit in well with your infrastructure, and does the EXACT same thing as another product which WOULD have fit in.
 
Old 01-10-2016, 10:19 PM   #7
Febi881
Member
 
Registered: Jun 2009
Location: India
Distribution: Fedora,Redhat
Posts: 111

Original Poster
Blog Entries: 1

Rep: Reputation: 17
Thumbs up

Quote:
Originally Posted by TB0ne View Post
Your choice of product is yours...but I don't understand the logic. What you're doing makes NO sense.

You *STILL* aren't on the latest CentOS, which (right off the bat), would have solved your problem with Zendto. You went with a solution that doesn't fit in to your back- for it is a server that's STILL running an older OS, which doesn't fit in well with your infrastructure, and does the EXACT same thing as another product which WOULD have fit in.
I am completely agreeing with you, But, why I have installed it on centos 6.7 is, as we don't have a approval yet to go with centos 7. Anyway,I am planning to test zendto on centos7.1 by tomorrow.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
web interface for FTP client krypt0n.kr Linux - Software 7 08-12-2008 07:01 PM
web interface for proftpd ftp server sarajevo Linux - Server 1 05-26-2008 07:05 AM
A ftp server web interface slack66 Linux - Software 2 04-13-2004 11:25 PM
Web interface for FTP!? kith Linux - General 2 09-19-2003 09:30 PM
Looking for ftp-server with web-interface martijnotten Linux - Software 1 06-23-2003 01:02 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:15 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration