You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
<li>Run the python script :
14
14
<br><code>python fileServer.py</code></li>
15
15
</ol>
16
-
<i>NOTE : you will see the script is stuck at "writing new private key to '....\https-file-server-python/key.pem'" ;<br> this means the server is successfully started you can visit your browser and open the corrosponding address e.g. https://localhost:8000</i>
16
+
<i>NOTE : you will see the script is stuck at "writing new private key to '....\https-file-server-python/key.pem'" ;<br>this means the server is successfully started you can visit your browser and open the corrosponding address e.g. https://localhost:8000</i>
17
17
18
18
# Linux/Unix System :
19
19
<ol>
@@ -24,6 +24,7 @@
24
24
<li>Run the python script :
25
25
<br><code>python fileServer.py</code></li>
26
26
</ol>
27
-
28
-
27
+
<hr>
28
+
<i>NOTE : To serve files from desired Directory, goto that directory and run the script from that directory ;<br> e.g. to run the script from "C:/"...goto C: and run the script by giving whole path of script</i>
0 commit comments