• Stars
    star
    132
  • Rank 274,205 (Top 6 %)
  • Language
    PowerShell
  • Created over 6 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Memory Backed Powershell WebDav Server

Invoke-TmpDavFS

Memory Backed Powershell WebDav Server

Description

Creates a memory backed webdav server using powershell that can be mounted as a filesystem.

Note: Mounting the remote filesystem on windows implies local caching of accessed files in the C:\Windows\ServiceProfiles\LocalService\AppData\Local\Temp\TfsStore\Tfs_DAV system directory.

Usage

Import-Module .\Invoke-TempDavFS.psm1

Invoke-TempDavFS

Parameters

port: Port to listen on, defaults to 8080.

sharename: Name of the share to export, defaults to Temp

export: Listen on all interfaces instead of localhost (requires admin).

auth: Require authentication, defaults to false.