Go Back   FlashFXP Forums > > > >

! Requests Need a script or some sort of cool .bat file ? Ask here!

Reply
 
Thread Tools Rate Thread Display Modes
Old 11-24-2005, 12:59 PM   #1
TOP_ACTION
Junior Member
 
Join Date: Jun 2004
Posts: 3
Question What user have downloaded ???

Hi, i'm new with IOFTPD... but right now all is working REALLY GREAT .. Best windows Ftp program fo shure..

my question is:

Can we get in the user stats what file he downloaded..

or

If I want to know if some user have downlaoded this file I will do a command and I will have all the name of the user who have downloaded the file.

so do you guys know if Ioftpd or a script can do that ??

THX A LOT !!1
TOP_ACTION is offline   Reply With Quote
Old 11-24-2005, 01:10 PM   #2
ACiD
Junior Member
FlashFXP Beta Tester
ioFTPD Foundation User
 
Join Date: Nov 2005
Location: Germany
Posts: 14
Default

ioShowlog by mr_F will allow you to issue a SITE command that will show you the most recently downloaded files, sorted or shown by several different parameters.

I know thats not the way you described the script, but this is the only script i know of that offers similar functionality.

something like ioBanana, ioA, or something else might offer a command that will do what you want, but i simply don't know because i don't use those scripts.
ACiD is offline   Reply With Quote
Old 11-24-2005, 05:32 PM   #3
Mouton
Posse Member
Ultimate Scripter
ioFTPD Administrator
 
Join Date: Dec 2002
Posts: 1,956
Default

Install SITE EXEC (see Knowledge Base), then:

Code:
site exec type c:\ioftpd\logs\xferlog | find "username" | find "filename" | find "_ o"
This will show one line for each download that "username" did of "filename".
If you replace "filename" by a directory name, it will give you one line per file downloaded in this directory.

Code:
site exec type c:\ioftpd\logs\xferlog | find "username" | find "_ o"
Will show you all the files he downloaded (might take a while!)

This could pretty easily be made into a batch file, and called from a custom SITE command, with arguments being username and optional search string, but I'll leave that exercice to someone else.
Mouton is offline   Reply With Quote
Reply

Tags
downloaded, file, ftp, ioftpd, user

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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 Off
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 01:58 PM.

Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)