Simple flask webapp for sending files over network using socket
Project description
SockApp
Simple flask web app to send files between two computers using socket.
Steps to run
- Install sockapp using pip:-
user@programmer~:$ pip install sockapp
- Run sockapp from terminal on both sender and receiver (make sure you are in receiving location at receiver's end):-
user@programmer~:$ sockapp
2.1. To run sockapp from a different port, pass it as a command line argument:-
user@programmer~:$ sockapp --port 12345
-
From sender enter IP address of receiver and file path to be sent.
-
From receiver accept the connection by pressing the receive button.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sockapp-0.1a2.tar.gz
(52.3 kB
view hashes)
Built Distribution
sockapp-0.1a2-py3-none-any.whl
(53.6 kB
view hashes)