unless ($self->config ("allow proxy ftp")) { if (!$self->{_test_mode} && $hostaddrstring ne $self->{peeraddrstring}) { # See RFC 2577 section 3. $self->reply (504, "Proxy FTP is not allowed on this server."); return; } }