Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

A simple client-server app used to send and receive file over web-socket

Notifications You must be signed in to change notification settings

mamad-zahiri/websocket_send_file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

share_file

A simple client-server app used to send and receive file over web-socket

Installation

$ pip install tqdm sockets

Use

  • Server

$ ./server.py <host|ip> <port>
  • Client

$ ./send_file.py <file_to_send> <server host|ip> <server port>

Note

If a file with the same name of <file_to_send> is existed in the directory
that ./server.py runs in there, the sending operation won't work.

About

A simple client-server app used to send and receive file over web-socket

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages