Creating Destination Files Using File Transfer Protocol

You can create a destination file using File Transfer Protocol (FTP) if you want to publish output files to another computer over a TCP/IP network and you are not overly concerned with security.

How to Create a Destination File Using FTP

  1. Open the Project Organizer.
  2. Open an existing destination file or add a new one. See Adding Destination Files.
  3. In the Destination Editor, click in the Type drop-down field, and select FTP.
  4. In the Host Name field, enter or select the name of the remote server or the computer where the output files will be published (e.g., acme.com).
  5. In the Port field, enter the port that you will use to connect to the remote server. Typically, you can obtain the port from your network administrator. The default port for FTP is 21.
  6. In the Connection Mode field, select either Active or Passive. These two modes have to do with security firewalls and how FTP connections are made between the server and the client. With Active mode, the client initiates the connection for the command channel, and the server initiates the connection for the data channel. With Passive mode, the client initiates the connection for both channels. From a security standpoint, Active mode is more beneficial for the server side, and Passive mode is more beneficial for the client side.
  7. In the Directory field, enter the folder where the output files will be published. You might enter something like this: public_html/Help/FictionSoftPro. You can also leave the default setting of "public_html" if you are publishing to the root directory on the server.

    Note When you publish output, only the files and subfolders within your target's output folder are sent to the destination. The target output folder itself is not included. For example, let's say you have a target named "AdvancedOutput." If you want the output to be placed in a destination with the same folder name, you need to create the "AdvancedOutput" folder at the final location first. Then in your publishing destination file, you can point to that exact folder. When you publish the output, the necessary files will automatically be placed inside it.

  8. (Optional) You can the Comment field to provide a description of the destination so that its purpose is clear.
  9. Select Login Credentials and enter the user name and password required for accessing the server to which you are publishing. This field is enabled only after you enter the host name.
  10. (Optional) Select Anonymous Login if you want to publish to the server without being required to enter a user name or password. (You may need to check with your network administrator to determine if this is allowed.)
  11. (Optional) In the View URL field, you can enter an address corresponding to your publish destination. This field is for your own internal purposes, and is simply a quick way for you to open the output associated with the destination by clicking the button to the right.
  12. (Optional) You can select the following upload options.

    • Upload Only Changed Files Select this option if you want Flare to republish only the files that have changed. This can save significant time.
    • Remove Outdated Published Files Select this option if you want Flare to identify files that were previously published to the destination but are no longer in the source files. Flare will then remove such files from the destination.
  13. Click Save the active file. to save your work.

What’s Next?

Associating Destination Files With Targets