directory-listing Questions

7

Solved

I have got a folder with many excel documents in it on tomcat and i want those files to be available when i got go the that folder's url in the browser (eg http;//localhost:8080/myfolder) at the m...
Tarshatarshish asked 15/8, 2011 at 17:1

7

I would like to receive the following output. Suppose the directory structure on the file system is like this: -dir1 -dir2 -file1 -file2 -dir3 -file3 -file4 -dir4 -file5 -dir5 -dir6 ...
Naples asked 14/4, 2009 at 13:10

2

Solved

Is it possible to have the directory listing in apache return json instead of html? I'm completely unexperienced with Apache, but I've browsed the documentation for IndexOptions and mod_autoindex....
Altricial asked 8/12, 2013 at 0:14

3

Solved

I have a directory which contains several files, many of which has non-english name. I am using PHP in Windows 7. I want to list the filename and their content using PHP. Currently I am using Dir...
Reconnaissance asked 1/6, 2010 at 7:30

5

Solved

I need to get a listing of a server-side directory inside SAP. How do I achieve this in ABAP? Are there any built-in SAP functions I can call? Ideally I want a function which I can pass a path as ...
Trawler asked 30/9, 2008 at 12:58

2

Solved

I have a website with separate HTML files (actually .shtml, but this is unimportant for this issue). These shtml files contain a picture, and a forward- and backbutton so I can switch back to the p...
Aubade asked 1/11, 2011 at 12:56

1

How do I make a directory listing in apache show the ./hidden files? I tried both <Directory /var/www/*> Options Indexes FollowSymLinks MultiViews AllowOverride None Order allow,deny al...
Alcot asked 10/3, 2011 at 21:27

3

Solved

How to get files in last modified time order in ruby? I was able to smash my keyboard enough to achieve this: file_info = Hash[*Dir.glob("*").collect {|file| [file, File.ctime(file)]}.flatten] sor...
Steerage asked 19/1, 2011 at 19:51

3

Solved

The Apache module mod_autoindex generates "directory indexes" that show users a crude hyperlinked list of the files and directories inside a directory (when there is no index.html or other Director...
Desmarais asked 18/1, 2009 at 7:32

2

Solved

I'm trying to get the contents of a directory using shell script. My script is: for entry in `ls`; do echo $entry done However, my current directory contains many files with whitespaces in the...
Hodgkin asked 12/3, 2010 at 19:47

4

Solved

I am currently using the directory walker from Here import os class DirectoryWalker: # a forward iterator that traverses a directory tree def __init__(self, directory): self.stack = [directory] ...
Selfemployed asked 22/4, 2009 at 0:19

© 2022 - 2024 — McMap. All rights reserved.