Add initial implementation of file server, mount, upload, and WebDAV scripts
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
$server
|
||||
|
||||
net use n: \\$server\share /user:user Mabe
|
||||
|
||||
echo open $server > ftpcommand.txt
|
||||
echo USER anonymous >> ftpcommand.txt
|
||||
echo binary >> ftpcommand.txt
|
||||
echo GET file.txt >> ftpcommand.txt
|
||||
echo bye >> ftpcommand.txt
|
||||
ftp -v -n -s:ftpcommand.txt
|
||||
Reference in New Issue
Block a user