The directory-listing tag has no wiki summary.
0
votes
0answers
23 views
How can i add pagination for my joomla plugin?
I'm using joomla 2.5 and easy folder listing plugin ( the page where i want to add pagination )
I attached the plugin files plugin files maybe someone can take a look and help me to add pagination ...
0
votes
0answers
73 views
Sftp exception when trying to get file names with SharpSSH
I am using SharpSsh library to get file names from sftp server. Connection is OK but I get exception of type 'Tamir.SharpSsh.jsch.SftpException' in this code:
_sftp.GetFileList("/outgoing")
When I ...
0
votes
1answer
18 views
Use htaccess to redirect root but still have directory listing accessible with a backdoor
What I thought I was trying to do was genius, but it seems to not work properly.
I have a public subdomain with temp files on it. I don't want people to be able to see all the files listed when they ...
0
votes
1answer
100 views
How to save a list of directory with files containing Russian or Chinese characters (Windows7)
I need from time to time to make a list of files from a CD I obtain. These files' names contain frequently characters in other writing systems, like Cyrillic Russian (Добродошли.doc) or ...
-2
votes
1answer
50 views
Google Search (site related pages under listing) [closed]
How does one make related site pages appear under a google search listing?
0
votes
2answers
112 views
DOS command to list file creation date [closed]
Under Windows 98 (horrible, I know) or DOS for that matter, I need to recursively list the creation dates of files along with their last modification dates.
At the moment I can only see a file's ...
0
votes
0answers
37 views
Listing certain filetypes of multiple directories in PHP
I really do not have much PHP knowledge, and what I am trying to build is essentially a much cleaner default apache directory listing with PHP. I have managed to almost achieve what I want by ...
-4
votes
1answer
24 views
Disable directory listings on webserver [closed]
I want to disable directory listings on my website.
For example, you can view the image at
https://www.facebook.com/images/icons/verified.gif
But if you leave off the filename,
...
0
votes
1answer
48 views
PHP: Where to put rsort?
$count = 0;
if ($handle = opendir('./arkiv/')) {
while (false !== ($file = readdir($handle))) {
if ($file != "." && $file != "..") {
$count++;
print("<a ...
0
votes
2answers
117 views
Creating xml file in Python that lists all files in a given directory
I'm given a directory, and I have to write a python script that creates an xml file that includes all the .xml files in that directory.
For example, say /tmp/ contains the following xml files:
...
0
votes
3answers
147 views
How to list all folders on a server with PHP and JavaScript
On my webserver i have several directories with files in them like:
afolder/file.xml
anotherfolder/file.xml
stillanother/file.xml
The files contain information about some locations I want to show ...
0
votes
3answers
73 views
Running Java application as administrator needed?
I have a problem. This is my code:
File root = new File(path);
String[] entries = root.list();
LinkedList<String> out = new LinkedList<String>();
for(String entry : entries) {
....
}
...
0
votes
1answer
91 views
Getting directory list of a device over wifi connection
I want to get the directory list of FlashAir which is connected to a android device over wifi, and i need to download the selected files.
Here is the networking specification of the device
...
1
vote
1answer
49 views
PythonWebkit default directory listing
I want to change the default directory listing of the pythonwebkit(the one imported from gi.repository) for an application I am working on. Is there any function/script in webkit that does the job?
0
votes
1answer
334 views
Internal Server Error - PHP - cPanel
I have a PHP site hosted with cPanel.
Yesterday, I changed certain directory listings (using Index Manager). I initially changed the settings from "Default System Setting" to "No Indexing" on all the ...
1
vote
0answers
176 views
About disabling directory listing in web.config
I have disabled directory listing in a folder (named Documents) in my asp.net project with web.config settings below.
It works and http://mywebsite.com/Documents/ does not list the files. But I want ...
3
votes
1answer
105 views
Printing Directory Listing in Fortran
How can I print a list of all the files in a given directory using Fortran, limiting only to specific file types... For instance I only want to get the list of '.txt' files from a directory.
Files in ...
1
vote
1answer
116 views
Blank index.php vs. Options -Indexes to disallow directory listings?
It seems like it would be a good idea to completely stop people from being able to view directory listings (to improve security and protect content) and from the reading I've done I've found two ways ...
0
votes
1answer
187 views
Download all files in a specific directory over WebDAV with PowerShell
I have to get a file listing and download all these files listed with PowerShell over WebDAV. The part with downloading isn't the big problem, but I'm not able to get a directory listing with ...
0
votes
1answer
230 views
Struggling with assets folders
I've been struggling with a simple assets directory listing. I have the following structure (roughly speaking):
-dirA
--data.xml
--AudioSUBdir
---some files here
--VideoSUBdir
---some files here
...
2
votes
2answers
96 views
Directory listing in C on Windows [duplicate]
Possible Duplicate:
How do you get a directory listing in C?
How do you write a program which lists the directories recursively just like dir /s C:\ in the command prompt?
0
votes
6answers
396 views
How can I sort a directory listing according to name, size and last modified?
I'm just trying to figure out how I can sort a directory listing according to it's name, time last modified and size. I know you can access the file's name, size, last modified with the File methods ...
0
votes
1answer
145 views
Create a list of all files in directory and subdirectories in python
I would like to come up with the most optimal way of listing all files in a directory and its subdirectories. Once done, I would like to filter them down. So, optimally this would be done in 2 lines:
...
1
vote
1answer
395 views
Exclude folders from recursion in recursive directory iterator php
I need to exclude all files and folders from a certain directories while doing the recursion. I have this code so far :
$it = new RecursiveIteratorIterator(new ...
2
votes
3answers
282 views
Preventing directory scanning from Acunetix
I have a PHP enabled site, with directory listing turned off.
When I used Acunetix, (web vulnerability scanning software) to check my site, and other high-profile websites, it was able to list all ...
0
votes
1answer
53 views
GetDirectories in C++.net/C++ CLI
Following the example provided by microsoft for Directory::GetDirectory I came to this piece of code:
auto k = System::IO::Directory::GetDirectories(installpath);
auto dir = k->GetEnumerator();
...
1
vote
1answer
191 views
Restrict File Access From URL
I have a site developed in ASP.NET which is hosted.Now in my site there is folder known as "upload" in which some .rar files are saved for private use.When I directly type the url, the file gets ...
1
vote
1answer
258 views
Stop directory listing without .htaccess in a PHP website
I have a php website. My website host is very strict (as it's my college's free host site for its students) and does not allow .htaccess. Now how do I stop directory listing in this situation? Is ...
1
vote
2answers
52 views
Deploying asp.net to IIS results then launching site results in directory listing
I deployed my asp.net web app to IIS and now when I go to http:\servername\mywebsite I get the directory listing page.
What would I have to configure to make the launching page be ...
0
votes
0answers
126 views
Tomcat + Directory Listing + Access control
I want to provide public access to some directories in tomcat using directory listing option but want to restrict access to the parent directory. Something like. ...
1
vote
1answer
74 views
resource listing
I writing wicket webapp. I want to:
list all resources - videoPreview in the folder
preview it
add link to show in main preview panel.
I read a lot and look examples about resources, but seems ...
2
votes
5answers
397 views
List images(01.png) and descriptions(01.txt) from directory
How can I display images from directory and get a corresponding description with each image, give the description exists.
in Directory //
01.png
01.txt
02.png
03.png
03.txt
etc.
to display as ...
0
votes
0answers
222 views
Tomcat 7.0.28 directory listing gives 404 if I specify welcome-file-list in web.xml
I'm using Tomcat 7.0.28 on Windows 7. I've turned directory listings on in the CATALINA_BASE/conf/web.xml:
<servlet>
<servlet-name>default</servlet-name>
...
0
votes
2answers
98 views
How to make directory listing text disappear if directory is empty
I'm happy with the php code I'm currently using to display the file contents of a directory, but it currently says "list of files", I would like to know how I could make that text disappear if the ...
0
votes
0answers
51 views
Uploading a file directly to web server with directory listing enabled
I've got an interesting security question in regards to web servers and directory listing feature being either enabled or disabled... Here it goes:
If a web server has folder 'FooBar' with directory ...
0
votes
1answer
96 views
Dynamically update the list of files in a folder
What is the best way to achieve this ? I have a tomcat server and the files are uploaded to the WEB-INF folder and I used to write a html file (index.html) and add the files manually. I enabled ...
0
votes
2answers
182 views
Listing files in Directory without the path
Im using the following to list the files in a directory in a intranet site I am making. The problem is that is is also listing the path to the file too, does anyone know what im doing wrong ?.
thanks ...
8
votes
1answer
1k views
Disable Directory Listing in IIS
In my web application all the .aspx pages resides in Pages directory. The project structure is shown below:
The Home.aspx is set as Start Page and the Web.config file of the Pages folder contains:
...
-1
votes
1answer
63 views
Windows xp: roll my own desktop tool to copy list of directory names
Many times I have found the need to copy directory names from one directory into another, creating a list of empty directories in the later.
I have achieved this task using the following command:
...
0
votes
2answers
844 views
Can I create a “simple” Cyclic Redundancy Check program in Python?
I am quite green in the ways of Python programming and was tasked with creating a simple program that ran a CRC check. Can anyone suggest a good start point on which modules to use/read up on? I ...
0
votes
6answers
100 views
Selecting a file from a stated directory in Python
I want to select a file by numbers at left side of listing but I can't go more than this:
import os
path="/root/Desktop"
dirList=os.listdir(path)
for fname in dirList:
print fname
selected = ...
-5
votes
2answers
154 views
Page Navigation in file listing using PHP [closed]
I have more than 100 images on folder, i have listed all images in one page. But i need to list all images with last updated and pagination.
Please help
-2
votes
1answer
91 views
Limited Folder list using PHP
I have multiple sub folders in a folder. I need to show minimum 5 sub folder (Last Updated). Is it possible with PHP?
0
votes
2answers
348 views
Empty HTML href leads to directory listing in IE
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 ...
0
votes
0answers
222 views
How to prevent IE8 from trimming white spaces when viewing a text file (Web Server - Tomcat)
Can anybody tell me how to preserve the white spaces of a text file when viewing it from Internet Explorer 8? The text file is in my web server which is tomcat 6. It is viewed by the use of directory ...
2
votes
2answers
355 views
Is it possible to use .htaccess to make custom Index Of pages? If so how?
You know how when you go to a url on a server and the directory doesn't have an index.* file or a default.* file it shows you a list of the directorie's contents? I was wondering if there is any way ...
0
votes
1answer
331 views
Powershell prevent recursive lookup of parent folder only search child folders
I have created a script which can find all files in a provided directory of a specified format. The script will recursivly search the folder structure for these files.
Write-host "Please enter ...
2
votes
1answer
86 views
How can I turn listings on for just one folder in my webapps, as opposed to every folder
At the moment I have listings enabled(see code below) which means everyfolder is affected. how can i make it so that only webapps/myProject/myFolder is listable?
<init-param>
...
2
votes
3answers
6k views
How can I list all the files in folder on tomcat?
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 ...
2
votes
1answer
712 views
Allow directory listing only for a IP
I've activated directory listing with this line in the .htaccess:
Options +Indexes
How can I limit this to only one IP address with having access to all files/directories for everyone (every IP)?
