summaryrefslogtreecommitdiff
path: root/docs/backends/ftp.rst
diff options
context:
space:
mode:
authorYuval Adam <yuval@segmanta.com>2014-03-20 17:49:16 +0200
committerYuval Adam <yuval@segmanta.com>2014-03-20 17:49:16 +0200
commit75f93a3f7854a7383febd047391e2bfd4caceee0 (patch)
treed5e634ef292c6b84acacc3982dbcaa0d300a346e /docs/backends/ftp.rst
Initial git fork of django-storagesHEADmaster
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.
+