]> git.ipfire.org Git - thirdparty/squid.git/blob - errors/templates/ERR_FTP_PUT_ERROR
Merged from trunk.
[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"><!--
6 %l
7
8 body
9 :lang(fa) { direction: rtl; font-size: 100%; font-family: Tahoma, Roya, sans-serif; float: right; }
10
11 --></style>
12 </head><body>
13 <div id="titles">
14 <h1>ERROR</h1>
15 <h2>FTP PUT/upload failed</h2>
16 </div>
17 <hr>
18
19 <div id="content">
20 <p>While trying to PUT the following URL: <a href="%U">%U</a></p>
21
22 <p>Squid sent the following FTP command:</p>
23 <blockquote id="data">
24 <pre>%f</pre>
25 </blockquote>
26
27 <p>The server responded with:</p>
28 <blockquote id="sysmsg">
29 <pre>%F</pre>
30 </blockquote>
31
32 <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>
33
34 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
35 <br>
36 </div>
37
38 <hr>
39 <div id="footer">
40 <p>Generated %T by %h (%s)</p>
41 <!-- %c -->
42 </div>
43 </body></html>