View Single Post
Old 01-11-2003, 06:02 PM  
Zer0Racer
Senior Member
 
Join Date: Oct 2002
Posts: 703
Default

Hmm.. are you connecting to http(s) etc. with a ftp client? Cause it looks that way. You are supposed to use your internet browser.. like Internet Explorer. SSL doesn't work properly without your own generated SSL certificate so you could try to disable SSL by removing it from the service string:
Http = DEVICE Any PORT 10000 MAXUSERS 100 PERMISSION "H =HTTP"

And make sure the account you want to log in with has the H flag (or whatever flag you want to use, which is configured also in the service string PERMISSION "M" for connecting with ONLY master accounts). You can set flag with the command: site change <username> flags +H
Note: H is not the same as h.

And right now (ioFTPD 4.0.2) the HTTP Admin is not finished. Things that work right now is login, browsing and downloading files.

Hope this helps
/Zer0Racer
Zer0Racer is offline   Reply With Quote