]> git.ipfire.org Git - thirdparty/squid.git/blob - errors/templates/ERR_FTP_PUT_ERROR
Source Format Enforcement (#532)
[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 type="copyright" content="Copyright (C) 1996-2020 The Squid Software Foundation and contributors">
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title>ERROR: FTP upload failed</title>
6 <style type="text/css"><!--
7 %l
8
9 body
10 :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
11 :lang(he) { direction: rtl; }
12 --></style>
13 </head><body id=%c>
14 <div id="titles">
15 <h1>ERROR</h1>
16 <h2>FTP PUT upload failed</h2>
17 </div>
18 <hr>
19
20 <div id="content">
21 <p>An FTP protocol error occurred while trying to retrieve the URL: <a href="%U">%U</a></p>
22
23 <p>Squid sent the following FTP command:</p>
24 <blockquote id="data">
25 <pre>%f</pre>
26 </blockquote>
27
28 <p>The server responded with:</p>
29 <blockquote id="sysmsg">
30 <pre>%F</pre>
31 </blockquote>
32
33 <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>
34
35 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
36 <br>
37 </div>
38
39 <hr>
40 <div id="footer">
41 <p>Generated %T by %h (%s)</p>
42 <!-- %c -->
43 </div>
44 </body></html>