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-03-2004, 10:59 AM   #1
Disabled
 
Join Date: Nov 2003
Posts: 108
Default [Delphi] No dir listing after pre list event?

I wrote a program in delphi that is triggered on the pre list event:

[FTP_Pre-Command_Events]
list = EXEC C:\test\test.exe

Code:
begin
  writeln('test123')
end.
All the script does is output a string to the client's window. So when a user goes into a dir, the string shows up, but no dir listing is received:

Code:
[R] test123
[R] 150 Opening ASCII mode data connection for directory listing.
And it just sits there, doing nothing. When I change the code a little bit:

Code:
begin
  writeln('!putlog test123')
end.
Now it works fine. test123 is written to log and a dir listing is received. Kinda weird, right?

Any suggestions?
St0rm is offline  
Old 03-03-2004, 11:01 AM   #2
Too much time...
Ultimate Scripter
 
Join Date: Jul 2003
Posts: 1,462
Default

I guess LIST is cancelled if you return non-zero.
Try to force 0 as the exit code.
Harm is offline  
Old 03-03-2004, 11:02 AM   #3
Disabled
 
Join Date: Nov 2003
Posts: 108
Default

Why would the first program not return zero and the second would?
St0rm is offline  
Old 03-03-2004, 11:07 AM   #4
Posse Member
Ultimate Scripter
ioFTPD Administrator
 
Join Date: Dec 2002
Posts: 2,022
Default

writeln('150-something')

you're confusing the ftp client...
Mouton is offline  
Old 03-03-2004, 11:10 AM   #5
Disabled
 
Join Date: Nov 2003
Posts: 108
Default

Works. Thx.
St0rm 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:29 PM.