Edit remote files via FTP

I had this workable on MacOS because my source code editor supported FTP.
But on Linux Mint I found that my code editor (Geany) doesn’t support FTP and I needed solution (don’t want to switch to another editor).

The way is to mount remote ftp folder as local and edit files locally.

First of all install “curlftpfs”:

sudo apt-get install curlftpfs

Continue reading