About this Manual

This guide tells you how to install, configure and run the Perforce FTP Plug-in (P4FTP). For details about how to use or administer Perforce, see the documentation at www.perforce.com.

Feedback

How can we improve this manual? Email us at [email protected].

Other Helix documentation

See https://www.perforce.com/support/self-service-resources/documentation.

Syntax conventions

Helix documentation uses the following syntax conventions to describe command line syntax.

Notation Meaning
literal Must be used in the command exactly as shown.
italics A parameter for which you must supply specific information. For example, for a serverid parameter, supply the ID of the server.
[-f] The enclosed elements are optional. Omit the brackets when you compose the command.
...
  • Repeats as much as needed:

    • alias-name[[$(arg1)...[$(argn)]]=transformation
  • Recursive for all directory levels:
    • clone perforce:1666 //depot/main/p4... ~/local-repos/main

    • p4 repos -e //gra.../rep...
element1 | element2 Either element1 or element2 is required.