mattnenterprise / rust-ftp

FTP client for Rust
Apache License 2.0
182 stars 57 forks source link

add DELE command for delete file. #46

Closed yackushevas closed 8 years ago

yackushevas commented 8 years ago

Add command DELE (rfc 959 https://tools.ietf.org/html/rfc959).

mattnenterprise commented 8 years ago

Thanks for the addition!