From 10f94d7596bf89c6e962dcb24d44d1f717e12560 Mon Sep 17 00:00:00 2001 From: Alexandre Roux Date: Thu, 24 Oct 2024 18:40:42 +0200 Subject: [PATCH] feat: ftp client and server --- ftp_io/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ftp_io/README.md b/ftp_io/README.md index 33bc958..c7f3d44 100644 --- a/ftp_io/README.md +++ b/ftp_io/README.md @@ -1,15 +1,15 @@ -# ftp_server_io +# ftp_io -FTP server io implementation +FTP client and server io implementation and test ## Setup In `pubspec.yaml`: ```yaml - tekartik_ftp_server_io: + tekartik_ftp_io: git: url: https://github.com/tekartik/ftp.dart ref: dart3a - path: ftp_server_io + path: ftp_io ``` \ No newline at end of file