An open API service indexing awesome lists of open source software.

https://github.com/robertocamara/sockets

Projeto para comunicação via TCP e FTP
https://github.com/robertocamara/sockets

csharp ftp ftp-client roberto-camara socket tcp tcp-client tcp-server

Last synced: 24 days ago
JSON representation

Projeto para comunicação via TCP e FTP

Awesome Lists containing this project

README

          

# Sockets
Projeto para comunicação via TCP e FTP

# FTP Client
Console Application utilizado para executar ações via FTP

Métodos:
- Download
- Upload
- Delete
- DeleteDir
- Rename
- CreateDirectory
- GetFileCreatedDateTime
- GetFileSize
- DirectoryListSimple
- DirectoryListDetailed

# TCP Client
Console Application responsável por transmitir uma mensagem via TCP

# TCP Server
Console Application responsável por criar um servidor TCP

# TCP - Windows Service
- ListenTCP
* Serviço Windows responsável por ouvir uma comunicação TCP.
- Send/SendTCP
* Serviço Windows responsável por enviar mensagens via TCP