9 lines
246 B
Batchfile
9 lines
246 B
Batchfile
@echo off
|
|
|
|
call php d:\www\von\sftp\sftpsync2.php --host nutrio.tpsoft.org --user igor ^
|
|
--delete-dir /storage/tpsoft.org/nutrio/public ^
|
|
--sync d:/www/Nutrio/dist /storage/tpsoft.org/nutrio ^
|
|
--skip .git ^
|
|
--print-relative
|
|
|
|
echo ✔️ Done. |