Skip to content

SSH

SCP versus SFTP

both use SSH (sit on top of SSH

SCP – Secure Copy.

SCP is a substitute for the legacy cp file transfer application.
a method of remote communication and sending files between networks where the sent files are secured with the SSH (Security Shell) protocol. It allows transferring files without information leaks.
included in all/most linux distro’s
copy file from local host to a remote host SCP example:
scp /mnt/data/temp/nginx.conf root@192.168.10.250:/etc/nginx/
copy file from a remote host to local host SCP example:
scp username@from_host:file.txt /local/directory/

SFTP – Secure File Transfer Protocol.

This is an application which uses Secure Shell in relocating files. It avoids the plain transmission of data and it does not only protect the information, but also encrypts the commands. SFTP is a substitute for the ftp - file transfer protocol.

FTPS protocol

GUI ftp client

zie tevens https://technologyadvice.com/blog/information-technology/filezilla-alternatives/

  • Filezilla

    • a GUI client , both on windows and linux
    • zeer uitgebreid & gebruiksvirendelijk
    • in 2016 enkel vi source force == bloatware
  • Sommige linux FM -zoals bvb. Nemo- hebben ingebouwde ftp / netwerk transfer functionaliteit

  • er zijn ook enkle ftp commands voor shell (voor een vlugge transfer)
    check out NcFTP https://www.ncftp.com/ , cross platform , zeer uitgebreid , echter enkel ftp ?

  • sommige apps kunnen ook syncronizeren ( bv WinSCP , waarschijnlijk ook Filezilla)

  • CrossFTP
    kan alle mogelijk trasfer protocllen aan
    https://www.crossftp.com/
    Pro versus free : 40 threads ipv 1 , ft zoals sync etc

  • WinSCP

  • FireFTP
    add on for firefox , but works well