Skip to content

Commit bca08a3

Browse files
committed
Update pyfoxfile.py
1 parent 8377956 commit bca08a3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyfoxfile.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12831,7 +12831,7 @@ def run_tcp_file_server(fileobj, url, on_progress=None):
1283112831
Ends after serving exactly one client or wait window elapses.
1283212832

1283312833
URL example:
12834-
tcp://user:pass@0.0.0.0:5000/path/my.arc?
12834+
tcp://user:pass@0.0.0.0:5000/path/my.fox?
1283512835
auth=1&enforce_path=1&rate=200000&timeout=5&wait=30&ssl=0
1283612836
"""
1283712837
parts, o = _parse_net_url(url) # already returns proto/host/port/timeout/ssl/etc.
@@ -13033,7 +13033,7 @@ def run_udp_file_server(fileobj, url, on_progress=None):
1303313033
Ends after serving exactly one client or wait window elapses.
1303413034

1303513035
URL example:
13036-
udp://user:pass@0.0.0.0:5001/path/my.arc?
13036+
udp://user:pass@0.0.0.0:5001/path/my.fox?
1303713037
auth=1&enforce_path=1&rate=250000&timeout=5&wait=30
1303813038
"""
1303913039
parts, o = _parse_net_url(url)
@@ -13457,7 +13457,7 @@ def run_tcp_file_server(fileobj, url, on_progress=None):
1345713457
Ends after serving exactly one client or wait window elapses.
1345813458

1345913459
URL example:
13460-
tcp://user:pass@0.0.0.0:5000/path/my.arc?
13460+
tcp://user:pass@0.0.0.0:5000/path/my.fox?
1346113461
auth=1&enforce_path=1&rate=200000&timeout=5&wait=30&ssl=0
1346213462
"""
1346313463
parts, o = _parse_net_url(url) # already returns proto/host/port/timeout/ssl/etc.
@@ -14009,7 +14009,7 @@ def run_udp_file_server(fileobj, url, on_progress=None):
1400914009
Ends after serving exactly one client or wait window elapses.
1401014010

1401114011
URL example:
14012-
udp://user:pass@0.0.0.0:5001/path/my.arc?
14012+
udp://user:pass@0.0.0.0:5001/path/my.fox?
1401314013
auth=1&enforce_path=1&rate=250000&timeout=5&wait=30
1401414014
"""
1401514015
parts, o = _parse_net_url(url)

0 commit comments

Comments
 (0)