https://github.com/tezcatlipoca0000/sf_tcp-server
https://github.com/tezcatlipoca0000/sf_tcp-server
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tezcatlipoca0000/sf_tcp-server
- Owner: Tezcatlipoca0000
- Created: 2023-02-13T02:48:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T20:49:20.000Z (over 2 years ago)
- Last Synced: 2025-02-15T02:30:57.671Z (8 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Work IN PROGRESS...
### TCP Server for transfering 1 or all of the files in a folder
###### Server:
Sends the files to the Client.Files to send must be copied in the "*send*" folder.
###### Client:
Receives the files sent by the server.Files received will end up in the "*receive*" folder.
###### TODO:
- Client-side:
- Maybe an input of IP. If left blank then localhost###### Notes:
- The value of "dir" in SF_Server.py **must** point to the "send" folder in your device. Apropiate editing must be done.- The value of src1 and src2 are the address of important files I want my server to provide and generate a recent copy for the client. It won't break the program if you leave the value as is.