Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Viewing more than 10,000 files on a FTP file server? [closed]

Tags:

file

limit

ftp

I've queued up over 10,000 files to be uploaded to a UNIX based FTP server using a freeware (Windows based) FTP client which as far as i can see has finished without error.

Now, when i view the remote directory (using the Windows software) the output is truncated to 10,000 filenames. This ever occurs when i use the Windows command line FTP tool. Is there a way i can see more than this limit using another piece of software? I just need to confirm all files where indeed uploaded.

Any ideas?

Any information regarding this limit is very welcome.

like image 480
Gary Willoughby Avatar asked Dec 21 '08 01:12

Gary Willoughby


People also ask

Is there a file size limit for FTP?

Answer: There is not a limit on the size of the file. But keep in mind that the bigger the file the longer it will take to be transferred. However, either a ReadTimeout or OutOfMemory message may appear, depending on how many files are on the ftp server, and how large the files are.

How do I view files on an FTP server?

To view this FTP site in Windows Explorer: press Alt, click View, and then click Open FTP Site in Windows Explorer. Pressing the 'Alt' key brings up your menu bar so if your menu bar is already on you do not have to click 'Alt' as it won't do anything.

What is full FTP access?

File transfer protocol allows individuals and businesses to share electronic files with others without having to be in the same space. This can be done using an FTP client or through the cloud. Regardless of the option, both parties require a working internet connection.


2 Answers

Please provide more information like specific OS and version. Also please list the names and versions of the ftp clients that you are using when you experience the problem.

A lot of files in a single directory can cause many programs to have problems. I would recommend reducing the number of files in a folder, by putting them in several folders.

The FTP client that you are using probably has an option to look at the raw log and you should be able to use that to determine if it's a problem with the server or your client. The clients could be using a slightly different method to retrieve the list of files.

The story is in the logs.

like image 168
bruceatk Avatar answered Sep 18 '22 16:09

bruceatk


I also ran into this issue recently in FileZilla (it's non-client specific, btw). The setting is known as LimitRecursion. Talk to your host to adjust this rate. I simply created a ticket to LiquidWeb and this was fixed in a matter of minutes. For anyone else running into this issue.

like image 43
solepixel Avatar answered Sep 20 '22 16:09

solepixel