FTP server issue

Peter_1985 2,736 Reputation points
2021-12-22T09:36:44.173+00:00

Hi,
I added the relevant role and feature on Win 2019 server but I've issue below to FTP server. Any help?
159642-22a.png

Windows development Internet Information Services
{count} votes

7 answers

Sort by: Most helpful
  1. MotoX80 36,291 Reputation points
    2021-12-30T18:33:57.353+00:00

    but I still got issue below.

    I have tried to explain this to you before. I will try one last time.

    You seem to have this expectation that you can just show us some error message, with no context, and that we can somehow tell you how to fix it. That is not how this forum works.

    Look at the image that you posted. I have no way to verify that you typed in the IP address correctly. I don't know what PC that message came from. Or what network it's on. Are you logged on to the server? To your desktop? To some machine out on the internet? You don't provide any explanation of what you are doing!!!!

    The best answer that we can provide is to describe troubleshooting steps that you can use to try to isolate the problem. And I did that, 7 days ago.

    So, one last time....

    1. RDP to the server that hosts the FTP site.
    2. Open a command prompt and run ftp.exe to connect to the server itself.
    3. Log in to the ftp site and run a dir command to verify that you can see the directories.
    4. See if there are log files in C:\inetpub\logs\LogFiles\FTPSVCn. They should show the activity that you just did.
    5. Then RDP to another machine on THE SAME NETWORK SUBNET that the server is on.
    6. Open a cmd prompt and run ftp.exe to connect to the same IP address. Log in and run a dir command to verify connectivity.
    7. Then RDP to a different machine that is on A DIFFERENT PRIVATE NETWORK SUBNET that the server is on.
    8. Open a cmd prompt and run ftp.exe to connect to the same IP address. Log in and run a dir command to verify connectivity.

    Steps 1, 2, and 3 will verify that FTP is functioning.

    If you don't see any log files from step 4, then you must have something configured wrong.

    If you still get connection refused on steps 5 and 6, then the problem is the firewall rules on the server that hosts FTP. Go back to the server and run wf.msc. Check the inbound rules for one that references FTP. Fix it to allow access.

    If everything works except steps 7 and 8, then you likely have some network based firewall that is blocking the traffic. Talk to your network team to get them to troubleshoot the network settings. You will also need to use passive mode to get past a network firewall. See https://slacksite.com/other/ftp.html

    And to reiterate my post from 6 days ago, if you are doing this over the internet, FTP is a bad protocol to use. You should be using SFTP.


  2. Venu Gopal Swamy Mantha 0 Reputation points
    2023-03-03T11:38:07.8066667+00:00

    Hi Windows can not access this folder issue was resolved. Its very simple. just in your laptop network settings just give your FTP server IP in preferred DNS place. i think issue wiil go. once you login your issue will resolve and then remove the DNS and give google dns.

    Thank you

    Mantha

    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.