Skip to content
forked from morozd/tastydir

Tastydir is a cross-platform PHP file management system which allows you to not only replace your traditional FTP client but also allow your users to view directories in a much more aesthetically pleasing way.

Notifications You must be signed in to change notification settings

vlenhart/tastydir

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tastydir - an AJAX file manager and directory listing

Introduction

I originally made this script in 2010 and sold it on CodeCanyon. However, I've decided to make it open source, so that everyone will be able to use it and play with it.

A note about code quality: Tastydir works great, but I was 16 when I wrote it, so the code quality isn't amazing (it does come with lots of documentation though).

Installation

Simply upload everything to a directory of your choice.

Documentation

Look at the /doc directory in your browser for detailed documentation.

Troubleshooting: Permission problems?

Your PHP scripts may be running as the 'nobody' user (you can check this in the info tooltip in Tastydir). This is common on many shared hosts, and it means that Tastydir won't be able to edit files created with FTP. SOLUTION: when you upload files with FTP or via cPanel, make sure you chmod them to 777.

Alternatives

http://sparkleshare.org/ - The private and open source Dropbox clone.

Contact

Found a bug? Have a suggestion? Contact me. Contact: vlad@vladh.net

Credits

Copyright Vlad-Ștefan Harbuz (vladh.net)

Additional credits:

Todo

  • better expand/collapse animation (maybe none at all)
  • BUG: sometimes the browser tries to upload the same file multiple times resulting in a "file already exists" error (have not yet reproduced this behaviour)

Changelog

About

Tastydir is a cross-platform PHP file management system which allows you to not only replace your traditional FTP client but also allow your users to view directories in a much more aesthetically pleasing way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.4%
  • CSS 31.5%
  • PHP 27.1%