diff --git a/user_guide/libraries/ftp.html b/user_guide/libraries/ftp.html
index 0bec3a8..014b94d 100644
--- a/user_guide/libraries/ftp.html
+++ b/user_guide/libraries/ftp.html
@@ -63,8 +63,8 @@
 

 <h1>FTP Class</h1>

 

-<p>Code Igniter's FTP Class permits files to be uploaded, moved, renamed, and deleted on your server.  It also includes a "mirroring" function

-that permits a local directory to be recreated remotely via FTP.</p>

+<p>Code Igniter's FTP Class permits files to be transfered to a remote server. Remote files can also be moved, renamed,

+and deleted.  The FTP class also includes a "mirroring" function that permits an entire local directory to be recreated remotely via FTP.</p>

 

 <p class="important"><strong>Note:</strong>&nbsp; SFTP and SSL FTP protocols are not supported, only standard FTP.</p>