Differenze tra le versioni di "TFTP-EN"

Da PoliArch.
(Access)
 
Riga 19: Riga 19:
  
 
=== PUT ===
 
=== PUT ===
'An example of how to send a file via tftp'
+
An example of how to send a file via tftp
  
 
  # tftp -v 192.168.1.1 -c put myfile
 
  # tftp -v 192.168.1.1 -c put myfile
  
 
=== GET ===
 
=== GET ===
'An example of how to get a file from tftp'
+
An example of how to get a file from tftp
  
 
  # tftp -v 192.168.1.1 -c get myfile
 
  # tftp -v 192.168.1.1 -c get myfile

Versione attuale delle 10:39, 9 ott 2015

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