@hackage FTPLine1.1.0
A command-line FTP client.
Categories
License
BSD-3-Clause
Maintainer
Daniel Diaz <danieldiaz@asofilak.es>
Links
- Homepage
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (0)
- ansi-terminal
- base >=4 && <5
- bytestring
- directory
- ftphs
- haskeline >=0.6.2.4 && <0.7 Show all…
Dependents (1)
@hackage/acme-everything
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
StringtoByteString.Added modes (local and remote).
Changed lazy state to strict state, and it has been instantiated at haskeline's
MonadExceptionclass.The way FTP results are shown has varied.
Memory usage has been reduced considerably.