Update ftp.bat

pull/20/head
Matthew Clark 1 year ago committed by GitHub
parent 3c5a0aacf1
commit daffadc96a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ if "%size%" == "%propersize%" (goto done)
:download
echo.Downloading from FTP server.
::echo.Please Enter the name of Jayros Kitten as the password. First letter Is Capital. (Starts with G)
wget ftp://files.medicatusb.com/tor/MediCat.USB.v21.12.7z --user=Pepe --pass=Gizmo -O ./MediCat.USB.v21.12.7z -q --show-progress --progress=bar -c
wget ftp://files.medicatusb.com/tor/MediCat.USB.v21.12.7z --ftp-user=Pepe --ftp-password=Gizmo -O ./MediCat.USB.v21.12.7z -q --show-progress --progress=bar -c
:done

Loading…
Cancel
Save