How to transfer binary file ??
Posted: Thu Dec 18, 2014 2:20 am
Hello, any idea how to transfer binary file to filesystem ??
Regards, Ondra
Regards, Ondra
-->
Open Community Forum for ESP8266, Come share Arduino and IoT (Internet of Things)
https://www.esp8266.com/
ok1cdj wrote:Hello, any idea how to transfer binary file to filesystem ??
Regards, Ondra
-- Start:
tftpd=loadfile("tftpd.lua")():start()
-- Stop:
tftpd:stop() tftpd=nil
$ tftp 10.10.1.125
tftp> mode binary
tftp> put mybinary.dat
Sent 6263 bytes in 5.5 seconds
tftp>
tftp -i 10.10.1.125 put myfile.dat
To enable them, open Control Panel > Programs and Features > click Turn Windows features On or Off in left side > enable Client Telnet and Client TFTP then click in OK.