Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
92 views

In Git, how do I get a detailed list of file changes from one revision to another?

I use a Git repository on my server to version user data files sent to the server. I'm interested in getting a list of changed files between any two revisions. I know about git diff --name-only ...
2
votes
1answer
34 views

How to get files listed within specific time range

How can I list files within specific time range: Files those modification date isn't greater than 5 hours. Files that fall into period like 10-th of December through 20-th of December.
2
votes
3answers
105 views

Regex for space, but not escaped spaces

I am parsing the input of ls -lb and trying to put each field into an array in PHP. My input looks something like this: -rwx------ 1 user.name users 546879 2008-09-05 09:23 ...
1
vote
1answer
64 views

How to browse RMI server disk file system with java.io.File?

I want a RMI server / client system where you can browse the files on the server with a client. In this case the server is a Debian and the client runs on Windows. I tried to have the server hold a ...
1
vote
0answers
49 views

“Requesting folder name” in FAR manager. FTP

I'm writing my own FTP server and I've got a problem. Far manager can't receive file list, but filezilla can (image below). That's what I do: 1) receive PORT command with address and port 2) send ...
1
vote
1answer
114 views

show filelist, where a filename is made from data in txt, and still points to the file

Okay I know the title doesn't look very clear so i will try to elaborate my question. I have tons of reports (textfiles) which come in, but named with a numbercode (00001.txt, 00002.txt,...). I would ...
1
vote
1answer
275 views

Java: fetching the list of file names in a directory inside a war file

I have a web application in a servlet container. How can I get the list of files inside security folder inside controller/servlet? I tried something like this(which is not working): File ...
1
vote
2answers
970 views

Echo each file in Fileset with size, date and time

I'm converting a DOS batch file to Ant. At the end of the batch file, I print out a list of files copied including size, date and time using the DOS dir command. I would like to do the same at the ...
1
vote
1answer
117 views

Access image in my Android Tests

I am working on an Android app. It has corresponding spec/test application. As part of some of my tests, I need to pick up an image from my assets folder and calculate SHA-1 for it. I can calculate ...
1
vote
1answer
625 views

Get a list of all files inside of a directory in vb.net

Title says it all. How can you obtain a list of files (as a stringcollection or some other storage method) which contains the full path on the user's computer to the files? Is there a method for ...
0
votes
0answers
27 views

wget - Getting only a List of items to mirror

We are using wget to mirror like this: wget $HTTP_SITE1 --no-parent -X '/some/ftp/site/cache/' -X '/some/ftp/site/other/' --mirror --no-check-certificate --execute robots=off My question is how ...
0
votes
1answer
19 views

retrieve a file list knowing the htaccess user and password

There's and IP camera problem here. I know the htaccess username and password. How can I retirieve a filelist from that camera. I'm not sure if this is a hacking question, because I know the username ...
0
votes
1answer
45 views

Is there a way to get just a list of filenames of a remote mercurial repo?

Question is basically in the title. Is there any way to just have a list of files and directories in a remote repo fetched/displayed? I am asking, because I have a large repo and I just need a to ...
0
votes
1answer
147 views

how to show directory list of server side in android

I want to know is it possible to show directory list of server side in android. The directory list is just folder/file name with folder icon from server side, actually the server side directory is in ...
0
votes
2answers
162 views

how to show android file browser in windows platform

I want to show file list in android in windows platform. I used the method : private void browseToRoot() { browseTo(new File("C:\\"); } private void browseTo(final File ...
0
votes
3answers
491 views

Remote host file operations over SSH2 in java

I've got a simple task for now: connect to a remote server and get list of files and their info (in particular date of creation). Tried JSch, but it's like writing unix app 20 years ago. Would like ...
0
votes
3answers
383 views

listing files using C#, file with % wont open

I am listing pdf files using C#, but some files wont open because they have percentage(%) signs on their filenames, the user still wants the % to be shown on the filename,but i can make it to work ...
0
votes
1answer
2k views

C# Getting a complete file list using ftpRequest is slow

I want to get the filename, file size and last modified time of each file on an FTP server, then populate a listView with it. It worked really well until I switched FTP host, and now it's really ...
0
votes
1answer
39 views

What's the most simple way to get files only visible in Finder in a directory?

NSFileManager has several method to enumerate directory contents, but they returns all files including hidden or system files which is invisible for users in Finder. I want to get the file list same ...
0
votes
3answers
499 views

how to make file listing using the .bat script

I have directory structure: pakages |-files.bat |-component |-source |-lib I need to make text file using the files.bat script with file listing like this: File0001=source\WindowT.pas ...
0
votes
6answers
5k views

List files of certain pattern using Excel VBA

How to list all the files which match a certain pattern inside a user specified directory? This should work recursively inside the sub folders of the selected directory. I also need a convenient ...
-2
votes
1answer
49 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?
-5
votes
2answers
53 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