Go Back   FlashFXP Forums > FlashFXP > Release Archive > Website

Website Comments, Suggestions, Questions, Concerns, Fan mail, Hate mail, Whatever goes.

 
 
Thread Tools
Old 12-15-2004, 03:31 PM   #1
RoK
Banned
 
Join Date: Jan 2004
Posts: 29
Default site user <user> Q.

Hey..
which script I need to install for this cmd ?

Thanks all
RoK is offline  
Old 12-15-2004, 03:32 PM   #2
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,364
Default

Try: SITE UINFO <user>
neoxed is offline  
Old 12-15-2004, 03:40 PM   #3
RoK
Banned
 
Join Date: Jan 2004
Posts: 29
Default

ohh ... Thanks ..
and if I also want site user ?
which script ?
RoK is offline  
Old 12-15-2004, 03:42 PM   #4
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,364
Default

user = @uinfo

Read the documentation.

Code:
[FTP_Custom_Commands]
## SITE <trigger> <parameters>
#
# trigger       = !file                 # Show file
# trigger       = @string               # Alias
# trigger       = EXEC script.exe       # Execute file.exe
# trigger       = %EXEC script.exe      # Execute file.exe (translate cookies)
# trigger       = TCL script.itcl       # Execute file.itcl
#
neoxed is offline  
Old 12-15-2004, 06:24 PM   #5
Senior Member
ioFTPD Scripter
 
jeza's Avatar
 
Join Date: May 2003
Posts: 507
Default

iojU
jeza is offline  
Old 12-16-2004, 07:15 AM   #6
RoK
Banned
 
Join Date: Jan 2004
Posts: 29
Default

sorry , del please this Replay
RoK is offline  
Old 12-16-2004, 07:46 AM   #7
RoK
Banned
 
Join Date: Jan 2004
Posts: 29
Default

btw , which script is for: site help ?
Thanks
RoK is offline  
Old 12-16-2004, 07:48 AM   #8
RoK
Banned
 
Join Date: Jan 2004
Posts: 29
Default

o , I'm also SiTEOPS , and when I connect to my ioFTPD , after 1-2 minutes , I get:
[R] 421 Timeout (120 seconds): closing control connection.

how can I fix it ? I dont wanna this happned again ...
RoK is offline  
Old 12-16-2004, 07:52 AM   #9
RoK
Banned
 
Join Date: Jan 2004
Posts: 29
Default

I also created New user , and He can login 1 time ..
[L] 530 Login failed: Maximum concurrent connections for single host reached

How can I set Defult users will be Max 2 login per user ?

Thanks all
RoK is offline  
Old 12-16-2004, 08:39 AM   #10
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,364
Default

Quote:
Originally posted by RoK
btw , which script is for: site help ?
Thanks
ioHelp I suppose.

Quote:
Originally posted by RoK
o , I'm also SiTEOPS , and when I connect to my ioFTPD , after 1-2 minutes , I get:
[R] 421 Timeout (120 seconds): closing control connection.

how can I fix it ? I dont wanna this happned again ...
ioFTPD disconnects idle users after the defined period of time. Check Idle_TimeOut under [Ftp] in your ioFTPD.ini.

Quote:
Originally posted by RoK
I also created New user , and He can login 1 time ..
[L] 530 Login failed: Maximum concurrent connections for single host reached

How can I set Defult users will be Max 2 login per user ?

Thanks all
http://www.ioftpd.com/kb/view.php?kbid=21
neoxed is offline  
Old 12-16-2004, 08:57 AM   #11
RoK
Banned
 
Join Date: Jan 2004
Posts: 29
Default

Thanks a lot NeoXed !!
RoK is offline  
Old 12-16-2004, 09:35 AM   #12
RoK
Banned
 
Join Date: Jan 2004
Posts: 29
Default

Problem with iojU.itcl ..

in ioFTPD.ini I added :
[FTP_Custom_Commands]
user = TCL C:\ioFTPD\scripts\iojU\iojU.itcl user

&

[FTP_Command_Permissions]
user = *

-------------------------------------------------------------------

I edit also :
set iojU(version) "1.6"
set iojU(SYSLOG) "C:/ioFTPD/logs/SysOp.log" ;#full path to SysOp.log
set iojU(ioANUKE) "C:/ioFTPD/logs/ioA.nuke.log" ;#full path to ioA.nuke.log
set iojU(SEENEM) "C:/ioFTPD/scripts/ioSeenem/seen.dat" ;#full path to ioSeenem seen.dat ( http://www.ioftpd.com/scripts/script.php?id=163 )


and when I try :
site user <user>


[R] site user 111
[R] 200 Command successful.


why is that ?
;\
RoK is offline  
Old 12-16-2004, 10:23 AM   #13
RoK
Banned
 
Join Date: Jan 2004
Posts: 29
Default

Problem with ioHelp ....

I copeid the ioHelp dir , to ioFTPD\scripts\ ..
in ioFTPD.ini I edited :
[FTP_Custom_Commands]
help = TCL ..\scripts\ioHelp\ioHelp.itcl

[FTP_SITE_Permissions]
help = *

and I rehash the ioFTPD ..


and now when I do : site help

[R] site help
[R] 550 Command failed.

why is that .. ?

Thanks all
RoK is offline  
Old 12-16-2004, 10:30 AM   #14
Senior Member
 
Join Date: Jan 2004
Posts: 237
Default

Quote:
Originally posted by RoK
Problem with ioHelp ....

I copeid the ioHelp dir , to ioFTPD\scripts\ ..
in ioFTPD.ini I edited :
[FTP_Custom_Commands]
help = TCL ..\scripts\ioHelp\ioHelp.itcl

[FTP_SITE_Permissions]
help = *

and I rehash the ioFTPD ..


and now when I do : site help

[R] site help
[R] 550 Command failed.

why is that .. ?
Thanks all
that's the right command.
try restarting ioFTPD.
also, you might try figuring things out a little on your own before posting, i don't know, 4 posts in a row for 4 different problems
mr_F_2 is offline  
Old 12-16-2004, 10:36 AM   #15
RoK
Banned
 
Join Date: Jan 2004
Posts: 29
Default

I'm still get:

[R] site help
[R] 550 Command failed.


and it's a forum to solve people probs .....
so I'm writing here my probs ..


Thanks all ...
RoK is offline  
 
Create a free account to browse our forums without ads



Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
FTP with xbox some file xfer some don't? Jaz97 General Discussions 8 10-23-2004 04:14 PM


All times are GMT -5. The time now is 01:29 AM.