Sorry for newbie question, but .... I uploaded a file in FileManager to public_html; how would someone else access this file from a web browser - nothing I've tried seems to work.
Thanks.
@chatter public_html is the root of your website. so if you uploaded a file named "foo.zip" and your domain was bar.com then you would use "http://bar.com/foo.zip" to access the file.