Skip to content

This is a Python implementation of client server file download program in which the server sends a file to the client

Notifications You must be signed in to change notification settings

DhimanGhosh/File_Server_Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File_Server_Client

Sample code to mock the file server firmware update procedure

Navigate to 'server' directory:

  • execute start_local_file_server.bat file

Navigate to client directory:

$ pip install -r requirements.txt
$ python test.py -u "http://127.0.0.1:80/" -f "1.0.2"
  • -u: File Server Url
  • -f: Current firmware version installed

You can edit test file for changing the file download option to False

About

This is a Python implementation of client server file download program in which the server sends a file to the client

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published