Mount an ftp volume on terminal

Hi there,

i have to mount an ftp volume on my mac!

I know that i can do it through Finder (CMD+K) but i need to do it with the Terminal commands!


I have SSH access on a remote Mac server, so no graphic user interface can help me!

This procedure is very simple on Linux with curlftpfs:


curlftpfs -v usr:pwd@ftp.address.com /mount


On Mac the command "curlftpfs" does not exists! What can i do?


Thanks! 🙂

MacBook, Mac OS X (10.6.8), SSD 128 OCZ Vertex 2

Posted on Dec 16, 2011 6:52 AM

Reply
3 replies

Dec 17, 2011 12:19 AM in response to filippo1982

"auto-answer"


The command is:


mount_ftp user:password@ftp_address/ /Volumes/mount_ftp


You can mount a remote ftp but the folder is only "read"!


This is the same procedure that you can do with Finder (CMD+K).



Finally i can rsync the mounted volume ftp on a local folder on my Mac:


rsync -av --progress --delete --exclude='*~' --exclude='.*' --exclude='folder' /Volumes/mount_ftp /Users/user_name/Desktop/back_up_ftp

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Mount an ftp volume on terminal

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