Go Back   FlashFXP Forums > > > >

ioFTPD General New releases, comments, questions regarding the latest version of ioFTPD.

Reply
 
Thread Tools Rate Thread Display Modes
Old 04-05-2004, 12:27 PM   #1
darkone
Disabled
FlashFXP Registered User
ioFTPD Administrator
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default Suggestions for the future

Here's list of items, that have been suggested and will be included:
- PHP module available for scripts
- NT service support
- ActiveDirectory support for users and groups
- More options for group settings
- IPV6
- Option to specify files that are being crc-checked

... anything else :?
darkone is offline   Reply With Quote
Old 04-05-2004, 02:32 PM   #2
Mr_X
Senior Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Sep 2003
Posts: 142
Default

Secure FXP (SSL/TLS)
Mr_X is offline   Reply With Quote
Old 04-05-2004, 02:42 PM   #3
ADDiCT
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 517
Default

Customizable list of masks to hide certain filetypes.

either one of these: [files | dirs | files+dirs | mask containing both path+filename]
with either one of these things to do: [only hide | block download]

ADDiCT is offline   Reply With Quote
Old 04-05-2004, 03:39 PM   #4
odd
Senior Member
ioFTPD Registered User
 
Join Date: Sep 2003
Posts: 273
Default

Add support to see if a user is useing SSL or not in swho.
Not importent, just a suggestion.
odd is offline   Reply With Quote
Old 04-06-2004, 10:47 AM   #5
ferran
Member
FlashFXP Registered User
ioFTPD Foundation User
 
Join Date: Jul 2003
Posts: 54
Default

FEAT
ferran is offline   Reply With Quote
Old 04-06-2004, 11:50 AM   #6
tuff
Senior Member
FlashFXP Registered User
ioFTPD Scripter
 
Join Date: Jan 2003
Posts: 277
Default

set users [resolve userlist]

set usersinthisgroup [resolve userlist $gid]
__________________
#iotools #ioftpd (both on efnet)
tuff is offline   Reply With Quote
Old 04-06-2004, 12:14 PM   #7
Guardian
Senior Member
 
Join Date: May 2003
Posts: 131
Default

#1 Seperate Idle/Anti-Idle flags would be nice to have...

#2 Group internal credit transfer system (gadmin can give/take credits from user1 to user2... in his grp)...

#3 *ADDiCT : Customizable list of masks to hide certain filetypes... (same wish)
Guardian is offline   Reply With Quote
Old 04-06-2004, 03:57 PM   #8
neoxed
Too much time...
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: May 2003
Posts: 1,326
Default

Quote:
Originally posted by tuff
set users [resolve userlist]

set usersinthisgroup [resolve userlist $gid]
This can easily be done with the current available Tcl commands..why add excess commands? ([user list] & resolve the UIDs)



An idle timeout exempt flag would be nice.
neoxed is offline   Reply With Quote
Old 05-02-2004, 11:52 AM   #9
Luke
Member
 
Join Date: Oct 2003
Posts: 50
Wink FEAT

FEAT would be nice. dark0ne, add FEAT and make it a new version ? It been awhile now since last update

Thanks
Luke is offline   Reply With Quote
Old 05-02-2004, 02:33 PM   #10
toki
Senior Member
ioFTPD Foundation User
 
Join Date: Oct 2003
Posts: 221
Default

execute cookies in included files (with option to do / not to do in the include cookie itself)
toki is offline   Reply With Quote
Old 05-10-2004, 01:52 PM   #11
toki
Senior Member
ioFTPD Foundation User
 
Join Date: Oct 2003
Posts: 221
Default

ah another one...

dyndns support... so io resolves dns (like toki.no-ip.org) in ip1 to --> cuurent IP and then check for that ip. yes i know its no that easy and if there are several dyndns entries... but i think dns servers a made for lots of dns requests so... maybe as option... but would be nice alternative to ident using.

thx
toki is offline   Reply With Quote
Old 05-10-2004, 06:39 PM   #12
darkone
Disabled
FlashFXP Registered User
ioFTPD Administrator
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

Quote:
Originally posted by toki
ah another one...

dyndns support... so io resolves dns (like toki.no-ip.org) in ip1 to --> cuurent IP and then check for that ip. yes i know its no that easy and if there are several dyndns entries... but i think dns servers a made for lots of dns requests so... maybe as option... but would be nice alternative to ident using.

thx
I'll rather look at possibility of limiting account to certain client certificates. Use of certificate would obselete both ip-check and password check providing superior protection. (This does obiviously require client certificate support from client software... and I don't think there's any, that is capable of doing that yet ) I will be looking closer to this feature, when I'll begin the work with SSL encrypted site to site transfers.

I don't plan to implement dyndns support to ips, since there are several drawbacks that I prefer not even try to explain. However, there's one trick that should work: Create a script that goes through all users, resolves hosts that match certain wildcards (such as *.no-ip.org, *.dyndns.net) & dumps resolved information to HOSTS file in "c:\windows\system32\drivers\etc". This should make io to resolve the 'dyndns' address from client ip, instead of resolving client's real host.... neat uhh?
darkone is offline   Reply With Quote
Old 06-06-2004, 07:03 AM   #13
Zif
Junior Member
 
Join Date: Mar 2003
Posts: 1
Default

Quote:
Originally posted by darkone
I don't plan to implement dyndns support to ips, since there are several drawbacks that I prefer not even try to explain. However, there's one trick that should work: Create a script that goes through all users, resolves hosts that match certain wildcards (such as *.no-ip.org, *.dyndns.net) & dumps resolved information to HOSTS file in "c:\windows\system32\drivers\etc". This should make io to resolve the 'dyndns' address from client ip, instead of resolving client's real host.... neat uhh?
Is there a finished script for this or better yet a standalone program ?

One way of doing this is to have a separate .txt file that the proggy / script reads as input and then uses the entries (dyndns) from that file to update the hosts file.

The best way would be if it created some taga in the hosts file like
# Dyndns resolve start

# Dyndns resolve end
and replaced everyting between them each time its run.

Does a proggy / script like this exist or does someone feel like they'd like to make it ?

The design with an input file is that then only those dyndns addys will get resolved - an added layer of control.

(Resolve in this case means that the proggy pings the dyndns and saves that ip in the hosts file - this since true resolve dosent work).

/Zif
Zif is offline   Reply With Quote
Old 06-06-2004, 07:25 AM   #14
iam
Senior Member
 
Join Date: Mar 2004
Posts: 289
Default

Support the Full Duplex
iam is offline   Reply With Quote
Old 06-06-2004, 09:37 AM   #15
Mouton
Posse Member
Ultimate Scripter
ioFTPD Administrator
 
Join Date: Dec 2002
Posts: 1,956
Default

the what ?
Mouton is offline   Reply With Quote
Reply

Tags
activedirectory, group, options, settings, support

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Running FlashFXP under MacOS? cstromme General Discussion 1 10-19-2004 06:06 PM


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

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