]> git.ipfire.org Git - thirdparty/squid.git/blob - errors/templates/ERR_FTP_FAILURE
Merge from trunk
[thirdparty/squid.git] / errors / templates / ERR_FTP_FAILURE
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: The requested URL could not be retrieved</title>
5 <style type="text/css"><!-- %l --></style>
6 </head><body>
7 <div id="titles">
8 <h1>ERROR</h1>
9 <h2>The requested URL could not be retrieved</h2>
10 </div>
11 <hr>
12
13 <div id="content">
14 <p>An FTP protocol error occurred while trying to retrieve the 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="error">
23 <pre>%F</pre>
24 <pre>%g</pre>
25 </blockquote>
26
27 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
28 <br>
29 </div>
30
31 <hr>
32 <div id="footer">
33 <p>Generated %T by %h (%s)</p>
34 <!-- %c -->
35 </div>
36 </body></html>