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()
```

Release files for micropython-uaioftp 0.9.2

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for micropython-uaioftp 0.9.2
File Size Uploaded
micropython-uaioftp-0.9.2.tar.gz 3.0 kB Details

Release files / micropython-uaioftp-0.9.2.tar.gz

Download URL micropython-uaioftp-0.9.2.tar.gz
Size 3.0 kB
Tags Source
SHA-256 checksum
How to use checksums
c42b8ca45509161ae8f2cc0b397ad716c1cf75e04ad47e2a7fd682bf46260091
BLAKE2b-256 checksum
How to use checksums
d79be425bf1c10eec5710fa16ef7d6b1dc288a450eb88184fa5cbca34b4c524d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.9.2 This release

1 release file

0.9.1

1 release file

0.9.0

1 release 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