> hello how do i share files in ftp so it can be access in firefox, where > is the path of the ftp shared files, and how do i access them from my > work when i have them activated in my house
svcadm enable svc:/network/ftp:default Create at least one regular user account (not root) ftp users login, and can access their home directories, and nothing else. ftp://yourmachinename ftp://w.x.y.z If the server is at home and you want it from work, either punch a hole in your firewall to direct traffic to your internal server, or place your server on the outside. Beware that ftp is an insecure protocol, and a common target for bad guys. You don't want anyone using your server to store kiddie porn.