Closed crushedy closed 4 years ago
SFTP: very unlikely, since this a completely different protocol to FTP.
FTP over TLS: maybe, but since I'm not using micropython very much anymore, I can't make any promises as to when. I'm open to consider a pull request, though, preferably with the implementation based on the FTP_TLS
class in the CPython stdlib ftplib.py
.
See #6 for adding FTP over TLS support.
Are you going to implement the FTPS or SFTP protocols?