Many files on a remote web server may not behave normally when executed from the local file systems, such as .php
or .aspx
. WebCopy can handle this by changing the extensions of downloaded content to match their mime type. For example, .php
and .aspx
would be renamed to .html
.
By default, WebCopy will only remap HTML files (those with the content type text/html
). All other files will use the original extension of the URL.
Option | Description |
---|---|
Never | No extension remapping is performed. This option is not recommended |
Always | WebCopy will always try and remap extensions |
Only for HTML | (Default) Only URLs with a content type of text/html will be remapped |
Only if no extension present | URLs without an extension will be remapped, those with an extension will not be modified |
Always, except for the specified exclusions | All URLs except those with a content type of application/octet-stream or with user defined extension or content type exclusions will be remapped |
Click Select Types to display a dialogue box for selecting content types either from those detected in the site to be copied, or from a global database
- You can either enter file extensions, such as
png
into this field, or content types such asimage/png
- This field supports wildcards
When the mode is Always, except for the specified exclusions, the application/octet-stream
exclusion is implicit and cannot be disabled.
When remapping extensions, WebCopy can keep the original extension. For example, if picture.php
had a content type of image/png
, the local filename would be picture.php.png
. To enable or disable this feature