Casie Bao


All the lights we cannot see


File Transfer Protocol

FTP (File Transfer Protocol)

  • It is a client/server network protocol used to transfer files over the Internet. FTP clients are used to send and retrieve files to and from servers which store files and respond to requests from clients.

SFTP (Secure File Transfer Protocol)

  • It is a file transfer protocol that leverages a set of utilities that provide secure access to a remote computer to deliver secure communications.
  • It leverages SSH (Secure Socket Shell or Secure Shell)
  • Secure FTP also compresses all data during the transmission, which can result in faster file transfers.

SCP (Secure Copy)

  • can copy from your local system to a remote system, from a remote system to your local system, between two remote systems from your local system
  • in WSL2, scp <C:/Desktop/local file> an12344@wip12234.eng.xxx.ca:<folder to copy to>

FileZilla (Tool has GUI)

  • set a new Site, and type in your Host, Protocol(often use SFTP), enter Login User and Password.

Tool

  • Accellion
    • We uses Accellion to safely transfer our software to CORA customers, sending it is like sending an email, except it is Accellion email.
Latest Articles

System Design

Load-Balancing Goal: help developing a scalable app, allow distributing loads across servers based on metrics such as random, round-robin, random with weighting for memory or cpu utilization etc. ...…

Read More
Eariler Articles

Docz: Documentating React web app

What is Docz?During React development, we often create many components. These components can be reused in other applications. Just like Material-UI creates a lot of components such as Buttons, Slid...…

Read More