Go Back   FlashFXP Forums > Community Chatter > Programming

Programming Need help with C/C++/Delphi? Ask here and make us all laugh.

Closed Thread
 
Thread Tools Rate Thread
Old 03-31-2004, 01:19 PM   #1
Senior Member
FlashFXP Beta Tester
ioFTPD Scripter
 
Join Date: Aug 2003
Posts: 521
Default [iTCL] some questions about listing online users

1. Any way to get the name of the service for an online user? Like:
Code:
CHAR        szServiceName[_MAX_NAME + 1];   // Name of service
for shmem scripts.

2. Same for DataIP (although it isn't filled in yet)

3. Is it possible that REALPATH/REALDATAPATH somehow still contain the \0 character in iTCL ?
When i do:
Code:
iputs "$realpath blabla"
iputs "$datapath blabla"
the blabla isn't outputted when the variables contain data.
Not really a problem, just using this solves the problem:
Code:
iputs "$realpath"
iputs -noprefix -nonewline " blabla"
ADDiCT is offline  
Old 03-31-2004, 07:58 PM   #2
Posse Member
Ultimate Scripter
ioFTPD Administrator
 
Join Date: Dec 2002
Posts: 2,022
Default

had the same problem as 3) but never investigated... didn'T really needed it anyway.
Mouton is offline  
Closed Thread
Create a free account to browse our forums without ads



Thread Tools
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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Transfer/Queue Buttons greyed out... Paperboy General Discussions 3 08-27-2004 08:09 PM


All times are GMT -5. The time now is 12:30 PM.