phil99 Guru Joined: 11/02/2018 Location: AustraliaPosts: 3213
Posted: 12:53am 14 Mar 2023
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