File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 1
1
# netpyfile
2
2
netpyfile is a pure python 3 file transfer program
3
3
<br >
4
- it allows for file transfer between computers
4
+ it allows for file transfer 2 computers
5
5
<br >
6
6
with this, you can choose a directory to serve and configure the ip and port
7
7
<br >
@@ -26,6 +26,18 @@ after you are done run the python file:
26
26
```
27
27
python server.py
28
28
```
29
+ ## enabling authentication (optional)
30
+ first set ` authenabled ` to 1 in ` server.py `
31
+ <br >
32
+ then you need to generate a md5 hash
33
+ <br >
34
+ to do that run ` passgen.py `
35
+ ```
36
+ python passgen.py
37
+ ```
38
+ after running that follow the steps and you will have a md5 hash
39
+ <br >
40
+ put that md5 hash in string called ` authhash ` in ` server.py `
29
41
# configuring and using the client
30
42
to use the client, you need to have your servers ip and port
31
43
<br >
@@ -37,3 +49,4 @@ python client.py
37
49
```
38
50
## authors
39
51
* ** DebianProgrammer** - * Initial work* - [ DebianProgrammer] ( https://github.com/DebianProgrammer )
52
+
You can’t perform that action at this time.
0 commit comments