{#if state.base.id} {/if} {#if state.base.type === "file"} {/if} {#if share_url !== ""} {/if}
Name {state.base.name}
Path {state.base.path}
Created {formatDate(state.base.created, true, true, true)}
Modified {formatDate(state.base.modified, true, true, true)}
Mode {state.base.mode_string}
Public ID {state.base.id}
File type {state.base.file_type}
File size {formatDataVolume(state.base.file_size, 4)} ( {formatThousands(state.base.file_size)} B )
Downloads {formatThousands(total_downloads)} (unique, counted once per IP)
Transfer used {formatDataVolume(total_transfer_paid, 4)} ( {formatThousands(total_transfer_paid)} B ), {(total_transfer_paid/state.base.file_size).toFixed(1)}x file size
SHA256 sum{state.base.sha256_sum}
Direct link Copy {direct_url}
Sharing link Copy {share_url}
Direct sharing link Copy {direct_share_url}
{#if state.base.type === "file"}

Download statistics

{#each chart_timespans as ts} {/each}
{/if}