PHPloy icon indicating copy to clipboard operation
PHPloy copied to clipboard

Right Configuration for explicit ftp over tls

Open jonazarov opened this issue 1 year ago • 1 comments

Hi,

what's the right configuration in phploy for explicit ftp over tls? I've tried the following values and it combinations (options separated via |), but it doesn't work:

[production]
    scheme = ftp|ftps
    host = my.host
   ; user = is set in .phploy
   ; pass = is set in .phploy
    ssl = true|false
    passive = false|true
    path = /
    port = 21|22

Also, with my hoster, it is important to limit the number of simultaneous connections. What parameter can I use to achieve this?

jonazarov avatar Oct 16 '23 10:10 jonazarov