View Single Post
Old 08-02-2006, 11:21 AM  
wodfer
Junior Member
 
Join Date: Jul 2006
Posts: 3
Default

Quote:
Originally Posted by MxxCon
that is incorrect. it makes no difference what port servers are run on.
both of your ftp servers have fxp feature disabled. contact one/both administrators of these servers and have them reconfigure server to allow fxp transfers.
Thought I had enabled FXP on my server. Proftpd on FreeBSD machine with this line in my proftpd.conf:

AllowForeignAddress on

I have tried this (which is in the Flashfxp knowledgebase):

Q: How do I configure ProFTPD to allow FXP (Site to Site file transfers)?
A: Requirements: ProFTPD 1.2.0rc3+
You can download the latest version from www.proftpd.org
Information provided by Jeremy Truelove

To support FXP when connecting as a user place "AllowForeignAddress on" in the Global or VirtualHost context.
To support FXP when connecting as anon "AllowForeignAddress on" must be placed in the Anonymous context.
The config will happily support "AllowForeignAddress on" in multiple places within the config..
You may need to add the following "PassivePorts 49152 65534"

Same stuff...

/Andreas
wodfer is offline