Skip to content

An FTP client library for pycom boards (MicroPython)

Notifications You must be signed in to change notification settings

pzinemanas/pycom-ftplib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycom-ftplib

This repository contains an FTP client library for pycom boards (MicroPython). It is based on the micropython-ftplib implementation. Modifications to the lib/ftplib.py were done in order to work in the pycom modules. This library was only tested on WiPy 3.0 and FTP_TLS is not fully tested yet.

Organization of this repository

root/
|
|- lib/ _______________________________ # Firmware source files
|  |- ftplib.py _______________________ # ftplib adapted to pycom modules
|
|- main.py ____________________________ # Example of main program that includes several tests.
|- config.json ________________________ # Configuration file (WiFi and FTP parameters)
|

Usage

To use this library, clone this repository, change config.json file with your WiFi and FTP credentials, and program all files to the board.

LICENSE

Code in file main.py and modifications of lib/ftplib.py have Copyright (c) of Pablo Zinemanas 2020. This code has the same Python Software Foundation License than the original library.

About

An FTP client library for pycom boards (MicroPython)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages