Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 876 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 876 Bytes

Build Status Issues

lizardFtp

Lizard is a work-in-progress FTP client and library, written in C# 5.

Features: lizardcli

  • Familiar wget-like command-line interface
  • Upload/download files easily

Features: libLizard

  • Familiar TcpClient-like interface
  • Event-driven for maximum efficiency
  • Allows sending raw ftp commands
  • Support for passive transfer
  • Full RFC 2389 (FEAT) implementation

ToDo: libLizard

  • Add support for active transfer
  • Add support for FTP over SSL
  • Add full RFC 959 support