PHP Mini FTP System

This is real basic, but I wanted to see what you guys thought of this. Basically, I created a small login and display system for an ftp.

As of now, the system is set up to go no further then the first child folder. Meaning let’s say you log into your ftp, and you have a folder called images. if you click on images it will bring you to the “Browse Directory” page. I haven’t figured out how I am going to have my custom page instead of the “Browse Directory” page.

Confusing? Yes I confused myself with this, but it seems to work well. I want to add of course more features, such as file uploading, permissions changes on files, etc.

***NOTE: I do not store host names, directory names, usernames, or passwords This is just an experiment and for learing purposes only, so I cannot see what your logging into if you should try.

http://www.digitalosophy.com/ftp_login.php

edit: Seems to only work if you go to your main directory of the server (i.e. root) :frowning: