After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 680217 - ftps not supported
ftps not supported
Status: RESOLVED DUPLICATE of bug 526582
Product: nautilus
Classification: Core
Component: general
3.5.x
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-19 00:46 UTC by junks.in.box
Modified: 2012-07-19 03:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description junks.in.box 2012-07-19 00:46:59 UTC
If I type ftps://server.com into the location bar I get the error: "Nautilus cannot handle "ftps" locations."

As I'm sure you know, it handles ssh, ftp and sftp properly.

Support for ftp with an encrypted control channel (and possibly a checkbox somewhere to allow encryption of the data channel as well, but data channel encryption should be disabled by default) should be supported.

Here's why: ssl/sftp encrypts the entire file transfer and so in many cases it is slow and very cpu intense (on server & client) to transfer a file with with this protocol (unless you have a pci ssl hardware accelerator card or something). Encrypting all data is often overkill (I don't care if you look at the ubuntu cd I'm transferring). FTP is insecure with passwords sent in the clear. FTP with an encrypted control channel(FTPS) is a nice balance, passwords are encrypted but data transfer is not, allowing for zippy transfer speeds and low cpu usage on both the server and client.

curlftpfs is a nice little command line utility to mount ftps shares locally. It would be really great to see functionality like what is provided there make its way into Nautilus.
Comment 1 Cosimo Cecchi 2012-07-19 03:51:55 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 526582 ***