TFTP-IT

Da PoliArch.

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