FTP With React.js

Neal Oh
Nov 11, 2020

FTP(file transfer protocol) is used to transfer files across the internet, or a similar network, between computer systems. FTP lets people and applications exchange and shares data within their offices and across the Internet. Since I’m working in React for a project, I can use to move it to FTP. The best open-source software to use is called FileZilla. Before starting to move your files, you need to write four things: Host, Username, Password, and Port.

  • Host — You can use your domain as the host by writing ftp.yourdomain.com.
  • Port — the FTP server data port. The default port is 21, but this field is not mandatory.
  • User — your FTP username.
  • Password — your FTP password.

Once you have filled in all of the required information, scroll down and click Quickconnect. I will show you your FTP database. To add your files to your ftp, you can drag a folder or a file to FileZilla.

--

--

Neal Oh

Full-Stack Developer & Software Engineering from Flatiron