vsftpd und FlashFXP mit pasv_promiscuous

Backup, Restore und Transfer von Daten
Post Reply
exchange
Posts: 25
Joined: 2003-01-08 20:48
Location: Erftstadt
 

vsftpd und FlashFXP mit pasv_promiscuous

Post 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?
cye
Posts: 144
Joined: 2003-03-27 19:18
Location: Bayerischer Wald
 

Re: vsftpd und FlashFXP mit pasv_promiscuous

Post by cye »

ChangeLog vsftpd:
- Add "port_promiscuous" setting - should help enabling FXP.

aktivier doch das mal ...
exchange
Posts: 25
Joined: 2003-01-08 20:48
Location: Erftstadt
 

hmm nix :-)

Post 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!
Post Reply