GetDataFromFer 1.1.0
dotnet tool install --global GetDataFromFer --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local GetDataFromFer --version 1.1.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=GetDataFromFer&version=1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package GetDataFromFer --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Download all your fer data from one place and keep it in sync
How it works
- It checks ferWeb for list of files, then it checks local directory for the same files.
- If it doesn't fine the file localy it will be downloaded and saved localy.
How to run
- Download binary from somewhare.
- Download binary from Nuget:
dotnet tool install --global GetDataFromFer
- Build it yourself:
- Download dotnet core 3.1
-
git clone https://github.com/branc116/GetDataFromFer
-
cd GetDataFromFer
-
dotnet restore
-
dotnet build
-
Add envirement variable called "FERCMS" with value of cms cookie which you can find when you login to intranet
- ![Step 1](Docs/Screenshot (9).png)
- ![Step 2](Docs/Screenshot (10).png)
-
dotnet run [List of classes you want to sync] [output directory]
- eg
dotnet run os mat3 mat3r C:\FER\semestar3
- eg
-
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Bug fix