Skip to content

makeitbetter/Upload-Anon_PS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AnonUpload

A PowerShell Module to Upload to anonfiles.com

Script Example

AnonUpload -File .\temp.txt

How to install:

Manual:

  1. Download from the GitHub Repository
  2. Import-Module .\AnonUpload.psm1

PowerShell Gallery:

Install-Module -Name AnonUpload -Force
Import-Module -Name AnonUpload -Force               
How to Update from PowerShell Gallery:
Update-Module -Name AnonUpload -Force      

About

A PowerShell Module to Upload to anonfiles.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%