Add asyncftpclient0947 (#2414)

* rename

* Added package asyncftpclient
This commit is contained in:
ringabout 2022-11-29 18:15:38 +08:00 committed by GitHub
parent a533caa918
commit abfce112d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27944,5 +27944,18 @@
"description": "Helper procs for CGI applications in Nim.",
"license": "MIT",
"web": "https://github.com/nim-lang/cgi"
},
{
"name": "asyncftpclient",
"url": "https://github.com/nim-lang/asyncftpclient",
"method": "git",
"tags": [
"stdlib",
"ftpclient",
"official"
],
"description": "FTP client implementation (originally in the stdlib).",
"license": "MIT",
"web": "https://github.com/nim-lang/asyncftpclient"
}
]