Windows single character wildcard returns more than expected
I'm trying to do a directory listing of files with filenames consisting of 8 characters followed by a period and a file extension in Windows command shell. The wildcard pattern I'm using is "????????.TIF". This returns ALL filenames with the ".TIF" extension, regardless of the length of the pre-e...
I/O error with ls on several directories.
I have an NTFS partition mounted on my Ubuntu system. And one of my directories which conatians thousands of .xm music appears empty in Nautilus. When I try to list the contents using ls it says "reading directoy . : I/O error". However if I know the file's name I can access it and play it. If I ...
Most efficient way to get a large directory listing over network
I'm searching for specific files on a Windows 2003 server directory that contains thousands of files. The directory is part of a network volume that's mounted on my Mac.
Right now I'm using find:
find . -name \*STRING\*
But it'...
filezilla Command: MLSD Response: 500 Error: Failed to retrieve directory listing
Hello,
Recently our network was moved to the corporate network and behind the company firewall.
Since the i could not access the FTP Servers using Filezilla. I can connect to them but cannot receive the directory listing.
Command: MLSD
Response: 50...
Why can't I access the htdocs directory through FTP?
While others are ok, FileZilla claims that it Failed to retrieve directory listing when accessing /var/www/htdocs.
The chmod is set to 775 for the htdocs directory.
I was transfering a folder with some php files to the htdocs dir when the connection broke. A...