mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
tftp: support ipv6 and utf-8 filenames + ...
* fix winexe * missing newline after dirlist * optimizations
This commit is contained in:
parent
39cc92d4bc
commit
0504b010a1
8 changed files with 145 additions and 19 deletions
2
setup.py
2
setup.py
|
@ -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"]},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue