Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: WolfRamiO on May 26, 2005, 09:43:09 AM

Title: totaly noob - FTP account VS i-bay
Post by: WolfRamiO on May 26, 2005, 09:43:09 AM
Hi all, i am a totaly noob on SME...

i dont know much Inglish so maybe its gonna be a pain in the ass  :-D

well here are my big question...

I cant understand the relationship of users and i-bay, i mean...

if a igot a domain "xxx.rr.nu", that domain use ibay "xxx", how i set users that can acces to taht domain only???

THX
Title: Re: totaly noob - FTP account VS i-bay
Post by: raem on May 26, 2005, 10:35:40 AM
WolfRamiO

> if a igot a domain "xxx.rr.nu", that domain use
> ibay "xxx", how i set users that can acces to taht domain only???

Your requirements are a bit vague ie do you mean web access or something else, but maybe this is  what you want

http://mirror.contribs.org/smeserver/contribs/rmitchell/smeserver/howto/htaccess%20configuration%20with%20custom%20templates%20HOWTO%20for%20sme%20server.htm
Title: totaly noob - FTP account VS i-bay
Post by: WolfRamiO on May 26, 2005, 12:16:34 PM
mmmmm... no, i mena, how i setup a FTP account to a specific i-bay
Title: totaly noob - FTP account VS i-bay
Post by: raem on May 26, 2005, 12:18:45 PM
WolfRamiO

> how i setup a FTP account to a specific i-bay

Read the manual !
Title: totaly noob - FTP account VS i-bay
Post by: WolfRamiO on May 26, 2005, 12:21:05 PM
xD thaths why i asking! i RTFM and dont find it...
Title: totaly noob - FTP account VS i-bay
Post by: raem on May 26, 2005, 12:39:48 PM
WolfRamiO

> i RTFM and dont find it...

I think you need to read more slowly and carefully as it's spelt out VERY clearly in the manual.

Note "FTP client" means WinSCP3 or similar
also see http://www.foothill.edu/ctis/howto/SFTP_WinSCP.html
 

http://mirror.contribs.org/smeserver/contribs/bobk/SME_Manual/chpt-14.02.html

accessing an i-bay via the FTP server: To access the i-bay using FTP, you use your FTP client to connect to your server and use the i-bay name as the login id. If the i-bay requires a password, you will need to enter the i-bay password as well. If you are using a command-line or graphical FTP client, you will usually be prompted for the login username and password. If you are using a web browser, you will need to enter a FTP URL. This will be in one of the following forms, depending on whether or not a password is required:

ftp:// ibayname @ftp. domainname
ftp:// ibayname : password @ftp. domainname


 Warning
Be aware that FTP transmits all passwords in the clear without encryption and can therefore be a security risk. If you are concerned about security, we suggest you consider the scp "secure copy" command associated with ssh as an alternative to FTP.
 

Note that users accessing the i-bay via FTP in this manner are not able to upload files to the i-bay. They can only download files from the i-bay to their client.

It is possible to upload files using FTP, but to do so you must login to the server with a valid user name, not the i-bay name. That user account must be a member of the group that has been given write permission for the i-bay (configured on the i-bay screen). You would then change to the i-bay directory (using the ftp command "cd ../../ibays/ibayname"). You will now be able to upload files from your FTP client to the appropriate directories.