View previous topic :: View next topic |
Author |
Message |
Kent -
Joined: 12 Jan 2003 Posts: 137
|
Posted: Sat Jun 14, 2003 5:50 am Post subject: an ftp question |
|
|
is there a way that I can setup a script that will allow a person to signup for an ftp account on my ftp server without having to have my permission.... you know like an automated account signup form that sends an auto confirmation to their email addy that they have to click on to validate the account on the ftp server?
anyone here please point me in the right direction, I have searched for months for this type of script. |
|
Back to top |
|
 |
aprelium -
Joined: 22 Mar 2002 Posts: 6800
|
Posted: Sat Jun 14, 2003 11:32 pm Post subject: Re: an ftp question |
|
|
Kent wrote: | is there a way that I can setup a script that will allow a person to signup for an ftp account on my ftp server without having to have my permission.... you know like an automated account signup form that sends an auto confirmation to their email addy that they have to click on to validate the account on the ftp server?
anyone here please point me in the right direction, I have searched for months for this type of script. |
All depends on the FTP server you're using. If it is scriptable or if you can access and manipulate its users database (if it's a simple text file for example), you can do that. _________________ Support Team
Aprelium - http://www.aprelium.com |
|
Back to top |
|
 |
Kent -
Joined: 12 Jan 2003 Posts: 137
|
Posted: Fri Jun 27, 2003 6:03 am Post subject: |
|
|
yes its run off of a text file but im not very sure as to how I should write a form and script to print whats needed to the text file, [I am using CeasarFTP server]
heres what the text file looks like:
=====================================================
[USER=p4e9d9er5]
GroupName= ""
Activated=1
LoginType=2
Quota=4
QuotaValue=2147483647
Events=256
LimitUser=1
MaxNumUser=100
Password= "password"
Login= "p4e9d9er5"
Name= "p4e9d9er5"
DefaultDirectory= "/IDA"
EventCommands_8_Msg= "Welcome
logged in with %USERIP IP
address
email support at
eugeneATfuse.net"
RootAccessRights=9511746
FSysModification_Path1= "/IDA"
FSysModification_RealPath1= "F:\Program Files\Abyss Web Server\htdocs\IDA"
FSysModification_AccessRight1=141303 |
|
Back to top |
|
 |
|