Hello,
I'm trying to connect to an FTPS (implicit TLS) and get a time out.
If I do a test with FileZilla, first I have to accept the certificate and
then I can connect without problems.
Set passive mode to 1 and secure_ftp to True. The port indicated 990.
I use a raspberry with raspbian. I have to accept the certificate in some
way or I have bad conf.
[[FTP]]
# FTP'ing the results to a webserver is treated as just another
report,
# albeit one with an unusual report generator!
skin = Ftp
HTML_ROOT = / var / www / html / weewx / XXXX
# If you want to use FTP, set "enable" to "true", then
# fill out the next four lines.
# Use quotes around passwords to guard against parsing errors.
enable = true
user = XXXX
password = XXXX
server = ftp.XXXX.XX # The ftp server name, e.g, www.myserver.org
path = / # The destination directory, e.g., / weather
# Set to True for an FTP over TLS (FTPS) connection. Not all servers
# support this.
secure_ftp = True
# To upload files from something other than what HTML_ROOT is set
# to above, specify a different HTML_ROOT here.
#HTML_ROOT = / var / www / html / weewx
# Most FTP servers use port 21
port = 990
# Set to 1 to use passive mode, zero for active mode
passive = 1
max_tries = 3
Thank you.
--
You received this message because you are subscribed to the Google Groups
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.