All Projects → FENG-MASTER → FTP

FENG-MASTER / FTP

Licence: other
FTP客户端,服务端

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to FTP

Google Drive Ftp Adapter
Google Drive FTP Adapter to connect to google drive through the FTP protocol
Stars: ✭ 292 (+758.82%)
Mutual labels:  ftp, ftp-client, ftp-server
Aioftp
ftp client/server for asyncio (http://aioftp.readthedocs.org)
Stars: ✭ 116 (+241.18%)
Mutual labels:  ftp, ftp-client, ftp-server
EOSFTPServer
A project to create a complete, standard compliant, multi-user, Objective-C (Mac OS X / iOS) FTP server.
Stars: ✭ 35 (+2.94%)
Mutual labels:  ftp, ftp-client, ftp-server
php-ftp-client
📦 Provides helper classes and methods to manage FTP files in an OOP way.
Stars: ✭ 81 (+138.24%)
Mutual labels:  ftp, ftp-client, ftp-server
Ftps
Implementation of the FTPS protocol for Golang.
Stars: ✭ 24 (-29.41%)
Mutual labels:  ftp, ftp-client
Winscp
WinSCP is a popular free SFTP and FTP client for Windows, a powerful file manager that will improve your productivity. It supports also Amazon S3, FTPS, SCP and WebDAV protocols. Power users can automate WinSCP using .NET assembly.
Stars: ✭ 794 (+2235.29%)
Mutual labels:  ftp, ftp-client
Fake ftp
A fake FTP server for use with ruby tests
Stars: ✭ 77 (+126.47%)
Mutual labels:  ftp, ftp-server
Pyftpdlib
Extremely fast and scalable Python FTP server library
Stars: ✭ 1,209 (+3455.88%)
Mutual labels:  ftp, ftp-server
Minimalftp
A lightweight, simple FTP server. Pure Java, no dependencies.
Stars: ✭ 94 (+176.47%)
Mutual labels:  ftp, ftp-server
Rust Ftp
FTP client for Rust
Stars: ✭ 110 (+223.53%)
Mutual labels:  ftp, ftp-client
Whipftp
OpenSource FTP / SFTP client
Stars: ✭ 158 (+364.71%)
Mutual labels:  ftp, ftp-client
Ftp
FTP client package for Go
Stars: ✭ 785 (+2208.82%)
Mutual labels:  ftp, ftp-client
Jsftp
Light and complete FTP client implementation for Node.js
Stars: ✭ 766 (+2152.94%)
Mutual labels:  ftp, ftp-client
Drivebackupv2
Uploads Minecraft backups to Google Drive/OneDrive or by (S)FTP
Stars: ✭ 26 (-23.53%)
Mutual labels:  ftp, ftp-client
Filestash
🦄 A modern web client for SFTP, S3, FTP, WebDAV, Git, Minio, LDAP, CalDAV, CardDAV, Mysql, Backblaze, ...
Stars: ✭ 5,231 (+15285.29%)
Mutual labels:  ftp, ftp-client
Proftpd
ProFTPD source code
Stars: ✭ 318 (+835.29%)
Mutual labels:  ftp, ftp-server
firetrap
This project is no longer maintained. Check out the fork (lib)unFTP instead.
Stars: ✭ 15 (-55.88%)
Mutual labels:  ftp, ftp-server
Fluentftp
An FTP and FTPS client for .NET & .NET Standard, optimized for speed. Provides extensive FTP commands, File uploads/downloads, SSL/TLS connections, Automatic directory listing parsing, File hashing/checksums, File permissions/CHMOD, FTP proxies, FXP support, UTF-8 support, Async/await support, Powershell support and more. Written entirely in C#,…
Stars: ✭ 1,943 (+5614.71%)
Mutual labels:  ftp, ftp-client
Sftpgo
Fully featured and highly configurable SFTP server with optional HTTP, FTP/S and WebDAV support - S3, Google Cloud Storage, Azure Blob
Stars: ✭ 3,534 (+10294.12%)
Mutual labels:  ftp, ftp-server
Arduinosim800l
Arduino HTTP & FTP client for SIM800L/SIM800 boards to perform GET and POST requests to a JSON API as well as FTP uploads.
Stars: ✭ 127 (+273.53%)
Mutual labels:  ftp, ftp-client

FTP客户端和服务端

  1. 内部采用socket通讯实现
  2. 实现了上传和下载(get,put)
  3. 实现了list指令
  4. 实现了监控下载上传流量功能
  5. 实现了黑白名单功能
  6. 支持修改端口

服务器客户端应答:

  1. OK 执行成功
  2. ERROR 执行失败
  3. INVALID 无效的指令

客户端命令

  1. PUT file 上传文件
  2. GET file 下载文件
  3. LIST 列出服务器文件

服务端命令:

  1. BAN ip 把对应IP加入黑名单
  2. WHITE ip 把对应IP加入白名单
  3. OPEN BAN 开启黑名单,关闭白名单
  4. OPEN WHITE 开启白名单,关闭黑名单
  5. CLOSE BAN 关闭黑名单
  6. CLOSE WHITE 关闭白名单

PS:给大学党:拿去交实验报告可以,不过记得给个star,谢了

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].