summaryrefslogtreecommitdiffstats
path: root/user_guide/libraries/ftp.html
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-27 09:41:28 +0200
committeradmin <devnull@localhost>2006-10-27 09:41:28 +0200
commit631f17b88124619dd27a04509970da155a3fc1b7 (patch)
treec84802140bb4efd2280f71efdc768cc568920db2 /user_guide/libraries/ftp.html
parent865b4b32ff813156c577e336114ae67b4be1a259 (diff)
Diffstat (limited to 'user_guide/libraries/ftp.html')
-rw-r--r--user_guide/libraries/ftp.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_guide/libraries/ftp.html b/user_guide/libraries/ftp.html
index ae025f5f1..4df9c545b 100644
--- a/user_guide/libraries/ftp.html
+++ b/user_guide/libraries/ftp.html
@@ -183,7 +183,7 @@ array in that file. Then save the file at <var>config/ftp.php</var> and it will
<h2>$this->ftp->upload()</h2>
-<p>Uploads a file to your server. You must supply the local path and the remote path (with trailing slash), and you can optionally set the mode and permissions.
+<p>Uploads a file to your server. You must supply the local path and the remote path, and you can optionally set the mode and permissions.
Example:</p>