# wolfebin **Repository Path**: mirrors_thejoshwolfe/wolfebin ## Basic Information - **Project Name**: wolfebin - **Description**: Quick-and-easy file sharing. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-26 - **Last Updated**: 2026-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README wolfebin ======== Quick-and-easy file sharing. Using the client ---------------- Put `wolfebin` in your PATH. The other files here are not necessary. To configure for first-time use: ``` wolfebin init ``` To share/upload some files: ``` wolfebin files... ``` To download the shared files: ``` wolfebin get ``` Any subsequent uploads will overwrite the previous one. To upload something meant to stick around for a long time, you can use a ''key'' to identify it. ``` wolfebin put -k taxes IncomeTaxes.pdf wolfebin get taxes ``` To list the keys that exist: ``` wolfebin ls ``` To delete a key: ``` wolfebin delete taxes ``` See `wolfebin help` for more details. Setting up a server ------------------- The server is only tested to work in linux. You must have both `wolfebin_server.py` and `wolfebin` together for the server to work. ``` mkdir ~/wolfebin_server cd ~/wolfebin_server /path/to/wolfebin_server.py ``` This will create a config file and the database below `~/wolfebin_server`. As with all servers, you must know your public I.P. address or setup a dns redirect. Then you probably need to configure port forwarding on your router. License ------- MIT