PicoMiteWEB V5.07.07a24+ - Now with TFTP


Author Message
matherp
Guru

Joined: 11/12/2012
Location: United Kingdom
Posts: 11328
Posted: 06:39pm 12 Mar 2023      

V5.07.07a24


PicoMiteWebV5.07.07a24.zip

Note the times taken and the file size
See here for how to enable TFTP on windows (tested on W11). Linux users: you are on your own

The TFTP server is automatically enabled if you are connected to wifi and makes transferring files easy and fast. NB: The protocol TFTP does not support directory listing etc. so don't ask. It is also completely insecure so only use on your local network.



  Quote   tftp

Transfers files to and from a remote computer running the TFTP service.

TFTP [-i] host [GET | PUT] source [destination]

 -i              Specifies binary image transfer mode (also called
                 octet). In binary image mode the file is moved
                 literally, byte by byte. Use this mode when
                 transferring binary files.
 host            Specifies the local or remote host.
 GET             Transfers the file destination on the remote host to
                 the file source on the local host.
 PUT             Transfers the file source on the local host to
                 the file destination on the remote host.
 source          Specifies the file to transfer.
 destination     Specifies where to transfer the file.