Fixed the Windows script for uploading Lua API to an FTP server.
The new script handles subfolders, too.
This commit is contained in:
@@ -38,7 +38,7 @@ cd ..
|
||||
|
||||
:: Upload the API to the web:
|
||||
|
||||
ncftpput -p %ftppass% -u %ftpuser% -T temp_ %ftpsite% /LuaAPI MCServer/API/*.*
|
||||
ncftpput -p %ftppass% -u %ftpuser% -T temp_ -R %ftpsite% /LuaAPI MCServer/API/*.*
|
||||
if errorlevel 1 goto haderror
|
||||
echo Upload finished.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user