blob: ed12111809603b930efa67ac40ad57ba62142e9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Sparkburst Send</title>
<link rel="shortcut icon" href="https://sparkburst.net/graphics/favicon.ico" type="image/vnd.microsoft.icon">
<link rel="stylesheet" href="https://sparkburst.net/css/style.css" type="text/css" media="all">
</head>
<body>
<header class="site-header">
<div class="site-nav">
<a class="logo" href="https://sparkburst.net/" style="float: left;">
<picture>
<source media="only screen and (max-width: 450px)" srcset="https://sparkburst.net/graphics/spark-logo.svg">
<img class="mainlogo" src="https://sparkburst.net/graphics/sparkburst-full-logo-white.svg" alt="Sparkburst">
</picture>
</a>
<div class="main-menu">
<a class="navlink" href="/about/">about</a>
<span class="navlink-sep"> / </span>
<a class="navlink" href="/musings/">musings</a>
<span class="navlink-sep"> / </span>
<a class="navlink" href="/software/">software</a>
</div>
</div>
</header>
<main class="container">
<center>
<h1 style="">Sparkburst Send</h1>
<p class="clean-separator"></p>
<h2>Your file:</h2>
<h2><a href="/filename.zip">filename.zip</a></h2>
<p class="clean-separator"></p>
<p>Files stay up for 14 days, and are then automatically deleted.</p>
<p>Want to see how this was made? The code is very simple. You can read it at <a href="https://git.sparkburst.net/send/about">the git!</a></p>
<p class="clean-separator"></p>
<h3>File data:</h3>
</center>
<pre>
File: send-refresh.sh
Size: 970 Blocks: 8 IO Block: 4096 regular file
Device: 806h/2054d Inode: 5015952 Links: 1
Access: (0755/-rwxr-xr-x) Uid: ( 1000/ san) Gid: ( 1000/ san)
Access: 2022-10-08 17:39:56.876708490 +0200
Modify: 2022-10-08 17:39:56.876708490 +0200
Change: 2022-10-08 17:39:56.876708490 +0200
Birth: 2022-10-08 17:39:56.876708490 +0200
.
├── a_directory
│ └── a_file_in_a_dir.mp4
├── a_file.txt
└── another_file.txt
1 directory, 3 files
</pre>
</body>
</html>
|