Ubuntu – FTPS client, preferably integrated in Nautilus

ftpnautilus

I like Nautilus for FTP/WebDAV, but how to use it with an FTPS server?

When I enter ftps:// Nautilus says Don't recognize this file server type.

Is there any plugin?
Or something as quick and convenient as Nautilus, with FTPS support?

gFTP from Ubuntu's repo says FTPS Support unavailable since SSL support was not compiled in.


Note from Wikipedia: FTPS should not be confused with the SSH File Transfer Protocol (SFTP), an incompatible secure file transfer subsystem for the Secure Shell (SSH) protocol. It is also different from Secure FTP, the practice of tunneling FTP through an SSH connection.

Best Answer

Update:

Nautilus supports FTPS now that the bug linked below has (finally) been fixed (Thanks @HullCityFan852).

Original post:

Nautilus does not support FTPS, see that bug (opened a long time ago but still no progress)

As an alternative, you can use FileZilla:

FileZilla client supports FTPS both implicit (FTPS:// protocol), and explicit (FTPES://).

Source

Related Question