ftp configuration

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

ftp configuration

Post by s.dot »

I have a folder that contains about 2500 files but i can only get a list of 2000. I've tried flashfxp, ws_ftp, and using internet explorer. So I figure it must be the configuration of pure-ftpd on my server. Has anyone heard of anything like this before? How would I change the settings on pureftpd if it is the problem?
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

Post by neophyte »

Never heard of that problem before. Then again, can't say I've ever had that many files in a single directory.
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Post by josh »

Have you verified the files are actually there?

count(glob("/path/*"));
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

Sounds like some of the files are hidden.

Try listing the files showing all hidden files too (files starting with a dot ".").

`ls -al'

:)
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Post by s.dot »

they're all folders, approximately 2500 folders

but i worked my way around it by downloading some folders, then deleting, then the rest of them showed up

now I have the problem i need to chmod() all the folders in that directory, and usually I just highlight all the folders and right click and choose properties

i tried making a script to do it, but it said I didn't have permission :|
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Post Reply