suuhm / batch-ip-scan.bat

Easy to use IP Port Scanner & Subnet calculator based on Batch-Script for Windows - No Install/ No Admin/Root needed to use!
Apache License 2.0
3 stars 1 forks source link

No B64 Password file #1

Open spoztik opened 9 hours ago

spoztik commented 9 hours ago

Ive run all of the .bat files, starting with the startup one first, then it said that there was no encrypted password file, so then I went to the b64 password batch and it said it was stored somewhere but it wasn't. ( i figured it out, my bad)

suuhm commented 9 hours ago

Hi, yes first open setup_b64_password.bat file and set password , which is stored under %APPDATA% dir, it will be automatically found by nextcloud batch file in startupdir ;)

spoztik commented 9 hours ago

What do i do with the startup file? It just says it is checking to see if the host is online, then it's offline and retries infinitely

suuhm commented 9 hours ago

It starts a connection to your nextcloud instance via webdav and creates a net drive in windows explorer, so you have to setup/edit these lines in the file:

set "_HOST=example.com/nextcloud/remote.php/dav/files/USERNAME/"
set "_USER=example_username"