FTP server issue

Peter_1985 2,506 Reputation points
2022-05-21T08:12:34.54+00:00

Hi,
I checked everything fine below

204209-image.png

to FTP server but I cannot access FTP server by the IP and what permissions should be enabled to FTPRoot path?

What is the problem, further to the following?

PS C:\Users\Administrator> Test-NetConnection -Port 21 -InformationLevel "Detailed"
WARNING: TCP connect to (?.?.?.? : 21) failed

ComputerName : internetbeacon.msedge.net
RemoteAddress : ?.?.?.?
RemotePort : 21
NameResolutionResults : ?.?.?.?
MatchingIPsecRules :
NetworkIsolationContext : Internet
InterfaceAlias : Ethernet
SourceAddress : ?.?.?.?
NetRoute (NextHop) : ?.?.?.?
PingSucceeded : True
PingReplyDetails (RTT) : 1 ms
TcpTestSucceeded : False

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,127 questions
Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,272 questions
Windows Network
Windows Network
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.Network: A group of devices that communicate either wirelessly or via a physical connection.
648 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. MotoX80 31,571 Reputation points
    2022-05-21T12:37:02.097+00:00

    The troubleshooting steps that you need to take have already been explained to you. Please review all of the answers and comments in these threads.

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

    204305-capture.png

    204257-capture1.png

    204210-capture2.png


  2. MotoX80 31,571 Reputation points
    2022-05-24T12:49:03.603+00:00

    Please review this thread where I helped another user get his FTP working.

    https://learn.microsoft.com/en-us/answers/questions/741961/windows-10-server-connection-failure.html?page=1&pageSize=10&sort=oldest

    One of the key points is that we had a communication problem He would tell me that was "connecting to his server" and it failed. What he did not tell me was that he was using the external IP of his router and not local network address of his server. I had no way of knowing what he was doing.

    So when you post that Test-NetConnection failed to connect, we are in the same situation. You removed the IP addresses and just posted ?.?.?.?. I understand your desire for privacy, but I have no idea what you are doing.

    NO forum user can help you if you do not post the details of what you doing and what you have configured. I have tried to explain that to you before.

    That thread has instructions and images that you should follow to troubleshoot your environment. We cannot do it for you.

    To summarize:

    If you want to transfer files over the internet through a router and portforwarded to an internal server, then OpenSSH/SFTP/port 22 is the preferred solution. That is mainly due to the way that classic FTP uses 2 channels.

    If you wish to do a secure transfer using IIS/FTPS/port 21, then you will need to use a client that supports FTPS. Winscp and Filezilla support FTPS. The Windows explorer and ftp.exe do not support FTPS.

    FTPS over the internet can work using passive mode, but as RipperT discovered, you will need to use WinSCP.

    0 comments No comments