Skip to content

A php script that creates a file that lists all the directories and sub-directories inside a given/specified directory.

License

Notifications You must be signed in to change notification settings

Chiko4Samples/directorylisting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

directorylisting

A php script that creates a file that lists all the directories and sub-directories inside a given/specified folder/directory.

HOW TO USE:

  1. Copy the file inside the folder/directory you want to be searched
  2. If you want the file to be in a location different from the folder/directory you want to be searched, change the DIR to the full path of the specific name/folder name you want to search(local folders only)
  3. you can also change the name/location(line 41) of the output file if you want to
  4. run the file via browser or using php command
  5. open the generated text file to see the list of all the directories and sub directories

FUTURE PLANS(for now):

  1. expand scale, use ftp/scp connections
  2. can list up more information regarding listed directories/subdirectories

About

A php script that creates a file that lists all the directories and sub-directories inside a given/specified directory.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages