Differenze tra le versioni di "TFTP-IT"

Da PoliArch.
(Creata pagina con '{{exit}} == Introduzione == Questa pagina mostra come attivare e utilizzare TFTP == Avvio == Per abilitare il server TFTP # systemctl enable tftpd.service Per avviare il s...')
 
 
Riga 16: Riga 16:
  
 
  /srv/tftp
 
  /srv/tftp
 +
 +
=== Invio ===
 +
Un esempio di come inviare un file via TFTP
 +
 +
# tftp -v 192.168.1.1 -c put myfile
 +
 +
=== Ricezione ===
 +
Un esempio di come prelevare un file via TFTP
 +
 +
# tftp -v 192.168.1.1 -c get myfile
  
 
[[Categoria:Documentazione]]
 
[[Categoria:Documentazione]]
 
{{exit}}
 
{{exit}}

Versione attuale delle 10:40, 9 ott 2015

Altre Pagine: · Home Page · Documentazione · Downloads · Screenshots · Contatti

Introduzione

Questa pagina mostra come attivare e utilizzare TFTP

Avvio

Per abilitare il server TFTP

# systemctl enable tftpd.service

Per avviare il server TFTP eseguire:

# systemctl start tftpd.service

Accesso

La cartella di root di TFTP è:

/srv/tftp

Invio

Un esempio di come inviare un file via TFTP

# tftp -v 192.168.1.1 -c put myfile

Ricezione

Un esempio di come prelevare un file via TFTP

# tftp -v 192.168.1.1 -c get myfile

Altre Pagine: · Home Page · Documentazione · Downloads · Screenshots · Contatti