FTP connection issue

Peter_1985 2,736 Reputation points
2022-04-17T15:14:47.56+00:00

Hi,
I've enabled traffic of TCP and UDP protocols on port 22 of the relevant IP, the server is having the proper certificate working fine with the Email server. But now I cannot connect to server SFTP even if I've set up FTP with SSL on the server.

Windows development Internet Information Services
Windows for business Windows Server User experience Other
Windows for business Windows Server Devices and deployment Configure application groups
{count} votes

3 answers

Sort by: Most helpful
  1. MotoX80 36,291 Reputation points
    2022-04-17T15:43:18.783+00:00

    Please be specific. You are referencing 2 different protocols.

    FTP listens on port 21. Typically, FTP is installed as part of IIS and is hosted by the "Microsoft FTP Service".
    FTPS is FTP over SSL on port 21 and is also hosted by IIS.
    SFTP listens on port 22. It is typically implemented as part of the OpenSSH feature of Windows.

    https://ourcodeworld.com/articles/read/181/what-is-ftps-ftp-sftp-and-what-is-the-difference-between-them

    You have to do basic troubleshooting yourself. Forum users have no way of knowing what you have configured on your server.

    Use Computer Management and verify that the service is running.

    Use the netstat tool to verify that your system has a process listening on the correct port.

    https://www.configserverfirewall.com/windows-10/netstat-command-to-check-open-ports-in-windows/

    On a different machine use Powershell's Test-NetConnection cmdlet to test connectivity to the port.

    https://support.solarwinds.com/SuccessCenter/s/article/Use-PowerShell-to-test-that-a-port-is-open-on-a-server?language=en_US


  2. Peter_1985 2,736 Reputation points
    2022-04-18T12:46:47.263+00:00

    I cannot connect to that host name and want to know how to verify if the certificate is correct or not.
    193885-image.png


  3. MotoX80 36,291 Reputation points
    2022-04-29T13:53:02.987+00:00

    Are there multiple people sharing the Jackson1990 account? Do you folks not talk to each other?

    We've already been through this problem. Multiple forum users have already explained troubleshooting steps.

    https://learn.microsoft.com/en-us/answers/questions/672245/ftp-server-issue.html

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.