summaryrefslogtreecommitdiff
path: root/docs/backends/ftp.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/backends/ftp.rst')
-rw-r--r--docs/backends/ftp.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/backends/ftp.rst b/docs/backends/ftp.rst
new file mode 100644
index 0000000..6b894f0
--- /dev/null
+++ b/docs/backends/ftp.rst
@@ -0,0 +1,7 @@
+FTP
+===
+
+.. warning:: This FTP storage is not prepared to work with large files, because it uses memory for temporary data storage. It also does not close FTP connection automatically (but open it lazy and try to reestablish when disconnected).
+
+This implementation was done preliminary for upload files in admin to remote FTP location and read them back on site by HTTP. It was tested mostly in this configuration, so read/write using FTPStorageFile class may break.
+