Skip to content

Commit

Permalink
feat: ftp client and server
Browse files Browse the repository at this point in the history
  • Loading branch information
alextekartik committed Oct 24, 2024
1 parent 3fc9b36 commit 10f94d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ftp_io/README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 10f94d7

Please sign in to comment.