Glossary
SFTP
SFTP (SSH File Transfer Protocol) is a secure protocol for transferring, browsing and managing files over an SSH connection. Running inside the encrypted SSH channel, it protects both credentials and data in transit. Unlike the older FTP, it needs no separate ports and supports resuming transfers, permissions and remote directory operations.
In Pocket Code
See it in the Terminal & SSH