PicoMiteWEB V5.07.07a24+ - Now with TFTP


Author Message
phil99

Guru

Joined: 11/02/2018
Location: Australia
Posts: 3213
Posted: 12:53am 14 Mar 2023      

  Pluto said  -it seems not to like filenames with spaces.

It works if you enclose them in quotes

E:\>tftp 192.168.1.100 get "PicoWeb Test 1.bas"

Edit
The length may be an issue.
This transfers:-

E:\PicoMiteWeb>tftp -i 192.168.1.100 get "Compr img test.bas"
Transfer successful: 1205 bytes in 1 second(s), 1205 bytes/s

But this won't - same file different name:-

E:\PicoMiteWeb>tftp 192.168.1.100 get "Compressed image test.bas"
Connect request failed

You can however send if the target name is shorter.

E:\PicoMiteWeb>tftp 192.168.1.100 put "Compressed image test 2.bas" "cmp2.bas"
Transfer successful: 1205 bytes in 1 second(s), 1205 bytes/s
Edited 2023-03-14 12:59 by phil99