


FTPS connections are supported directly in OS X’s built-in FTP functionality, while SFTP through SSH is not accessible through the same “Connect to Server” menu. Something to keep in mind is that FTPS and SFTP are two different protocols FTPS is FTP with a secure SSL layer, while SFTP uses SSH (yes, the same protocol that SSH servers are enabled by with Remote Login in OS X).

The minor difference is pointed out in the screenshot below: This is dependent on the remote server having SSL support and acceping FTPS connections, which most servers do. If you want to connect to secured FTPS server, all you need to do is prefix the domain with ftps:// rather than ftp://. If you want to use a secured connection instead you just need to make a tiny modification, which we’ll discuss next. Here is what starting a standard FTP connection will look like:

Don't know how that happened, but I decided it either made an error or else it wasn't as intuitive as I thought and I caused the error by doing something wrong. I tried Cyberduck, it seemed great, but I wanted to use it for WebDAV and somehow or other I managed to mess up my stuff on the server. For UNIX gurus there is Terminal, you can do everything in there with the command line interface. Built-in there is the Finder's ability to mount an ftp share, but as noted you can only download not upload. There are several free and paid ftp utilities.
