https://github.com/neginA1280/ftp-golang
https://github.com/neginA1280/ftp-golang
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/neginA1280/ftp-golang
- Owner: neginA1280
- Created: 2022-06-24T06:01:56.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T18:44:27.000Z (over 2 years ago)
- Last Synced: 2024-11-09T05:34:01.544Z (7 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- socket-programming - FTP Server
README
# Simple ftp(file transfer protocol)
A simple implementation of ftp server and client. Including showing the list of files exist in server at the client's side, sending files from server to client and vice versa.