FTP without username and password
Dennis Lee Bieber
wlfraed at ix.netcom.com
Tue Dec 6 21:32:20 EST 2022
On Tue, 6 Dec 2022 20:42:42 +0100, ^Bart <gabriele1NOSPAM at 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
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed at ix.netcom.com http://wlfraed.microdiversity.freeddns.org/
More information about the Python-list
mailing list