michaelogrant / macfusion

Automatically exported from code.google.com/p/macfusion
Other
1 stars 1 forks source link

Enhancement: Support for FTP over SSL/TLS (ftps) (not to not be confused with SSH file transfer protocol [SFTP], or FTP over SSH) #234

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Curlftpfs already implement ftps.

I tried to use it in command-line:
./curlftpfs-static ftps://name:pswd@name.of.the.server /Volumes/test/

But the response is:
Error connecting to ftp: libcurl was built with SSL disabled, ftps: not 
supported!

The support for FTP over SSl/TLS is the last protocol I would like to switch to 
MacFusion.

Thank's.

Original issue reported on code.google.com by adrien.z...@gmail.com on 29 Jul 2007 at 9:33

GoogleCodeExporter commented 8 years ago

Original comment by grahampe...@gmail.com on 17 Aug 2007 at 5:46

GoogleCodeExporter commented 8 years ago
I too would like sFTP please.

Original comment by i...@quantum-sci.com on 5 Sep 2007 at 2:41

GoogleCodeExporter commented 8 years ago
Re <http://en.wikipedia.org/wiki/FTPS> 

> FTPS (commonly referred to as FTP/SSL) 
> [the subject of this issue]
> should not be confused with SSH file transfer protocol [SFTP], or FTP over 
SSH.

Original comment by grahampe...@gmail.com on 6 Sep 2007 at 1:49

GoogleCodeExporter commented 8 years ago
My request is for FTP over SSH.  Although the similarity in naming is 
disturbing.

Original comment by i...@quantum-sci.com on 6 Sep 2007 at 1:06

GoogleCodeExporter commented 8 years ago
As there's a distinction, which I don't pretend to understand, 

> FTP over SSH

should be a separate issue, 
<http://code.google.com/p/macfusion/issues/detail?id=243>

Original comment by grahampe...@gmail.com on 6 Sep 2007 at 3:06

GoogleCodeExporter commented 8 years ago
This issue is now open since 2007 - any update? ftps is not *that* complicated 
to do, especially since it seems to be just a compiler flag...

Original comment by m...@mbaierl.com on 22 Jul 2010 at 6:50