Closed mbartisan closed 8 months ago
Specifying the ftp host is required to work with some server providers. See Issue #299 where this feature was implemented. This PR is adding documentation to the ability.
Ah alright sorry.
My first point should be valid though that the ftp:host
should be descibed here
Maybe also by mentioning #299 👍
This might require a
ftp:host
description in theREADME.md
to be complete.Even though I'm questioning the sense in this parameter overall. If I'm not mistaken then the log should always be on the server that hosts the game server. So there should not be a parameter to set another
ftp:host
and this linehttps://github.com/Team-Silver-Sphere/SquadJS/blob/923c601292cf9264fd8b30cfa7baec9acefb45d8/squad-server/index.js#L184
should always take
this.options.host
.