| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A commandline tool for searching and downloading files in LAN network, without any central server.
pip install iwantOr, if you download from source
python setup.py install --userMake sure, you have the following system dependencies installed:
iWant.
A commandline tool for searching and downloading files in LAN network, without any central server.
Usage:
iwanto start
iwanto search <name>
iwanto download <hash>
iwanto share <path>
iwanto download to <destination>
iwanto view config
iwanto --version
Options:
-h --help Show this screen.
--version Show version.
start This starts the iwant server in your system
search <name> Discovering files in the network. Example: iwanto search batman
download <hash> Downloads the file from the network
share <path> Change your shared folder
view config View shared and download folder
download to <destination> Change download folder
Note: Shared and Download folder cannot be the same
Run iwanto start (this runs the iwant service).
To run services like, search, download, view config and change config, open up another terminal and make sure that iwant server is running.
In windows, admin access is required to run the server
iwanto startType the name of file ;) (P.S No need of accurate names)
iwanto search <filename>Example:
iwanto search "slicon valey"To download the file , just enter the hash of the file you get after searching.
iwanto download <hash of the file>Example:
iwanto download b8f67e90097c7501cc0a9f1bb59e6443Change shared folder anytime (Even when iwant service is running)
iwanto share <path>Example:
iwanto share /home/User/Movies/In windows, give quotes:
iwanto share "C:\Users\xyz\books\"Change download folder anytime
iwanto download to <path>Example:
iwanto download to /home/User/DownloadsIn windows, give quotes:
iwanto download to "C:\User\Downloads"iwanto view configAs soon as the program starts, it spawns the election daemon, folder monitoring daemon and server daemon.
The election daemon takes care of the following activities
When the folder monitoring daemon starts, it performs the following steps
The iwant client talks to the server daemon when the user wishes to:
The server daemon receives commands from iwant client and updates from file monitoring and election daemon.
All logs are present in ~/.iwant/.iwant.log or AppData\Roaming\.iwant\.iwant.log
Any ideas, bugs or modifications required, feel free to me send me a PR :)
| Back | FazBrowse Home | New Git URL |