]> git.ipfire.org Git - thirdparty/squid.git/blob - errors/templates/ERR_FTP_PUT_ERROR
Author: Francesco Chemolli <kinkie@squid-cache.org>
[thirdparty/squid.git] / errors / templates / ERR_FTP_PUT_ERROR
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html><head>
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4 <title>ERROR: FTP upload failed</title>
5 <style type="text/css"><!-- %l --></style>
6 </head><body>
7 <div id="titles">
8 <h1>ERROR</h1>
9 <h2>FTP PUT/upload failed</h2>
10 </div>
11 <hr>
12
13 <div id="content">
14 <p>While trying to PUT the following URL: <a href="%U">%U</a></p>
15
16 <p>Squid sent the following FTP command:</p>
17 <blockquote id="data">
18 <pre>%f</pre>
19 </blockquote>
20
21 <p>The server responded with:</p>
22 <blockquote id="sysmsg">
23 <pre>%F</pre>
24 </blockquote>
25
26 <p>This means that the FTP server may not have permission or space to store the file. Check the path, permissions, diskspace and try again.</p>
27
28 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
29 <br>
30 </div>
31
32 <hr>
33 <div id="footer">
34 <p>Generated %T by %h (%s)</p>
35 <!-- %c -->
36 </div>
37 </body></html>