mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 17:59:19 +02:00
add ftpd
This commit is contained in:
parent
98a90d49cb
commit
b5f2fe2f0a
10 changed files with 289 additions and 8 deletions
|
@ -387,7 +387,7 @@ def run(tmp, j2):
|
|||
t.daemon = True
|
||||
t.start()
|
||||
|
||||
ld = [tmp, os.path.join(tmp, "dep-j2")]
|
||||
ld = [os.path.join(tmp, x) for x in ["", "dep-ftp", "dep-j2"]]
|
||||
if j2:
|
||||
del ld[-1]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue