Skip to main content
# micropython-uaioftp
Lightweight ftp library for MicroPython.

## uaioftp server example

```
import uasyncio as asyncio
import logging
logging.basicConfig(level=logging.DEBUG)
#logging.basicConfig(level=logging.INFO)
loop = asyncio.get_event_loop()
from uaioftp import uaioftpd
ftpd = uaioftpd(loop=loop, my_ip=netif.ip()[0])
loop.call_soon(asyncio.start_server(ftpd.server, "0.0.0.0", 21))
try:
loop.run_forever()
except:
loop.close()
```

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

micropython-uaioftp-0.9.2.tar.gz (3.0 kB view details)

Uploaded Source

File details

Details for the file micropython-uaioftp-0.9.2.tar.gz.

File metadata

File hashes

Hashes for micropython-uaioftp-0.9.2.tar.gz
Algorithm Hash digest
SHA256 c42b8ca45509161ae8f2cc0b397ad716c1cf75e04ad47e2a7fd682bf46260091
MD5 74bd55c70ecb09715d2be090175498a6
BLAKE2b-256 d79be425bf1c10eec5710fa16ef7d6b1dc288a450eb88184fa5cbca34b4c524d

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.9.2 This release

1 file

0.9.1

1 file

0.9.0

1 file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page