Is it possible to list all files and directories in a given website's directory from the Linux shell?
Something similar to:
ls -l some_directory
but instead of some_directory
, it would be ls -l http://www.some_site.com/some_directory/
. Obviously, the latter will not work.