Go Back   FlashFXP Forums > > > >

Bug Reports Report bugs here. (non-beta releases only)

 
 
Thread Tools Display Modes
Old 09-09-2003, 06:57 PM   #1
darkone
Disabled
FlashFXP Registered User
ioFTPD Administrator
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default Minor bugs

First:

CPSV
500 'CPSV': Command not understood
Site to Site Transfer Failed! (Attempting normal method)
CPSV
227 Entering Passive Mode (192,168,1,1,132,42)
PORT 192,168,1,1,132,42
200 PORT command successful.
STOR u-nis62.zip
150 Opening BINARY mode data connection for u-nis62.zip.
RETR u-nis62.zip
150 Opening BINARY mode data connection for u-nis62.zip (85183132 bytes).
426 Connection closed: The parameter is incorrect.
Transfer Failed!
426 Data connection: Connection reset by peer.

<< Client doesn't call PROT - both servers are still using encryption.

2) Type very long command on raw command line.. send it to server, press up/down arrow to resend same command: ffxp vanishes.
darkone is offline  
Old 09-09-2003, 10:15 PM   #2
MxxCon
Super Duper
FlashFXP Beta Tester
 
Join Date: Oct 2001
Location: Brooklyn, NY
Posts: 3,881
Default Re: Minor bugs

Quote:
Originally posted by dark0n3
2) Type very long command on raw command line.. send it to server, press up/down arrow to resend same command: ffxp vanishes.
define "very long"
__________________
[Sig removed by Administrator: Signature can not exceed 20GB]
MxxCon is offline  
Old 09-09-2003, 11:22 PM   #3
darkone
Disabled
FlashFXP Registered User
ioFTPD Administrator
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

I think it was over 2000chars
darkone is offline  
Old 09-10-2003, 02:26 AM   #4
darkone
Disabled
FlashFXP Registered User
ioFTPD Administrator
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

Also seems like ffxp was calling SSL_accept() for datachannel too early:

[10:08:31] STOR arrwdth_01.wav
[10:08:31] Negotiating SSL/TLS session...
^^ Client hangs here
[10:09:19] 550 arrwdth_01.wav: The process cannot access the file because it is being used by another process.
darkone is offline  
Old 09-10-2003, 07:16 AM   #5
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

1) I'll look into this
2) I'll look into this too
3) Some ftp servers (raidenftpd and others) require SSL_accept() to be called before issuing STOR or RETR

Which FTP server were you testing with?
bigstar is offline  
Old 09-10-2003, 10:23 AM   #6
darkone
Disabled
FlashFXP Registered User
ioFTPD Administrator
 
darkone's Avatar
 
Join Date: Dec 2001
Posts: 2,230
Default

io. From ftp SSL draft:

PORT w,x,y,z,a,b -------------------------------------------->
<-------------------------------------------------------- 200
STOR file --------------------------------------------------->
socket()
bind()
<-------------------------------------------------------- 150
accept() <---------- connect()
TLSneg() <----------> TLSneg()
TLSwrite() ----------> TLSread()
TLSshutdown() -------> TLSshutdown()
close() ----------> close()
<-------------------------------------------------------- 226

Both accept and TLSnegotation should occur after 150 response has been sent to client. But I guess we can't blame you for supporting those servers
darkone is offline  
Old 09-10-2003, 11:03 PM   #7
bigstar
FlashFXP Developer
FlashFXP Administrator
ioFTPD Beta Tester
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

yeah i'm aware of the SSL draft.. I don't know if raidenftpd ever changed their behavior, however there was one other that did this too.. cant recall the name though.
bigstar is offline  
 

Tags
connection, cpsv, data, mode, u-nis62.zip

Thread Tools
Display Modes

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


All times are GMT -5. The time now is 06:51 PM.

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