[File Types] Incomplete Download Part Files

General discussion related to "Everything".
Post Reply
raccoon
Posts: 1015
Joined: Thu Oct 18, 2018 1:24 am

[File Types] Incomplete Download Part Files

Post by raccoon »

This is a list of suffix file extensions that are appended to the end of file names being downloaded by various network client file downloading software, ie, by download managers, torrent clients, web browsers, and other downloader programs. When a download in one of these programs is completed, the suffix file extension is removed. A file with one of these extensions indicates that it has only been partially downloaded and should be treated as incomplete, unfinished or corrupt. (i'm using searchable keywords here).

All of the following file extensions are added to the end of the regular filename and extension. example: samplevideo.mp4.crdownload

Some of these file extensions may be used by other software for other purposes. Conflicts noted below.

Code: Select all

.part         -- Generic (Firefox, youtube-dl, Go!Zilla, eMule, eDonkey, JDownloader, Skype, zsync, Transmission, etc)
.crdownload   -- Google Chrome
.download     -- Apple Safari
.opdownload   -- Opera
.partial      -- Internet Explorer 9+
.!qB          -- qBittorrent (bittorrent)
.!ut          -- uTorrent (bittorrent)
.bc!          -- BitComet (bittorrent)
.bc           -- BitComet (bittorrent) (Conflict: Adobe Bridge Cache File)
.!bt          -- BitTorrent (bittorrent)
.bt!          -- BitSpirit (bittorrent)
.az!          -- Vuze (aka Azureus) (bittorrent)
.ob!          -- Orbit Downloader
.fb!          -- FlashGet
.jc!          -- FlashGet
.jc           -- FlashGet
.td           -- Thunder (aka Xunlei, Chinese download manager)
.dtapart      -- DownloadThemAll! (old Firefox Extension)
.downloading  -- Pando (Microsoft Oulook plug-in)
.dstudio      -- DownloadStudio
.adadownload  -- Adobe Download Assistant
.appdownload  -- Mac App Store
.dlm          -- Akamai Download Manager
.dap          -- Download Accelerator Plus (Conflict: MS Access)
.dctmp        -- DC++ (Direct Connect)
As a file extension list filter:

ext:part;crdownload;download;opdownload;partial;!qB;!ut;bc!;bc;!bt;bt!;az!;ob!;fb!;jc!;jc;td;dtapart;downloading;dstudio;adadownload;appdownload;dlm;dap;dctmp

As a wildcard match search:

<*.part|*.crdownload|*.download|*.opdownload|*.partial|*.!qB|*.!ut|*.bc!|*.bc|*.!bt|*.bt!|*.az!|*.ob!|*.fb!|*.jc!|*.jc|*.td|*.dtapart|*.downloading|*.dstudio|*.adadownload|*.appdownload|*.dlm|*.dap|*.dctmp>


References: Contribute to this list if you know of any others.
Post Reply