TFTP-EN

Da PoliArch.
Versione del 9 ott 2015 alle 09:39 di Dennis (discussione | contributi)
(diff) ← Versione meno recente | Versione attuale (diff) | Versione più recente → (diff)

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

Introduction

This page shows how you can use TFTP

Enabling

To enable TFTP service:

# systemctl enable tftpd.service

Run

To run TFTP service run:

# systemctl start tftpd.service

Access

The root directory of the TFTP is:

/srv/tftp

PUT

An example of how to send a file via tftp

# tftp -v 192.168.1.1 -c put myfile

GET

An example of how to get a file from tftp

# tftp -v 192.168.1.1 -c get myfile

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