]> git.ipfire.org Git - thirdparty/squid.git/blame - errors/templates/ERR_FTP_PUT_ERROR
Languages: Import dictionary templates
[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>
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"><!--BODY{background-color:#ffffff;font-family:verdana,sans-serif}PRE{font-family:sans-serif}--></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>
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</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>