Base de Conhecimento

How To Use Browser-based FTP

It is possible to use some file manager clients, such as the File Manager on any Windows PC.

Note: File managers on operating systems like Linux or Mac often have similar functionality, but with different implementation.

How to use browser-based FTP (also known as WebFTP) on your Windows PC:

  1. Open My Computer (do NOT open Internet Explorer).
  2. 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/
Notes:
  • 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/
  • WebFTP, ftp
  • 0 Usuários acharam útil
Esta resposta lhe foi útil?