Mounting an FTP directory. No need to have an FTP editor then

Using FUSE to mount remote directories (when the more secure SSH connection is not available), with a program like curlftps, it’s possible to mount any remote directory like:

curlftpfs -o user=user:pass ftp.server.com /my/mount/point

This means that after any standard editor will become an FTP enabled editor.

Advertisement