Posts Tagged ‘networking’

Enabling FXP transfers from a different IP address than the source IP in vsftpd

Friday, October 19th, 2007

Since I keep forgetting, to enable fxp transfers from a different IP than the one initiating the transfer put the following in /etc/vsftpd/vsftpd.conf:

pasv_promiscuous=YES
port_promiscuous=YES

That’ll be all :-)