Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/p3nt4/invoke-tmpdavfs
Memory Backed Powershell WebDav Server
https://github.com/p3nt4/invoke-tmpdavfs
powershell security
Last synced: 2 months ago
JSON representation
Memory Backed Powershell WebDav Server
- Host: GitHub
- URL: https://github.com/p3nt4/invoke-tmpdavfs
- Owner: p3nt4
- Created: 2018-07-01T13:21:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T19:07:39.000Z (almost 4 years ago)
- Last Synced: 2024-05-02T02:51:39.366Z (8 months ago)
- Topics: powershell, security
- Language: PowerShell
- Homepage:
- Size: 10.7 KB
- Stars: 137
- Watchers: 12
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# 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.psm1Invoke-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.