FTP connection issue

Peter_1985 2,526 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.

Internet Information Services
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,183 questions
Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,730 questions
{count} votes

3 answers

Sort by: Most helpful
  1. MotoX80 32,066 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,526 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 32,066 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