# SimpleFileTransferServer **Repository Path**: SinguJ/SimpleFileTransferServer ## Basic Information - **Project Name**: SimpleFileTransferServer - **Description**: 简单、快速、小型的局域网文件传输服务器 - **Primary Language**: PowerShell - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-25 - **Last Updated**: 2022-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SimpleFileTransferServer [简体中文](README.SimplifiedChinese.md) [繁體中文](README.TraditionalChinese.md) This is a console program that starts an HTTP-based file transfer service in the run directory, allowing others to browse and download all files in your run directory as if they were using a network disk. ## How to use ### Start the service Download the version suitable for your current system from the release page, then extract the executable program inside, and finally run it in the directory you want to share (Linux or MacOS needs to increase the execute permission). ### Download file Open your browser, then visit `http://127.0.0.1:7464` and click on the file you want to download. (Under the LAN sharing, you need to replace the IP with your IP address under the LAN)