In the Files App, under Other Locations
, you can connect to a remote server by pasting in the address in the bottom bar.
Install curlftpfs
:
sudo apt install curlftpfs
Create a directory to use:
mkdir ~/RemoteFTP
Connect the remote storage to the created folder:
curlftpfs <user>:<pass>@ftp://<address>:<port> ~/RemoteFTP
umount ~/RemoteFTP