blob: ce563fcd7d6ca864974475bdadc2c18e454fd3c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" ?>
<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" "dtd/kdex.dtd" [
<!ENTITY Ferdinand.Gassauer '<personname><firstname>Ferdinand</firstname><surname>Gassauer</surname></personname>'>
<!ENTITY % addindex "IGNORE">
<!ENTITY % Italian "INCLUDE"> <!-- change language only here -->
]>
<article lang="&language;" id="sftp">
<title>sftp</title>
<articleinfo>
<authorgroup>
<author>&Ferdinand.Gassauer;</author>
<othercredit role="translator"><firstname>Luciano</firstname> <surname>Montanaro</surname> <affiliation><address><email>mikelima@cirulla.net</email></address></affiliation> <contrib>Traduzione del documento</contrib></othercredit>
</authorgroup>
</articleinfo>
<para><acronym>SFTP</acronym> è un protocollo sicuro di trasferimento file. <command>sftp</command> è un programma interattivo, simile ad ftp, ma esegue tutte le operazioni su un canale cifrato <command>ssh</command>. Può usare molte caratteristiche di <command>ssh</command>, inclusa l'autenticazione di chiavi pubbliche e la compressione.</para>
<para>Vedi il manuale: <ulink url="man:/sftp">sftp</ulink>. </para>
</article>
|