On Fri, 10 Sep 2004, Joseph Alotta wrote:
$ mkdir /tmp/debian$ mount_ftp ftp://ftp.us.debian.org/debian/ /tmp/debian/ $ ls -la /tmp/debian/
Thanks Chris and Peter for the help.
I couldn't get this to work on ftp-www.earthlink.net. I think it is a login id problem. mount_ftp uses the same login id that you have on the mac which in my case is not my email.
Have you tried embedding the login in the URI ?
$ mount_ftp ftp://user:[EMAIL PROTECTED] /Local/path
It seems like that ought to work ...
If this is a dead end & you're looking for a better approach, ncftp is also nice...
-- Chris Devers