]> git.ipfire.org Git - thirdparty/squid.git/blob - errors/templates/ERR_FTP_PUT_ERROR
Undo r9254. Bad mixed commit
[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=iso-8859-1">
4 <title>ERROR: FTP upload failed</title>
5 <style type="text/css"><!-- %l --></style>
6 </head><body>
7 <h1>ERROR</h1>
8 <h2>FTP PUT/upload failed</h2>
9 <hr>
10 <p>While trying to PUT the following URL: <a href="%U">%U</a></p>
11
12 <p>Squid sent the following FTP command:</p>
13 <blockquote id="data">
14 <pre>%f</pre>
15 </blockquote>
16
17 <p>The server responded with:</p>
18 <blockquote id="sysmsg">
19 <pre>%F</pre>
20 </blockquote>
21
22 <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>
23
24 <p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
25
26 <br>
27 <hr>
28 <div id="footer">Generated %T by %h (%s)</div>
29 </body></html>