-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | Transfer file with FTP and FTPS with Conduit
--   
--   ftp-client is a library for communicating with an FTP server. It works
--   over both a clear channel or TLS. ftp-client-conduit uses conduit to
--   stream files and data in constant space.
@package ftp-client-conduit
@version 0.5.0.4


module Network.FTP.Client.Conduit
nlst :: MonadResource m => Handle -> [String] -> Producer m ByteString
retr :: MonadResource m => Handle -> String -> Producer m ByteString
list :: MonadResource m => Handle -> [String] -> Producer m ByteString
stor :: MonadResource m => Handle -> String -> RTypeCode -> Consumer ByteString m ()
mlsd :: MonadResource m => Handle -> String -> Producer m MlsxResponse
