FTP without username and password
Barry
barry at barrys-emacs.org
Wed Dec 7 16:45:11 EST 2022
> On 7 Dec 2022, at 16:49, ^Bart <io at io.it> wrote:
>
>
>> 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
>
> I never used TFTP so, like what I wrote in another post, I thought it was just a FTP without username and password...
>
> Thanks to show me the "Python way" to use TFTP! :)
>
> Have a nice day!
> ^Bart
TFTP server and client tools are standard on linux systems.
Barry
>
> --
> https://mail.python.org/mailman/listinfo/python-list
More information about the Python-list
mailing list