<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 
<title>ERROR: The requested URL could not be retrieved</title> 
<style type="text/css">
  H1 { color: blue; font-size: 22px; font-weight:bold; }
  H2 { color: black; font-size: 18px; font-weight:bold; }
  H3 { color: black; font-size: 16px; font-weight:bold; }
  P { color: black; font-size: 16px; font-weight:normal; }
  A:link { color: #00C; text-decoration:none; }
  A:visited { color: #00C; text-decoration:none;}
  A:hover { color: #00C; text-decoration:underline;}
  A:active { color: #00C; text-decoration:underline;}
  A:focus { color: #00C; text-decoration:none;}
 </style> 
 </head>
 <body> 
 <div id="titles" align="center"> 
 <h1>JonDonym Error Message</h1> 
 <h2>FTP PUT/upload failed</h2> 
 </div> 
 <div id="content" align="center"> 
 <p>Squid sent the following FTP command: %f</p>
 <p>The server responded with: %F %g</p>
 <p>This means that the FTP server may not have permission or space to store the file.<br>
 Check the path, permissions, diskspace and try again.</p>
<!-- %c  %s --> 
</div>
 </body>
 </html> 