Skip to content

Commit c0ada73

Browse files
committed
Update pyfoxfile.py
1 parent 6a79057 commit c0ada73

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
@@ -13735,7 +13735,7 @@ def run_tcp_file_server(fileobj, url, on_progress=None):
1373513735
Ends after serving exactly one client or wait window elapses.
1373613736

1373713737
URL example:
13738-
tcp://user:pass@0.0.0.0:5000/path/my.arc?
13738+
tcp://user:pass@0.0.0.0:5000/path/my.fox?
1373913739
auth=1&enforce_path=1&rate=200000&timeout=5&wait=30&ssl=0
1374013740
"""
1374113741
parts, o = _parse_net_url(url) # already returns proto/host/port/timeout/ssl/etc.
@@ -13937,7 +13937,7 @@ def run_udp_file_server(fileobj, url, on_progress=None):
1393713937
Ends after serving exactly one client or wait window elapses.
1393813938

1393913939
URL example:
13940-
udp://user:pass@0.0.0.0:5001/path/my.arc?
13940+
udp://user:pass@0.0.0.0:5001/path/my.fox?
1394113941
auth=1&enforce_path=1&rate=250000&timeout=5&wait=30
1394213942
"""
1394313943
parts, o = _parse_net_url(url)
@@ -14361,7 +14361,7 @@ def run_tcp_file_server(fileobj, url, on_progress=None):
1436114361
Ends after serving exactly one client or wait window elapses.
1436214362

1436314363
URL example:
14364-
tcp://user:pass@0.0.0.0:5000/path/my.arc?
14364+
tcp://user:pass@0.0.0.0:5000/path/my.fox?
1436514365
auth=1&enforce_path=1&rate=200000&timeout=5&wait=30&ssl=0
1436614366
"""
1436714367
parts, o = _parse_net_url(url) # already returns proto/host/port/timeout/ssl/etc.
@@ -14913,7 +14913,7 @@ def run_udp_file_server(fileobj, url, on_progress=None):
1491314913
Ends after serving exactly one client or wait window elapses.
1491414914

1491514915
URL example:
14916-
udp://user:pass@0.0.0.0:5001/path/my.arc?
14916+
udp://user:pass@0.0.0.0:5001/path/my.fox?
1491714917
auth=1&enforce_path=1&rate=250000&timeout=5&wait=30
1491814918
"""
1491914919
parts, o = _parse_net_url(url)

0 commit comments

Comments
 (0)