Skip to content

Commit 70df850

Browse files
committed
Update pycatfile.py
1 parent 6adedfd commit 70df850

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pycatfile.py

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

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

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

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

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

0 commit comments

Comments
 (0)