Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.
1 definition found
From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]:
SSH File Transfer Protocol
Secure File Transfer Protocol
sFTP
(SFTP) A version of File Transfer Protocol
(FTP) using an encrypted network connection provided by
Secure Shell (SSH), usually SSH 2.
The SFTP protocol allows for a range of operations on remote
files, making it more like a remote file system protocol.
SFTP clients can resume interrupted transfers, get directory
listings and remove remote files. SFTP has largely replaced
Secure Copy (SCP).
{IETF spec
(http://ietf.org/internet-drafts/draft-ietf-secsh-filexfer-13.txt)}.
(2006-09-28)