

So that you do not end up in the home directory of the user (for example “pi”), but in the directory of the web server, you have to create an extra user or even easier to make the user’s home directory to the web server directory. After a successful connection via FTP client, you automatically end up in the user’s home directory.

If the remote access works via SSH, you do not have to do anything more than build an SFTP connection (port 22) to Raspberry Pi with an FTP client, such as Filezilla.įor the connection one needs the IP address of Raspberry Pi, as well as user name and password. What many do not realize is that SSH supports FTP commands in the form of SFTP. Many solutions are based on the installation of an FTP server, such as ProFTP or vsftpd. Solution without installing an FTP server Set up the web server so that you can load files directly into the web server directory via FTP.Check the availability of the SSH server via SFTP over the local network.

