This is our environment:
- TeamSite 6.7.1 SP1
- OpenDeploy 6.2.0
TeamSite server is in protected network (behind the firewall). The Web server environment where content gets deployed is in the public domain.
Due to the firewall setting we are not able to use OpenDeploy. Instead, we have decided to explore the OpenDeploy FTP Adapter route.
I have attached the OD FTP Adapter config file (used to connect to the FTP server) with login information that work (login parameters were tested via command line FTP command - DOS environment).
As we tested ability to connect to FTP server, we confirmed that our firewall settings seem to be atypical - our FTP connect request had to be issued against firewall IP address with special username and FTP server information (see attached OD FTP adapter config file).
Once the ability to connect to FTP server was confirmed (from within DOS), we decided to test OpenDeploy FTP Adapter. However, we are not successful.
These are lines from our OD deployment file used to specify source and destination folders:
This is the error we get when OpenDeploy request is triggered:
Receiver-ERROR: ERROR: [\admmat_web_site\temp] is not an allowed deployment path.
The 'not allowed deployment path' quite often requires that allowed destinations are listed in odreceiver.xml and/or odbase.xml files.
However, our case (OD FTP adapter) is not a typical one (where OD base connects to the OD receiver). What is that we would need to specify in our case?
- Firewall IP address and FTP server destination folder?
- or something else

TIA.