Coder Social home page Coder Social logo

r3diance / fileserverandclient Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gregamohorko/fileserverandclient

0.0 1.0 1.0 175 KB

A console file server and client application. It uses TCP protocol and RSA encryption.

License: MIT License

C# 100.00%

fileserverandclient's Introduction

File Server and Client

A console file server and client application. It uses TCP protocol and RSA encryption.

Supports downloading/uploading/deleting files, creating/deleting directories, listing files & directories on the server and getting the server time.

Release

Screenshots

Server

Server application

You just write in the desired port, and the server starts listening.

The log can be used to monitor what is happening. It logs the request of every connected client. It also logs any errors that happened when serving the clients (i.e. non-existent directory).

Client

Client application

You can get a list of files and directories in a specific directory on the server. To get the root content, use '/'.

Listing files and directories

To download a file, choose option 3. Then you have to type in the file path on the server and choose where to download it. The encrypted content of the file is downloaded to a temporary file, and then decrypted.

Downloading a file

Of course, you don't have to write the client file paths by hand because there is a handy windows file dialog.

File dialog

In case you misspell the server path or any other invalid operation occurs, you get some feedback of what went wrong.

Error handling

Requirements

.NET Framework 4.6.1

Author and License

Grega Mohorko (www.mohorko.info)

Copyright (c) 2013 Grega Mohorko

MIT License

fileserverandclient's People

Contributors

gregamohorko avatar

Watchers

James Cloos avatar

Forkers

silkroadlabs

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.