Open guaripete-github opened 1 month ago
This is the proper way to input:
URL__FTPS:
url: "ftp://<username>:<password>@<host>"
ftps: true
Can you run with env var DEBUG=TRUE
?
Got:
sling conns test URL__FTPS
DBG opened "ftp" connection (conn-ftp-GDN)
fatal:
~ unable to connect to ftp server
dial tcp <ip>:21: i/o timeout
I believe the server uses implicit FTPS (port 990) and not explicit FTPS (port 21)
Tried:
URL__FTPS:
url: "ftp://<username>:<password>@<host>:990"
ftps: true
DBG opened "ftp" connection (conn-ftp-X2j)
fatal:
~ unable to connect to ftp server
EOF
Don't think it will make a difference, but just to try... can you specify type=ftp
host
, user
, password
, port
keys instead of url
? see https://docs.slingdata.io/connections/file-connections/ftp
Indeed, no difference:
URL__FTPS:
type: ftp
host: <host>
user: <user>
port: 990
password: <password>
ftps: true
DBG opened "ftp" connection (conn-ftp-GRx)
fatal:
~ unable to connect to ftp server
EOF
Issue Description
Description of the issue: Unable to discover FTPS streams
Sling version (
sling --version
): 1.2.19Operating System (
linux
,mac
,windows
): windowsenv.yaml:
-d
):tried:
with same result.
And also tried: