Page 1 of 1

vsftpd und FlashFXP mit pasv_promiscuous

Posted: 2003-04-04 21:43
by exchange
Mann kann ja unter FlashFXP von Server zu Server kopieren. Leider muss man dafür auf einem vsftpd Server die Variabel pasv_promiscuous auf YES stellen. Leider hat das aber keine auswirkung drauf. Es geht weiter net :-(
Hatte dieses Problem schon mal jemand?

Re: vsftpd und FlashFXP mit pasv_promiscuous

Posted: 2003-04-04 22:40
by cye
ChangeLog vsftpd:
- Add "port_promiscuous" setting - should help enabling FXP.

aktivier doch das mal ...

hmm nix :-)

Posted: 2003-04-04 23:44
by exchange
Habe folgendes eingefügt:
port_promiscuous=YES

Dann kam beim connect das:
unrecognised variable in config file

komisch, dass es nicht geht, obwohl die alle aktiv sein SOLLEN !
Default: YES
.TP
.B pasv_promiscuous
Set to YES if you want to disable the PASV security check that ensures the
data connection originates from the same IP address as the control connection.
Only enable if you know what you are doing! The only legitimate use for this
is in some form of secure tunnelling scheme.


Default: YES
.TP
.B port_promiscuous
Set to YES if you want to disable the PORT security check that ensures that
outgoing data connections can only connect to the client. Only enable if
you know what you are doing!