added readme note and updated the shell script
This commit is contained in:
parent
1ccff97f91
commit
a049b7b13b
1
fastdl_sync/README.md
Normal file
1
fastdl_sync/README.md
Normal file
@ -0,0 +1 @@
|
||||
requires the machine that hosts the fastdl to have vsftpd running.
|
@ -1,21 +1,37 @@
|
||||
#!/bin/bash
|
||||
#!/bin/bash
|
||||
|
||||
#Kill FastDL: CSS
|
||||
screen -S fastdl_css_ze -X quit
|
||||
screen -S fastdl_css_zr -X quit
|
||||
screen -S fastdl_css_mg -X quit
|
||||
#screen -S fastdl_css_zh -X quit
|
||||
#screen -S fastdl_css_trikz -X quit
|
||||
screen -S fastdl_css_ze_uk -X quit
|
||||
screen -S fastdl_css_zr_uk -X quit
|
||||
screen -S fastdl_css_mg_uk -X quit
|
||||
#screen -S fastdl_svencoop -X quit
|
||||
|
||||
screen -S fastdl_css_ze_na -X quit
|
||||
screen -S fastdl_css_zr_na -X quit
|
||||
screen -S fastdl_css_mg_na -X quit
|
||||
|
||||
screen -S fastdl_css_ze_singapore -X quit
|
||||
screen -S fastdl_css_zr_singapore -X quit
|
||||
screen -S fastdl_css_mg_singapore -X quit
|
||||
|
||||
#Kill FastDL: CSGO
|
||||
#screen -S fastdl_csgo_ze -X quit
|
||||
|
||||
#FastDL: CSS
|
||||
screen -A -m -d -S fastdl_css_ze python3 fastdl_ftp.py -t 2 ../css_ze/cstrike/{maps,materials,models,sound} ftp://163.172.117.46/fastdl/css_ze
|
||||
screen -A -m -d -S fastdl_css_zr python3 fastdl_ftp.py -t 2 ../css_zr/cstrike/{maps,materials,models,sound} ftp://163.172.117.46/fastdl/css_zr
|
||||
screen -A -m -d -S fastdl_css_mg python3 fastdl_ftp.py -t 2 ../css_mg/cstrike/{maps,materials,models,sound} ftp://163.172.117.46/fastdl/css_mg
|
||||
#screen -A -m -d -S fastdl_css_zh ./fastdl_ftp.py -t 2 ./css_zh/cstrike/{maps,materials,models,sound} ftp://#fastdl.unloze.com/css_zh
|
||||
#screen -A -m -d -S fastdl_css_trikz ./fastdl_ftp.py -t 2 ./css_trikz/cstrike/{maps,materials,models,sound} ftp://#fastdl.unloze.com/css_trikz
|
||||
#fastdl CSS
|
||||
#: UK 2024
|
||||
screen -A -m -d -S fastdl_css_ze_uk python3 fastdl_ftp_uk.py -t 2 ../css_ze/cstrike/{maps,materials,models,sound} ftp://127.0.0.1/css_ze
|
||||
screen -A -m -d -S fastdl_css_zr_uk python3 fastdl_ftp_uk.py -t 2 ../css_zr/cstrike/{maps,materials,models,sound} ftp://127.0.0.1/css_zr
|
||||
screen -A -m -d -S fastdl_css_mg_uk python3 fastdl_ftp_uk.py -t 2 ../css_mg/cstrike/{maps,materials,models,sound} ftp://127.0.0.1/css_mg
|
||||
|
||||
#FastDL: CSGO
|
||||
#screen -A -m -d -S fastdl_csgo_ze ./fastdl_ftp.py -t 2 ./csgo_ze/csgo/{maps,materials,models,sound} ftp://#fastdl.unloze.com/csgo_ze
|
||||
#singapore 2024
|
||||
screen -A -m -d -S fastdl_css_ze_singapore python3 fastdl_ftp_singapore.py -t 2 ../css_ze/cstrike/{maps,materials,models,sound} ftp://51.79.157.198/css_ze
|
||||
screen -A -m -d -S fastdl_css_zr_singapore python3 fastdl_ftp_singapore.py -t 2 ../css_zr/cstrike/{maps,materials,models,sound} ftp://51.79.157.198/css_zr
|
||||
screen -A -m -d -S fastdl_css_mg_singapore python3 fastdl_ftp_singapore.py -t 2 ../css_mg/cstrike/{maps,materials,models,sound} ftp://51.79.157.198/css_mg
|
||||
|
||||
#NA 2024
|
||||
screen -A -m -d -S fastdl_css_ze_na python3 fastdl_ftp_na.py -t 2 ../css_ze/cstrike/{maps,materials,models,sound} ftp://51.222.9.44/css_ze
|
||||
screen -A -m -d -S fastdl_css_zr_na python3 fastdl_ftp_na.py -t 2 ../css_zr/cstrike/{maps,materials,models,sound} ftp://51.222.9.44/css_zr
|
||||
screen -A -m -d -S fastdl_css_mg_na python3 fastdl_ftp_na.py -t 2 ../css_mg/cstrike/{maps,materials,models,sound} ftp://51.222.9.44/css_mg
|
||||
|
||||
#FastDL: SVEN COOP
|
||||
#screen -A -m -d -S fastdl_svencoop python3 fastdl_ftp.py -t 2 ../svencoop/svencoop_addon/{gfx,maps,models,recommended_sounds,sound,sounds,sprites} ftp://127.0.0.1/svencoop
|
||||
|
Loading…
Reference in New Issue
Block a user