@hackage FTPLine1.1.0

A command-line FTP client.

A command-line FTP client. Type help for a list of commands. Online documentation at the homepage.

Changes from last version:

  • State becomes a record (was a tuple).

  • File content changes from String to ByteString.

  • Added modes (local and remote).

  • Changed lazy state to strict state, and it has been instantiated at haskeline's MonadException class.

  • The way FTP results are shown has varied.

  • Memory usage has been reduced considerably.