FTPS still not work
See original GitHub issuei try
{ "name": "My Server", "host": "my.domain.com", "protocol": "ftp", "port": 990, "secureOptions": { "rejectUnauthorized": false }, "secure": true, "username": "myusername", "password": "123123", "remotePath": "/", "uploadOnSave": true }
I also try secure = false and rejectUnauthorized = true but not work
Still connect normally via winscp but could not connect from this plugin also liximomo
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:7 (4 by maintainers)
Top Results From Across the Web
TLS/SSL FTP sessions are not working through my firewall.
The short answer is that FTPS and firewalls (and devices performing NAT) do not always interact well. The control connection happens on a ......
Read more >Fix for FTPS service not working after upgrade
Whenever upgrades are done, there is always a possibility that FTPS could stop working. Resetting the port config would resolve the issue.
Read more >FTPS is not working - FileZilla Forums
I have no problems to login with totalcommander over ftps, but with FileZilla it doesn't work. I put into Server: ftps://myservername.tld
Read more >FTPS not working - Plesk Forum
We just upgraded from Plesk 10.4.4 to 11.5.30 and can't seem to get FTPS to work. I presume it should be running on...
Read more >FTPS connections are not working - LIVEcommunity - 229941
@BigPalo. I assume you are using active FTP. In this case TLS decryption is required for the firewall to be able to see...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It works!!!
When done so please give me some feedback and tell me if you still encoutered the bug you open this issue for.