|
Hello everyone, what I need to do is get a list of files in a folder in a Flex application from the web (i.e. all the files in a location like http://example.com/folder1 ). Can anyone please help me. Thank you.
Chris
Started by Chris B on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Would be something of a huge security issue.
To get that the list of files in a server directory, you'd need to use a server-side script (.NET, php, Ruby, etc), then pass the list to your Flex app.
|
|
Hi!
Is it possible to sort folders and files in Dolphin case sensitive? I would like to sort like it was default in KDE3's Konqueror and in Linux in general, that is all folders starting with capital letter first.
Now I have folders sorted like this: ...
Started by by HeniekF on
, 13 posts
by 4 people.
Answer Snippets (Read the full thread at kde):
There is already a bug report about it: https://bugs.kde.org/show_bug.cgi?id=148550
Might I ask why you want it this way, though? What is the advantage to this method of sorting? Years of using terminal and old KDE... .
That doesn't appear to be an option.
|
|
Hi
I get error "Could not retrieve directory listing" when using synchronise function, when the folder is empty.
Its not always the same empty folder that fails, but eventually it hits an empty folder and fails.
Logfile attached.
I am using Windows 7 ...
Answer Snippets (Read the full thread at winscp):
|
Ask your Facebook Friends
|
Upon navigating to sub-folder '/public_html/www', I receive an error:
Quote: : Could not retrieve directory listing
Quote: : 409-a: No suck file or directory
This error was introduced in 5.0.2-Beta (and possibly 5.0.1-Beta, but I was never able to get...
Answer Snippets (Read the full thread at winscp):
|
|
I have a client that is asking me to give them a listing of every file and folder in the source code (and then a brief explanation of the source tree). Is there an easy way to create some sort of decently formatted list like this from a subversion repository...
Started by Kyle Boon on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Do a checkout; listing.txt
(Assuming that you're on Windows, of course.)
svn list -R svn://svnlocation
This should list all the files....
At the web address?
try: svn list -R
with the root of the branch you're trying to list.
|
|
All,
I want to redirect all traffic that comes to http://mysite/ to http://mysite/public folder. Currently I am doing this using the below in an .htaccess file and it works for the root directory. But if I browse to http://mysite/application , it doesn...
Started by Vincent on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
What is the name of the server-side folder.
Zend uses 'public' as the exposed web folder, but you should use the folder dictated by your web host.
I see that you're using Zend Framework.
|
|
You can use ftplib for full FTP support in Python. However the preferred way of getting a directory listing is:
# File: ftplib-example-1.py import ftplib ftp = ftplib.FTP("www.python.org") ftp.login("anonymous", "ftplib-example-1") data = [] ftp.dir(data...
Started by superjoe30 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I'd start to the nlst method (returning the result of the NLST... .
You'd have to write code to handle the most popular layouts .
However note that if the folder is empty, it might throw an error:
files of the LIST response.
Try ftp.nlst(dir).
|
|
I have a simple script written in Python:
import os def Path(SourcePath): for Folder in os.listdir(SourcePath): print "TESTING: %s" % Folder Path("\\\\192.168.0.36\\PDFs")
When i run this it recurses through a remote share on the LAN and just simply displays...
Started by Gary Willoughby on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Windows uses generated 8.3 "placeholders" when a filename over CIFS contains characters ... .
It's Windows-specific, but you might be able to use GetLongPathName() to map it back to a long name .
That is not ( g | j )ibberish, it's a short (8.3) filename .
|
|
Having browsed the net for a while, I've found that searching for a list of all the params available to add in the ./configure directive set when you make (compile) PHP is very hard to find since it will get you a lot of answers on how to use ini_set(...
Started by adergaard on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Edit:
This should get you a complete list of the available.
The available arguments for configure.
|
|
I have two projects, Project1 and Project2.
Now i want to copy this projects into eclipse workspace but i want these projects to be in a single folder like below.
Eclipse Workspace -> Project -> Project1, Project2
i.e Project1 and Project2 should...
Started by venu on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Declaring two src folders, listing all compilation jar dependencies for both project.
This folder exists only in some "meta" sense, and single projects can belong to multiple into Project (i.e.
folder.
|