Xferlog

Résolu
Bonjour

J'ai un serveur ftp sous proftpd linux ubuntu 14.04. Quand je regarde les logs des téléchargements avec xferlog j'obtiens ceci.

Sat Feb 04 14:59:38 2017 157 pc.home 366991360 /home/administrateur/Documents/FTP/TWD/test.txt b _ i r administrateur ftps 0 * c

Sat Feb 04 14:59:38 2017 157 pc.home 366991360 /home/administrateur/Documents/FTP/TWD/test.txt b _ o r administrateur ftps 0 * c


Je voudrais savoir ce que signifie le b_i r et le b_o r

Merci d'avance

--
After all this time ? Always

1 réponse

  1. Contributeur
    1
    1. Salut,

      Merci mais j'ai pas vraiment trouvé la réponse dans les liens
      0
    2. Contributeur
      @Pliphano
       transfer-type 	 Flags 	 Indicates whether the transfer was an ASCII ("a") or binary ("b") transfer

      direction Flags Direction of the transfer: "o" (outgoing, i.e. download), "i" (incoming, i.e. upload), "d" (deleted)

      access-mode Flags Method by which the user is logged in: "a" (anonymous), "g" (guest), "r" (real user)
      0
    3. excellent merci beaucoup !
      0