-
-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to discover FTPS streams #398
Comments
This is the proper way to input:
Can you run with env var |
Got:
I believe the server uses implicit FTPS (port 990) and not explicit FTPS (port 21) Tried:
|
Don't think it will make a difference, but just to try... can you specify |
Indeed, no difference: URL__FTPS:
type: ftp
host: <host>
user: <user>
port: 990
password: <password>
ftps: true
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The text was updated successfully, but these errors were encountered: