# Connexion

## <span id="bkmrk-navigateur-1">Navigateur</span>

**ftp:\\\\IP\_FTP**

Normalement, à cette connexion, une fenêtre de Log apparaîtra puisque nous n’avons pas autorisé la connexion en Anonyme. Si nous l’avions autorisée nous aurions directement été connecté en anonyme. L’identification se serait alors faite avec cette URL **ftp:\\\\Login@IP\_FTP.**

## <span id="bkmrk-filezilla-%5B-client-f-1">FileZilla \[ Client FTP \]</span>

[http://filezilla-project.org/download.php?type=client](https://filezilla-project.org/download.php?type=client)

- **Hôte** =&gt; IP\_FTP
- **Login** =&gt; Votre login
- **Mdp** =&gt; Votre mdp
- **Port** =&gt; 21

## CLI Windows

```
C:\ ftp
ftp>open
Vers IP_FTP
```

Puis votre Login et Mot de passe seront demandés.