diff --git a/download/ftp.bat b/download/ftp.bat deleted file mode 100644 index ae5341a..0000000 --- a/download/ftp.bat +++ /dev/null @@ -1,38 +0,0 @@ -ÿþ&cls -@echo off -:check -cls -set size=0 -set propersize=22994783619 -call :filesize "MediCat.USB.v21.12.7z" -if "%size%" == "%propersize%" (goto done) -) - -:download -echo.Downloading from FTP server. -wget ftp://Pepe:Gizmo@files.medicatusb.com/tor/MediCat.USB.v21.12.7z -O ./MediCat.USB.v21.12.7z -q --show-progress --progress=bar -c - -::echo.Please Enter the name of Jayros Kitten as the password. First letter Is Capital. -::wget ftp://files.medicatusb.com/tor/MediCat.USB.v21.12.7z --user=Pepe --ask-password -O ./MediCat.USB.v21.12.7z -q --show-progress --progress=bar -c - - -:done -cls -echo.Completed Downloading, Checking File Size. -set size=0 -call :filesize "MediCat.USB.v21.12.7z" -if "%size%" == "%propersize%" (goto exit) -echo.the file doesnt appear to be complete. -timeout 3 > nul -goto check - - -:exit -echo.File Appears to be downloaded successfully. -timeout 5 > nul -exit /b - - -:filesize - set size=%~z1 - exit /b 0 \ No newline at end of file