>Following on from this, it would be nice to be able to store the ftpfs >logon details in a configuration file. > >Save having to remember the syntax and host:username:password strings. >Would this be possible?
It is. If the hotlist entry is just this: /#ftp:ftp.somplace.com with no user or password, you can add this to ~/.netrc: machine ftp.someplace.com login myusername password mypassword And mc will use that (actually, it's "ftp" that uses it, but mc uses ftp). _______________________________________________ Mc mailing list http://mail.gnome.org/mailman/listinfo/mc
