LANMonkey
I need to be able to allow users to download files from my SME server.....I have manage to configure my server so that I can allow downloads from the primary site as anonymous or from one of the iBays as a SME user..
As you have found, anonymous FTP to download files from sme server should work OK using a web browser, with the correctly formatted URL
......creating users to access iBays is not an obstacle yet. But I would like to be able chroot them into a place away from the basic website that makes up the iBay. How do I do that? I've seen the documentation for the Manual, the Howto and I've searched the forum and nothing seems to shed light on my mission.
Did you really thoroughly & carefully read the Manual (Chapter 14), and the Howtos ?
ie
http://wiki.contribs.org/SME_Server:Documentation:Administration_Manual:Chapter14#Accessing_the_i-bayshttp://wiki.contribs.org/FTP_Access_to_Ibayshttp://wiki.contribs.org/SFTPIs it my browser causing problems? Am I missing something basic to FTP? Or does SME have some specific limitations that I need to know about?
To chroot the users install the smeserver-remoteuseraccess contrib.
Then you MUST use a FTP client eg WinSCP, SmartFTP etc, and login with a valid username and password.
Note you cannot use a web browser, so this may be what you are doing incorrectly.
If you believe in security, then you will always use SFTP instead of FTP, which implies the use of a client like WinSCP rather than a web browser.
There are better more secure ways than using FTP.
You say you want "one click" browser based FTP access, but that is not achievable for your stated goals.
I want to enable one click downloads where a user (anonymous included) can just click a link and that will initiate a download.
If anonymous user access is OK, then what is the point (in your situiation) of forcing users to login to access the same files.
You can get one click access to download files using
http://domain/filenameOf course these files can then be downloaded by anybody, but hey, you just said anonymous download is ok.