I always found it odd that Mac OS X's Connect to server
menu lets you read and write to every protocol it supports except FTP. Is it just one of those mysteries, or have they ever discussed why this design choice was made?

- 252
- 1
- 4
- 9

- 4,755
- 19
- 55
- 78
2 Answers
Apple rarely discusses these kinds of decisions, so don't hold your breath for any "official" answer. Many requests for this feature have flowed into Apple's bug tracking system over the years, but so far it seems that the demand is not high enough for Apple to dedicate any resources to implementing it.
In the meantime, there are many excellent full-featured FTP applications for the Mac:
And don't forget the ftp
command-line client that comes with Mac OS X, or the more capable ncftp
command-line client that builds and installs just fine on Mac OS X.

- 738
- 7
- 12
-
1+1 for Ars ;-) and it's a good answer, but that's beside the point – username May 21 '09 at 01:52
-
1Transmit is awesome. +1 – ceejayoz May 21 '09 at 02:48
@siracusa is right, we'll never know the reason.
If you want the file system style access that the Finder offers, but with write support, there is the MacFUSE project. There are two GUI programs for managing these connections MacFusion (donationware) and ExpandDrive (commercial w/trial).

- 389
- 2
- 5