2.6.2.4. FTP connection using Windows
Conductor
Attention!
File Explorer cannot force UTF-8 encoding for file and directory names. To avoid possible problems with name encoding, we recommend using a specialized FTP client, like FileZilla or WinSCP.- Open File Explorer via "This computer" or a combination Win+E.
- In the left pane of Explorer, right-click on "This computer", select "Add new item to Network Neighborhood" and press "Further:
- Pleaseselect "Please select a different network location" and press "Further":
- In field "Network address or Internet address" specify the server address in the form
ftp://example.ftp.tools
where instead ofexample.ftp.tools
use host from FTP connection data), and press "Further": - Uncheck the box next to "Anonymous login", in field "User " indicate FTP user login and press "Further":
- Specify an arbitrary connection name and click "Further".
- Complete the setup. When opening the added resource, when prompted for a password, enter FTP user password.
Command line
Attention!
The ftp program in Windows can only work in active connection mode (when the server sends requests to the client), so FTP connection from the command line is available only for devices with public IP address and configured or disabled firewallto accept requests on the ports used for the FTP connection.- Open command prompt: press combination Win+R, in the window that appears, enter
cmd
and press Enter or "OK". - Run the command:
ftp
- Open a new connection by running the command:
open example.ftp.tools
Instead
example.ftp.tools
specify host from FTP connection data. - When prompted for a username and password, enter FTP username and password.