Portability | systems with networking |
---|---|
Stability | provisional |
Maintainer | John Goerzen <jgoerzen@complete.org> |
This module provides a parser that is used internally by Network.FTP.Server. You almost certainly do not want to use this module directly. Use Network.FTP.Server instead.
Written by John Goerzen, jgoerzen@complete.org
Documentation
parseCommand :: Handle -> IO (Either ParseError (String, String))Source