PDA

View Full Version : [split] ioLimitTransfers and SSL FXP transfers


iam
04-12-2005, 02:03 PM
There is a bug in script
impossible to fxp towards the site in sslfxp only
[L] CPSV
[L] 500 'CPSV': Command not understood
Secure site to site transfers not supported by this ftp server
[R] Transfer Failed!
1 File failed to transfer
Server Error, Aborted

tested on flashfxp, ftprush, and pftp without success...

if i disable the script, fxp toward site sslfxp only work fine..

iam
04-14-2005, 06:17 AM
No chance to see a fix ?

miki001
04-15-2005, 10:03 AM
ioftpd is not able create ssl connection when you are using fxp. It is possibly to make use of this method but the second ftp (glftpd for instance) must create connection.

iam
04-15-2005, 01:11 PM
the fxp in sslfxp work fine without this script, i ask for a fix that all

Harm
04-15-2005, 02:49 PM
Are you sure ?

http://www.ioftpd.com/board/showthread.php?s=&threadid=2832&highlight=cpsv
http://www.ioftpd.com/board/showthread.php?s=&threadid=4253&highlight=cpsv
http://www.ioftpd.com/board/showthread.php?s=&threadid=1026&highlight=cpsv

ADDiCT
04-15-2005, 02:55 PM
ioLimitTransfers.exe is only started on the RETR command

see readme.nfo:
[FTP_Pre-Command_Events]
retr = EXEC ..\scripts\ioLimitTransfers.exe

It has nothing to do with "CPSV" or any other FTP command.

iam
04-15-2005, 04:27 PM
Originally posted by Harm
Are you sure ?

http://www.ioftpd.com/board/showthread.php?s=&threadid=2832&highlight=cpsv
http://www.ioftpd.com/board/showthread.php?s=&threadid=4253&highlight=cpsv
http://www.ioftpd.com/board/showthread.php?s=&threadid=1026&highlight=cpsv

Originally posted by ADDiCT
ioLimitTransfers.exe is only started on the RETR command

see readme.nfo:
[FTP_Pre-Command_Events]
retr = EXEC ..\scripts\ioLimitTransfers.exe

It has nothing to do with "CPSV" or any other FTP command.
Harm, I am sure and certain, ioFTPD support the fxp towards and since the site in SSLFXP.
But...
ADDiCT if I activate your script, I cannot any more fxp toward/since the site in SSLFXP.

test will see yourself :)

[QUOTE]ioLimitTransfers desactived
Site A (ioftpd) => fxp => Site B (SSLFXP/glftpd) working
Site B => fxp => Site A working

ioLimitTransfers actived
Site A (ioftpd) => fxp => Site B (SSLFXP/glftpd) working
Site B => fxp => Site A not working

Harm
04-15-2005, 05:37 PM
And I'm sure it's not this script that's causing it. Try to play with the fxp settings, especially "alternative fxp" in your client's configuration.
ioFTPD supports ssl fxp when the other site initiates the ssl connection. I can't remember being able to use CPSV with ioFTPD beta 5. I think darkone disabled it when he disabled parts of the ssl fxp support.

PS: ADDiCT, you might want to split this discussion out of this thread :)

iam
04-15-2005, 05:56 PM
Originally posted by Harm
And I'm sure it's not this script that's causing it. Try to play with the fxp settings, especially "alternative fxp" in your client's configuration.
ioFTPD supports ssl fxp when the other site initiates the ssl connection. I can't remember being able to use CPSV with ioFTPD beta 5. I think darkone disabled it when he disabled parts of the ssl fxp support.

PS: ADDiCT, you might want to split this discussion out of this thread :)

Harm,
Why it functions when I desactive specifically this script here.
Does prove well that this script is in question no ?

Harm
04-16-2005, 01:19 AM
This script isn't called on CPSV so it can't be it.

Also, [L] 500 'CPSV': Command not understood
This means the command isn't supported at all by the ftpd. If it was a script problem you would either timeout or receive a "Command failed" error.