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
+16-18Lines changed: 16 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
# Catch My File
4
4
5
-
Catch My File lets you easily send and receive files between the peers on the local network.
5
+
Catch My File lets you easily send and receive files between peers on the local network.
6
6
7
7
## Why?
8
8
@@ -18,27 +18,27 @@ I wanted a tool that allows to:
18
18
- Discover other peers on the local network without any configuration
19
19
- Send specific files to specific peers
20
20
- Accept or reject files sent by other peers
21
+
- Follow the transfer progress
21
22
- Checksum (SHA256) verification of the file when transfer is completed
22
-
- Log display for relevant messages
23
23
24
24
## Installation
25
25
26
26
- Download the required package from the releases page
27
27
- Extract the package and run the application
28
28
- MacOS
29
-
- Copy the application to the applications folder
29
+
- Copy the application to the applications folder or just run it directly
30
30
- On the frist run need to allow the app to run and make network connections
31
31
- Linux
32
32
- Run the command `sudo make install` to install the application
33
33
- Run the command `sudo make uninstall` to remove the application
34
34
- Windows
35
-
-*TODO*
35
+
-Just run the executable
36
36
37
37
## Usage
38
38
39
39
### Peers Panel
40
40
41
-
This panel will show all the other peers using the application on the local network. Pressing **Send File** we can select a file from the filesystem and send it to that peer.
41
+
This panel will show all the other peers using the application on the local network. Pressing send button we can select a file from the filesystem and send it to that peer.
42
42
43
43

44
44
@@ -49,21 +49,11 @@ After the file is selected a checksum(SHA256) is generated and a file transfer r
After a request is received we can **Accept** or **Reject** it, if rejected nothing will be transferred.
56
+
At the same time on the receiver side a similar record is added with the options to **Accept** or **Reject** the transfer, if rejected nothing will be transferred.
0 commit comments