Add initial implementation of file server, mount, upload, and WebDAV scripts
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
$server
|
||||
$file = C:\
|
||||
|
||||
dir \\$server\DavWWWRoot
|
||||
copy $file \\$server\DavWWWRoot\
|
||||
Reference in New Issue
Block a user