Differenze tra le versioni di "TFTP-EN"

Da PoliArch.
(Access)
Riga 17: Riga 17:
  
 
  /srv/tftp
 
  /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
  
 
[[Categoria:Documentation]]
 
[[Categoria:Documentation]]
 
{{exit}}
 
{{exit}}

Versione delle 10:38, 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