Archives

As of BridgeGate Version 10.0.6 The sftp client can no longer executie cd /home   The user must include the username cd /home/username  or execute just  cd The cd command with nothing after it will take the user to the users home directory. The BridgeGate sFTP server can also be configured to remove or change the […]

Continue Reading

Overview Use this guide to create and configure a Workflow that will make a call an external web service. GetData and SendData items will used to initiate calls to external web services, not to receive calls. A tutorial has been provided that demonstrates much of this functionality, and can be found within the BridgeGate documentation […]

Continue Reading

BridgeGate FTP Service If the BridgeGate Service is already installed, open the Services applet via the Microsoft Management Console. If the BridgeGate service is not installed, obtain the installation files a follow the server installation instructions and install the BridgeGate TEI Server and the BridgeGate FTP Server. Once the services are installed, use the BridgeGate […]

Continue Reading

The default configuration installs the FTP server to use port 21. There are two configuration files that can be modified to customize this configuration. The following entry in the bridgegate.xml file, found in the \bridgegate\conf folder, is an example of a default installation setting: <FTP_SERVER   FTP_HOST=”localhost”   SERVER_PORT=”21″   USER_ROOT=”C:/bridgegate/FTPServer/accounts”   WEBCONTAINER_URL=”http://localhost:8080″ /> FTP_HOST […]

Continue Reading