repository
0.0.0-20210112105834-4310ded92bb7
Repository: https://github.com/elwin/transmit2.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
ScionFTP: FTP client on the SCION network
This project aims to show feasibility when implementing an exisiting data transmission protocol on the SCION network. Furthermore, to make use of the multi-path property of SCION, we added the GridFTP extension that allows to send traffic on multiple connections.
Installation
- Make sure to have a SCION installation running, either locally or on the SCIONLab.
- Download this repository with
go get github.com/elwin/scionFTP
- Install server and client or develop your own applications using the packages
server
andclient