diff --git a/ftphs.cabal b/ftphs.cabal
--- a/ftphs.cabal
+++ b/ftphs.cabal
@@ -1,5 +1,5 @@
 Name: ftphs
-Version: 1.0.6
+Version: 1.0.7
 License: LGPL
 Maintainer: John Goerzen <jgoerzen@complete.org>
 Author: John Goerzen
diff --git a/src/Network/FTP/Client.hs b/src/Network/FTP/Client.hs
--- a/src/Network/FTP/Client.hs
+++ b/src/Network/FTP/Client.hs
@@ -218,7 +218,7 @@
                                    -- * Low-level advanced commands
                                    FTPConnection,
                                    transfercmd, ntransfercmd,
-                                   retrlines, storlines
+                                   retrlines, storlines, sendcmd
                        )
 where
 import Network.FTP.Client.Parser
