Giter Club home page Giter Club logo

fastfiletransfer's People

Contributors

hookjordan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

bubdm firespeed79

fastfiletransfer's Issues

Transfer Sockets - Dedicated Socket / Stream for File Transfers

Is your feature request related to a problem? Please describe.
Improving file transfer speed. The object of this application is to provide a fast and secure alternative to file transfers and management.

Describe the solution you'd like
In order to improve speed and performance of file transfers I'd like to create a transfer socket. The socket could be linked to the existing transfer manager.

Each transfer socket could handle a one way file transfer and use the TCP stream as a dedicated source for the files data. This would remove the need to parse the file chunks as part of the regular FFT Protocol commands. Ideally these sockets should be configurable from the preferences menu in order to control many sockets are allowed to be created and any additional settings.

Describe alternatives you've considered

  • UDP Sockets for File Transfers (can be unreliable and require additional changes to the transfer system)
  • Disable all other TCP traffic while a file transfer is in progress to allow the the transfer to take full control of the tcp network stream

Additional context
If implemented, additional constraints may need to be investigated as utilizing multiple sockets and io streams could cause degraded performance on lower end systems that wont be able to handle that much data I/O (network, memory or even disk related).

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.