Thread: ioPSTOOLS
View Single Post
Old 09-10-2004, 03:40 PM  
Grendel
Senior Member
 
Grendel's Avatar
 
Join Date: Jul 2004
Posts: 187
Thumbs up ioPSTOOLS

ioPSTools

*WINDOWS NT/2k/XP/2003 ONLY*

...nice freeware from Sysinternals - very useful in some cases...
and easy to implement into ioFTPD as ioPSTOOLS


see for further details & original-downloads:

http://www.sysinternals.com/Utilities/PsTools.html


copy all files from downloaded pstools.zip into ..\scripts\ioPSTOOLS\
and add this to ioFTPD.ini & rehash config.

Code:
[FTP_Custom_Commands]

psexec	  = EXEC ..\scripts\ioPSTOOLS\psexec.exe
psfile	  = EXEC ..\scripts\ioPSTOOLS\psfile.exe
psgetsid	  = EXEC ..\scripts\ioPSTOOLS\psgetsid.exe
psinfo	  = EXEC ..\scripts\ioPSTOOLS\psinfo.exe
pskill	  = EXEC ..\scripts\ioPSTOOLS\pskill.exe
pslist	  = EXEC ..\scripts\ioPSTOOLS\pslist.exe
psloggedon  = EXEC ..\scripts\ioPSTOOLS\psloggedon.exe
psloglist	  = EXEC ..\scripts\ioPSTOOLS\psloglist.exe
pspasswd	  = EXEC ..\scripts\ioPSTOOLS\pspasswd.exe
psservice	  = EXEC ..\scripts\ioPSTOOLS\psservice.exe
psshutdown = EXEC ..\scripts\ioPSTOOLS\psshutdown.exe
pssuspend   = EXEC ..\scripts\ioPSTOOLS\pssuspend.exe


[FTP_SITE_Permissions]

psexec	  = 1M
psfile	  = 1M
psgetsid	  = 1M
psinfo	  = 1M
pskill	  = 1M
pslist	  = 1M
psloggedon  = 1M
psloglist	  = 1M
pspasswd	  = 1M
psservice	  = 1M
psshutdown = 1M
pssuspend	  = 1M

have fun....but be careful with some of the commands....RTFM
__________________
- FlashFXP v4.0 BETA (v3.7.9 Build 1401) registered
- Windows 7 x64
- McAfee Antivirus Enterprise 8.7i Patch 2 + Antispyware 8.7i
Grendel is offline   Reply With Quote