i create ftp server and it always goes in passive mode because of allow ssl
That's incorrect. The mode is chosen by the client, not server. Dig into the FTP client's own logging to see why it does not choose active mode.
Lex Li
Affordable IIS Consulting Services at https://support.lextudio.com/services/consulting.html
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
1 Post
i want to create ftp server with authentication but no ssl using powershell
Jul 22, 2019 12:21 PM|hero1900|LINK
i create ftp server and it always goes in passive mode because of allow ssl
when i create it manually with no ssl option i have every thing working well. so how i can put no ssl as the require option in powershell
8960 Posts
MVP
Re: i want to create ftp server with authentication but no ssl using powershell
Jul 23, 2019 01:37 PM|lextm|LINK
That's incorrect. The mode is chosen by the client, not server. Dig into the FTP client's own logging to see why it does not choose active mode.
Affordable IIS Consulting Services at https://support.lextudio.com/services/consulting.html
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.