Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gangdev567/network-file-transfer-application
https://github.com/gangdev567/network-file-transfer-application
Last synced: about 20 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/gangdev567/network-file-transfer-application
- Owner: gangdev567
- License: mit
- Created: 2024-09-15T11:15:03.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T11:23:03.000Z (3 months ago)
- Last Synced: 2024-12-27T04:15:02.101Z (about 20 hours ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-based-network-file-transfer-application
## Introduction
FileTransferApp is a network file transfer application implemented using Python. This project utilizes socket programming, multiThreading, file I/O, and so on.
## Key Features
- Reliable file transfer using TCP/IP protocol
- Concurrent processing through multithreading
- Support for large file transmission in chunks
- Optional encrypted transmission
- Resumable transfers
- Multiple file selection and transfer
- Progress bar display (GUI)## 소개
FileTransferAPP은 Python을 사용하여 구현한 네트워크 파일 전송 애플리케이션입니다. 이 프로젝트는 소켓 프로그래밍, 멀티쓰레딩, 파일 입출력 등을 활용하여 구현되었습니다.
## 주요 기능
- TCP/IP 프로토콜을 이용한 안정적인 파일 전송
- 먼티쓰레딩을 통한 동시성 처리
- 대용량 파일 분할 전송 지원
- 암호화 전송 옵션 제공
- 재시작 가능 전송 기능
- 다중 파일 선택 및 전송
- 프로그레스 바 표시 (GUI 버전)