Access to VPS Server via SFTP
Uploading and modifying files via the terminal is possible, but not very convenient. It is much more convenient to connect to our server's file system via FTP.
The problem is that we have SSH access but no FTP access. Therefore, we will use a special protocol SFTP, which allows uploading files via SSH.
Let's connect via SFTP using Filezilla. To do this, in the program menu, go to File, then select Site Manager and create a new site.
In the site settings, select
the SFTP protocol. In the Host field,
enter the server IP, in the login field -
root, in the password field - your
SSH password.
Connect to your server via SFTP.