asyncftpclient

FTP client implementation (originally in the stdlib).

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:25

Installation

nimble install asyncftpclient
choosenim install asyncftpclient
git clone https://github.com/nim-lang/asyncftpclient

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
asyncftpclient - - - - - - -

Source

Repository https://github.com/nim-lang/asyncftpclient
Homepage https://github.com/nim-lang/asyncftpclient
Registry Source nimble_official

README

asyncftpclient

FTP client implementation, originally part of the Nim standard library.

Install with nimble install asyncftpclient or add requires "asyncftpclient" to your package's .nimble file.