You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

FTP-SSL through Finder!

Everytime I try to connect to our FTP server using FTPS protocol through the finder it doesn't work - it gave me an error "There was a problem connecting to the server"

but when i try using the cyberduck it works fine and i can see everything.


According to this link http://osxdaily.com/2011/02/07/ftp-from-mac/

there is a note on how you connect using FTPS, it should work the same as if you're connecting using FTP.. but that didn't work for me.


I'm using 10.8.3 client, any idea?


Thank you!

Posted on Apr 11, 2013 6:18 AM

Reply
4 replies

Apr 12, 2013 5:11 AM in response to ivaldiz

Chances are, you're running into the active-passive mess, or you're on a different connection with different firewall settings. The Active and Passive-mode transfers control the "direction" that the second channel is established.


ftps is ftp via ssl/tls, and ftp and ftps use a scheme older than IP itself, and connections that requires a more expensive firewall (that can peek inside ftp traffic, and detect the ftp protocol and open the ftp-requested port in the firewall), or a network administrator that's willing and able to open a whole range of ports, or related firewall work.


Given the choice, consider using sftp here, which confusingly named but is a very different and much more recent implementation of file transfers, and sftp — unlike ftp and ftps — is much easier to drill through firewalls. sftp is a file transfer operation atop ssh, and many systems already have ssh access available.


Here's how to get ftp going on OS X, and (though rather more secure than ftp), ftps needs the same port and firewall access.


Atop the security and firewall issues, Finder's support of ftp is comparatively limited. Last I checked, it was read-only, and it has tended to have some compatibility issues with some ftp servers at least as recently as 10.7.5; haven't tried that set of ftp servers with Finder in 10.8.


Alternatives: WebDAV could provide an approach that might be more suited (and Finder supports that), if you want file transfers and can get that established. Or a VPN, and then you can use SMB or AFP with Finder via the VPN. Or continue with CyberDuck, or (on Windows or OS X or Linux) FileZilla.

Apr 12, 2013 10:44 AM in response to ivaldiz

WebDAV is a file-access protocol that is implemented within a number of web servers.


Apache supports WebDAV on OS X and OS X Server.


As for your question, first ensure that WebDAV is enabled on the server you're planning to connect into (you haven't mentioned the operating system on the particular FTP/FTPS/SFTP server involved here), and that you also have credentials allowing access.


Then use Connect to Server in Finder menus, and specify the URL with the HTTP or HTTPS path to the server.


Here is a discussion of WebDAV server with Wikis and OS X Server, if that's what you're running.


Here is a description of modifying the Apache configuration files to enable WebDAV server on OS X client. The generic Apache WebDAV configuration process is similar, but there can be OS-specific differences and details here.


I'd suggest starting another question around WebDAV, with some information on the target server. If it's not OS X or OS X Server that you're connecting to, then you'll definitely want to identify the server. Depending on the server, there are various WebDAV discussions around the 'net, too.


There are various ways to establish a VPN, depending on the available hardware and your budget, too.

FTP-SSL through Finder!

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.