Custom Query (8117 matches)
Results (76 - 78 of 8117)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#11263 | invalid | option to Upload/overwrite if src file newer is not memorized when selected to memorize (during dialog prompt) | ||
Description |
THe option to "Upload/overwrite if src file newer" is not memorized when selected to memorize (during dialog prompt).
|
|||
#10664 | rejected | Directory Limit of 7998 files retrived - I have more files in the directory | ||
Description |
I'm running on Mac OSX, and I don't recall having this problem with FileZilla on PC. Please fix this ASAP or I'll have to abandon your fantastic, amazing project. My project is very large and accesses many files on the server. When I backup the server via FileZilla, this limit causes me to miss backing up files without even knowing it. |
|||
#8094 | fixed | Preallocate space | ||
Description |
On Windows platforms newer than WinXP besides SetFilePointer+SetEndOfFile preallocation method which fills required disk space with zeros which might take a lot of time in case of a very large file, there is another literally instant function: SetFileValidData (see MSDN), it just claims disk space leaving intact whatever data there was. Despite common belief that fragmentation isn't an issue, it's quite the opposite - 1+GB files downloaded in such applications as FileZilla Client which doesn't preallocate disk space, are extremely slow to copy and work with when mounted and impose absolutely unnecessary huge load on HDD due to a lot of disk seeks. Apparently only a few win32 ftp clients can preallocate space and none of them uses SetFileValidData. Out of about 20 most popular ftp clients I've tested, only Flashget and NetTransport had the feature. Actually I've searched all files on my PC and out of hundreds of small and large win32 apps that constantly deal with creation of files, large and small, only VirtualDub and uTorrent use SetFileValidData, also the latter allows user to select whether he prefers instant preallocation, complete with zeroing or none of the two. There was a similar ticket (#1486) 7 years ago and now it's already 2012 but FileZilla Client still doesn't preallocate space. |