S2S-Robert
Verified User
I want to (temporary) allow FXP transfers for users to directly put their backup file from one server to the other. Especially users with backups 200MB big that's a huge relief.
So what I did was I put in the <globals> section of /etc/proftpd.conf the line
	
	
	
		
I did this for both servers, reread (didn't work), restart, but still nothing. Do I need to add it in the <vhost> section as well? How will I get FXP working?
				
			So what I did was I put in the <globals> section of /etc/proftpd.conf the line
		Code:
	
	AllowForeignAddress     on
	I did this for both servers, reread (didn't work), restart, but still nothing. Do I need to add it in the <vhost> section as well? How will I get FXP working?