You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 .phployssl = 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?
The text was updated successfully, but these errors were encountered:
I get eternally confused with FTP and TLS and ports, but I think I'm successfully connecting to a similar server leaving most settings are defaults and using only ssl = true
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:Also, with my hoster, it is important to limit the number of simultaneous connections. What parameter can I use to achieve this?
The text was updated successfully, but these errors were encountered: