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?
vsftpd und FlashFXP mit pasv_promiscuous
Re: vsftpd und FlashFXP mit pasv_promiscuous
ChangeLog vsftpd:
- Add "port_promiscuous" setting - should help enabling FXP.
aktivier doch das mal ...
- Add "port_promiscuous" setting - should help enabling FXP.
aktivier doch das mal ...
hmm nix :-)
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!
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!