]> git.ipfire.org Git - thirdparty/squid.git/blob - errors/templates/ERR_FTP_NOT_FOUND
Languages: Import dictionary templates
[thirdparty/squid.git] / errors / templates / ERR_FTP_NOT_FOUND
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=iso-8859-1">
4 <title>ERROR: The requested URL could not be retrieved</title>
5 <style type="text/css"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></style>
6 </head><body>
7 <h1>ERROR</h1>
8 <h2>The requested URL could not be retrieved</h2>
9 <hr>
10 <p>The following URL could not be retrieved: <a href="%U">%U</a></p>
11
12 <p>Squid sent the following FTP command:</p>
13 <blockquote>
14 <p><b>%f</b></p>
15 </blockquote>
16
17 <p>The server responded with:</p>
18 <blockquote>
19 <p><b>%F</b></p>
20 <p><b>%g</b></p>
21 </blockquote>
22
23 <p>This might be caused by an FTP URL with an absolute path (which does not comply with RFC 1738). If this is the cause, then the file can be found at <a href="%B">%B</a>.</p>
24
25 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>