mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 09:49:29 +02:00
tftp:
* upgrade to partftpy 0.4.0 * workarounds for buggy clients/servers * improved ipv6 support, especially on macos * improved robustness on unreliable networks * make `--tftp4` separate from `--ftp4`
This commit is contained in:
parent
c9281f8912
commit
452592519d
6 changed files with 7 additions and 10 deletions
2
setup.py
2
setup.py
|
@ -141,7 +141,7 @@ args = {
|
|||
"audiotags": ["mutagen"],
|
||||
"ftpd": ["pyftpdlib"],
|
||||
"ftps": ["pyftpdlib", "pyopenssl"],
|
||||
"tftpd": ["partftpy>=0.3.1"],
|
||||
"tftpd": ["partftpy>=0.4.0"],
|
||||
"pwhash": ["argon2-cffi"],
|
||||
},
|
||||
"entry_points": {"console_scripts": ["copyparty = copyparty.__main__:main"]},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue