It is possible to use some file manager clients, such as the File Manager on any Windows PC.
How to use browser-based FTP (also known as WebFTP) on your Windows PC:
- Open My Computer (do NOT open Internet Explorer).
- Input one of the following URLs into your Address Bar, replacing the credentials listed with your account information:
ftp://username:password@serverIPaddress/
- or -
ftp://username:password@serverIPaddress/
- File Manager will not accept two @ symbols in the URL, meaning that you must replace the @ in your username with '%40' or '\%40' for additionally created FTP accounts or addon domain FTP accounts, like this:
ftp://username%40domain.com:password@serverIPaddress/
- or -
ftp://username\%40domain.com:password@serverIPaddress/