logo
首页技术栈工具库讨论
FTPServer

FTPServer

Simple FTP Server built on top of the NetServices TCP/IP stack. Not all functions are implemented yet: * Only connection and directory listing commands are working at the moment. * Only passive mode is supported. * File transfer is not yet implemented. Example usage: <<code>> FTPServer ftpServer; FTPUser user("username", "password"); ftpServer.addUser(user); ftpServer.setIp(ethernet.getIp()); ftpServer.bind(21, 20); <</code>> Required Libraries: <<library /users/Phlaphead/libraries/FileSystemInt
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
PLATFORMIO
FTPServer
标签
根据用户添加的标签生成
暂无标签