Skip to content

Commit beabfcb

Browse files
updated README
1 parent afa3193 commit beabfcb

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# netpyfile
22
netpyfile is a pure python 3 file transfer program
33
<br>
4-
it allows for file transfer 2 computers
4+
it allows for file transfer multiple computers
55
<br>
66
with this, you can choose a directory to serve and configure the ip and port
77
<br>
88
and configure the client to connect to your server
9+
<br>
10+
<img src="./readme_stuff/1.png">
911

1012
# configuring and using the server
1113
to use the server you need to have your servers ip and the port
@@ -27,6 +29,9 @@ after you are done run the python file:
2729
python server.py
2830
```
2931
## enabling authentication (optional)
32+
**WARNING: This type of auth is not very secure, it should not be relied upon.**
33+
<br>
34+
<br>
3035
first set `authenabled` to 1 in `server.py`
3136
<br>
3237
then you need to generate a md5 hash
@@ -38,6 +43,8 @@ python passgen.py
3843
after running that follow the steps and you will have a md5 hash
3944
<br>
4045
put that md5 hash in string called `authhash` in `server.py`
46+
<br>
47+
<img src="./readme_stuff/2.png">
4148
# configuring and using the client
4249
to use the client, you need to have your servers ip and port
4350
<br>
@@ -47,6 +54,9 @@ after that, run the python file and you should be connected within a couple of s
4754
```
4855
python client.py
4956
```
57+
Some commands: <br>
58+
`list` - lists files
59+
<br>
60+
`download` opens a download interactive prompt
5061
## authors
5162
* **DebianProgrammer** - *Initial work* - [DebianProgrammer](https://github.com/DebianProgrammer)
52-

readme_stuff/1.png

9.74 KB
Loading

readme_stuff/2.png

12.8 KB
Loading

0 commit comments

Comments
 (0)