Please enable JavaScript.
Coggle requires JavaScript to display documents.
SFTP, Widely used - Coggle Diagram
SFTP
Deep dive
-
-
- Client Auth (send key/password)
- Receive success/failure response
- Encrypted channel established
- Send command to put/receive file
-
-
-
Why
-
Built on ssh protocol
SSH ensures that any listener between two parties on a network cannot decipher any shared, confidential communications once a session has been established.
-
-
-