]> git.ipfire.org Git - thirdparty/squid.git/blame - errors/templates/ERR_FTP_PUT_ERROR
Updates auto-save
[thirdparty/squid.git] / errors / templates / ERR_FTP_PUT_ERROR
CommitLineData
8289d754
AJ
1<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2<html><head>
238054f1 3<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
8289d754 4<title>ERROR: FTP upload failed</title>
5b52cb6c 5<style type="text/css"><!-- %l --></style>
8289d754 6</head><body>
2efb44d2 7<div id="titles">
8289d754
AJ
8<h1>ERROR</h1>
9<h2>FTP PUT/upload failed</h2>
2efb44d2 10</div>
8289d754 11<hr>
2efb44d2
AJ
12
13<div id="content">
8289d754
AJ
14<p>While trying to PUT the following URL: <a href="%U">%U</a></p>
15
16<p>Squid sent the following FTP command:</p>
5b52cb6c 17<blockquote id="data">
f1d6f80d 18<pre>%f</pre>
8289d754
AJ
19</blockquote>
20
21<p>The server responded with:</p>
5b52cb6c 22<blockquote id="sysmsg">
f1d6f80d 23<pre>%F</pre>
8289d754
AJ
24</blockquote>
25
26<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>
27
28<p>Your cache administrator is <a href="mailto:%w%W">%w</a>.</p>
5b52cb6c 29<br>
2efb44d2
AJ
30</div>
31
5b52cb6c 32<hr>
2efb44d2
AJ
33<div id="footer">
34<p>Generated %T by %h (%s)</p>
35<!-- %c -->
36</div>
f688e673 37</body></html>