Share via

Issue to access FTP

Jonathan 85 Reputation points
2026-05-31T04:55:05.21+00:00

Hi,

I tried to get to the new FTP and got the issue below, having the certificate SSL as well. What to adjust on the server?

User's image

Microsoft System Center | Other

2 answers

Sort by: Most helpful
  1. Deepesh Dhake 80 Reputation points
    2026-06-04T16:26:30.4866667+00:00

    vsftpd.conf does not exist on Windows: vsftpd is a Linux daemon. On Windows Server 2025 you use IIS FTP Server, configured through IIS Manager or %windir%\System32\inetsrv\config\applicationHost.config (the <system.ftpServer> section).

    Windows File Explorer cannot do FTPS: It only speaks plain, unencrypted FTP. If your server requires SSL, Explorer will fail with that exact generic "Windows cannot access this folder" error. You can use FileZilla or WinSCP instead.

    Was this answer helpful?

    0 comments No comments

  2. AI answer

    2026-05-31T04:55:19.9366667+00:00

    On the FTP server, verify and adjust these settings:

    1. Configure FTP bindings and SSL
    • In IIS Manager, select the FTP site.
    • Open FTP SSL Settings.
    • In SSL Certificate, select the installed SSL certificate that should be used for the FTP site.
    • Under SSL Policy, choose:
      • Allow SSL connections if both plain FTP and FTPS should be allowed, or
      • Require SSL connections if all clients must use FTPS.
    1. Verify FTP binding and port
    • In the FTP site’s bindings, ensure the correct IP Address and Port are configured (typically 21 for FTP, 990 for implicit FTPS).
    • If using implicit FTPS, configure port 990 as noted in the FTP security settings.
    1. Ensure authentication and authorization are set correctly
    • In the Add/Configure FTP Site wizard or FTP Security settings:
      • Choose the appropriate Authentication (Anonymous or Basic).
      • Under Authorization, ensure the correct users/groups are allowed and that Read and/or Write permissions are selected as required.
    • Confirm that the Windows file system permissions on the FTP root and user folders match the FTP authorization settings.
    1. If using user isolation or shared hosting
    • When deploying FTP in a shared hosting scenario, configure user isolation so each user is restricted to their directory and cannot navigate above it. Ensure the user’s physical/virtual directory exists and is accessible.

    After these adjustments, retry the connection from the client. If the error persists, re-check that the client is using the correct protocol (FTP vs FTPS), hostname, port, and credentials.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

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