tftp: support ipv6 and utf-8 filenames + ...

* fix winexe
* missing newline after dirlist
* optimizations
This commit is contained in:
ed 2024-02-17 21:31:58 +00:00
parent 39cc92d4bc
commit 0504b010a1
8 changed files with 145 additions and 19 deletions

View file

@ -141,7 +141,7 @@ args = {
"audiotags": ["mutagen"],
"ftpd": ["pyftpdlib"],
"ftps": ["pyftpdlib", "pyopenssl"],
"tftpd": ["partftpy>=0.2.0"],
"tftpd": ["partftpy>=0.3.0"],
"pwhash": ["argon2-cffi"],
},
"entry_points": {"console_scripts": ["copyparty = copyparty.__main__:main"]},