Skip to content

Very simple console application that showcases how to interact with the OpenFTTH file-server.

License

Notifications You must be signed in to change notification settings

DAXGRID/example-fileserver-interaction

Repository files navigation

Example file-server interaction

Very simple console application that showcases how to interact with the OpenFTTH file-server.

The application showcases listing all files, download each file and deleting them on the file-server after they have been downloaded.

Configuration

The console application has been made very simple, so the credentials are configured in the application.

To configure it, go to the Program.cs file and configure the following lines. When that has been done, the application can be run.

var fileServerUsername = "";
var fileServerPassword = "";
var fileServerUri = "";

To change the output path instead of /tmp/ replace the following variable in the Program.cs file.

var downloadedFileOutputPath = "/tmp/";

About

Very simple console application that showcases how to interact with the OpenFTTH file-server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages