How to Map FTP Drive

You can create or map a drive directly to your FTP site from within Windows.

Windows 11

To start mapping a network drive in Windows 11: TIP: Network Drive Control lets you set up Advanced Drive Mapping Options

Windows 10

Open File  Explorer > Computer (This PC). Right-click and select Map Network Drive.

You can also use the Map network drive button:

It offers options to:

Map network driveDisconnect network drive.

Having done this, in the wizard box which opens, type the FTP address or the path to your Network drive or browse to it using the Browse button. Your folder Properties must be set to Shared in order to map it as a network drive. You will get the setting under Properties > Sharing tab > Advanced Sharing > Check the Share this folder option. Check the Reconnect at sign-in option to make the mapping permanent. If you plan to use credentials from the networked computer to access the shared folder, check the Connect using different credentials option and click OK. You will be asked to enter the username and password Next.

You will now have to enter the credentials for the user account, using the following format in the username name field so that your system knows which networked computer it is going to connect to – Computer\Username. Browse to your network folder for mapping and click OK. Once you have done this, you will be able to see it in Explorer. To map an FTP site, click on the Connect to a website that you can use to store your documents and pictures link to open the Add Network Location wizard. Here you have to choose a custom network location and specify the location of your website, specify the login credentials that may be required and name the mapped FTP drive. Read: How to map a Drive using Group Policy Preferences.

Add Network Location

Uncheck Log for anonymously and give the username & password. Click on Next. Give a name to the networked location, when asked. Click Next again. Now select Open this network location when I click Finish.

You will be asked to enter your credentials, and once you do so, you will be connected to your network drive or your FTP drive or your website.

This is quite useful if you need to connect your computers together for sharing files, store files online or run a website. Read:

Mapped Network Drive not showing in Windows 11Unable to map Network drive.

Map a Network Drive using Command Line

To map Network Drives using the command line, in an elevated command prompt, you have to run the following command: Here x is the drive letter, and the /persistent:yes parameter makes it permanent. You can read more about the Net use command, which lets you connect a computer to a shared resource on Technet. Read: How to clear Mapped Network Drive Cache.

Map a Network Drive using PowerShell

To map Network Drives using Powershell, you have to run the following command: You can read more about New-PSDrive, which helps you create mapped network drives on MSDN. NOTES: Also see: If you want, you can also download and use one of these free FTP Clients for your Windows PC. How to set up and use SIP Server on Windows may also interest some of you.