Première page Précédent Suivant Dernière page Résumé Image
FTP : Exemple
- linux: ftp -d l2ti
- Connected to l2ti
- 220 l2ti FTP server ready.
- Name (l2ti:fourmaux)
- > USER fourmaux
- 331 Password required for fourmaux.
- Password:
- > PASS XXXXXXX
- 230 User fourmaux logged in.
- ftp> dir bonjour.c
- > PORT 140,252,13,34,4,150 (140.252.13.34 p1174)
- 220 PORT command successful.
- >LIST bonjour.c
- 150 Opening ASCII mode data connection for /bin/ls
- -rw-r-r-1 fourmaux wheel 38 Jul 18 12:34 bonjour.c
- 226 Transfert complete.
- 56 bytes received in 0.03 seconds (1.8 Kbytes/s)
- ftp> quit
Notes: