Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

pMay

macrumors member
Original poster
Mar 24, 2007
30
0
Is it possible to mount a FTP server like a hard disk?
Linux can do that - but I am not sure if Mac OS can do that.
 
Not sure if this is what you want or not, but here it goes. Open a finder window then open the Go menu item. Then click on connect to server. Then type in your address. Make sure its in the format: ftp://something.com . It should then mount it as a drive and even appear on your desktop.


oh it should show up mounted in the Volumes under the name of the server. So if you went into the terminal and checked out the directory "/Volumes" you would see it mounted as "something.com"
 
Not sure if this is what you want or not, but here it goes. Open a finder window then open the Go menu item. Then click on connect to server. Then type in your address. Make sure its in the format: ftp://something.com . It should then mount it as a drive and even appear on your desktop.

Holy crap. This is awesome.

Thank you!
 
Not sure if this is what you want or not, but here it goes. Open a finder window then open the Go menu item. Then click on connect to server. Then type in your address. Make sure its in the format: ftp://something.com . It should then mount it as a drive and even appear on your desktop.


oh it should show up mounted in the Volumes under the name of the server. So if you went into the terminal and checked out the directory "/Volumes" you would see it mounted as "something.com"

Aw, bums - I cannot figure out how to specify a username and password for this type of connection, it apparently only supports anonymous FTP. Someone please tell me I am incorrect!
 
Aw, bums - I cannot figure out how to specify a username and password for this type of connection, it apparently only supports anonymous FTP. Someone please tell me I am incorrect!

I stand corrected - adding the username to the url makes it ask for a username (useful even though it is in the URL, because many usernames look something like admin@site.com) and a password

quick example:
ftp://admin@ftp.mysite.com

link:
http://www.cs.rutgers.edu/~watrous/user-pass-url.html

crab
 
The only problem I've had with using the ftp:// via finder is that it mounts read-only.
 
Aw, bums - I cannot figure out how to specify a username and password for this type of connection, it apparently only supports anonymous FTP. Someone please tell me I am incorrect!

type
Code:
ftp://username:password@ftp.yourserver.com/
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.