this post was submitted on 05 Sep 2023
50 points (89.1% liked)

Sysadmin

7308 readers
1 users here now

A community dedicated to the profession of IT Systems Administration

No generic Lemmy issue posts please! Posts about Lemmy belong in one of these communities:
[email protected]
[email protected]
[email protected]
[email protected]

founded 1 year ago
MODERATORS
 

Image shows a grid of four columns and eight rows detailing the difference between four common types of file transfer: tftp, ftp, sftp, and scp; across eight data points: transfer protocol, standard port, speed overview, security overview, authentication support, encryption support, and connection orientation.

  • TFTP : UDP, port 69, Fast, Less Secure, No Authentication, No Encryption, and Connection-less
  • FTP: TCP, port 20, 21, Slow, Less Secure, Authentication, No Encryption, and Connection-oriented
  • SFTP: TCP, Port 22, Slow, Secure, Authentication, Encryption, and Connection-oriented
  • SCP: TCP, Port 22, Fast, Secure, Authentication, Encryption, and Connection-oriented

Src: Twitter via LinkedIn.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 10 months ago (2 children)

Forgot the one everyone wishes they could forget - FTPS !

Might be worth noting that SCP is non- interactive file transfer only, whereas FTP/SFTP can do interactive sessions and management functions as well.

[–] [email protected] 4 points 10 months ago (1 children)

Pssh, Real techs use uuencode through the terminal to copy files.

I joke, but I've resorted to it when I only had a web based console.

[–] [email protected] 2 points 10 months ago

Oh man, I haven't seen uuencode in so long, I basically forgot it existed until I read your comment!