]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
these are needed
authorkostas <>
Fri, 6 Mar 1998 12:46:37 +0000 (12:46 +0000)
committerkostas <>
Fri, 6 Mar 1998 12:46:37 +0000 (12:46 +0000)
errors/English/ERR_FTP_PUT_CREATED [new file with mode: 0644]
errors/English/ERR_FTP_PUT_ERROR [new file with mode: 0644]
errors/English/ERR_FTP_PUT_MODIFIED [new file with mode: 0644]

diff --git a/errors/English/ERR_FTP_PUT_CREATED b/errors/English/ERR_FTP_PUT_CREATED
new file mode 100644 (file)
index 0000000..39e641d
--- /dev/null
@@ -0,0 +1,9 @@
+<HTML><HEAD>
+<TITLE>FTP PUT Successful: File Created</TITLE>
+</HEAD><BODY>
+<H1>Operation successful</H1>
+<H2>File updated</H2>
+<HR>
+<P>
+</P>
+
diff --git a/errors/English/ERR_FTP_PUT_ERROR b/errors/English/ERR_FTP_PUT_ERROR
new file mode 100644 (file)
index 0000000..5de6d25
--- /dev/null
@@ -0,0 +1,25 @@
+<HTML><HEAD>
+<TITLE>ERROR: FTP upload failed </TITLE>
+</HEAD><BODY>
+<H1>ERROR</H1>
+<H2>FTP PUT/upload failed</H2>
+<HR>
+<P>
+While trying to PUT the following URL:
+<A HREF="%U">%U</A>
+<P>
+Squid sent the following FTP command:
+<PRE><STRONG>
+        %f
+</STRONG></PRE>
+and then received this reply
+<PRE><STRONG>
+        %F
+</STRONG></PRE>
+<P>
+This means that:
+<PRE>
+Check path, permissions, diskspace and try again.
+</PRE>
+</P>
+
diff --git a/errors/English/ERR_FTP_PUT_MODIFIED b/errors/English/ERR_FTP_PUT_MODIFIED
new file mode 100644 (file)
index 0000000..95459cd
--- /dev/null
@@ -0,0 +1,9 @@
+<HTML><HEAD>
+<TITLE>FTP PUT Successful: File updated</TITLE>
+</HEAD><BODY>
+<H1>Operation successful</H1>
+<H2>File updated</H2>
+<HR>
+<P>
+</P>
+