El 6/12/2022 a las 9:32 p. m., Dennis Lee Bieber escribió:
On Tue, 6 Dec 2022 20:42:42 +0100, ^Bart <gabriele1nos...@hotmail.com>
declaimed the following:


I tried the written Python code but it needs to insert a username and
password so it's a different service than TFTP but maybe there's also a
code to do it in Python! ;)


        It's a whole different protocol. TFTP is simplified to the point it
will fit on embedded devices which don't need security (the assumption
being that one has the embedded device physically present, FTP assumes
distributed networks).

https://wiki.python.org/moin/tftp



TFTP is used usually to manage updates and boot workstations without bootable disks using a NIC with a preloaded ROM.
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to