Remote Synchronization Dialog

See Also 

Remote Synchronization is a feature of PHP projects set to run as Remote Web Site, over FTP or SFTP. Remote Synchronization allows you to compare your local version of a project with the version on a server and to diff, upload, or download files so the local and remote versions of the project match. The Remote Synchronization dialog opens from the context menu (right click) of the Source Files folder of a PHP project.

Show Planned Operations

The IDE can perform one of several operations when synchronizing a file. The table of operations shows which operation the IDE plans to perform during synchronization. In this section you can select which planned operations the table shows.

Click Check All to show all planned operations. Click Uncheck All to show no planned operations.

Show Problems

The table of operations shows warning icons for problems associated with operations. In this section you select which problem icons to display.

Click Check All to show all warnings. Click Uncheck All to show no warnings.

Review Planned Operations on Files Table

In this table you can review and change operations that the IDE plans for files, on a per file basis.

The table contains the following columns, from left to right:

Additional information appears at the bottom of the table for any rows you select. For example, if you select 4 rows, you see a summary of the operations and problems for those rows, such as "3 downloads, 0 uploads, 1 no-op, 0 deletions, 0 errors, 0 warnings." If you select a row and there is an error associated with the operation in that row, details about that error appear, such as "Error (FILE_NAME): Non-existing file cannot be updated."

Diffing File Versions and Changing Operations

Beneath the Review Planned Operations on Files table is a set of buttons for diffing between local and remote versions of a file and changing the planned operation for a file. Select a row in the table to activate these buttons.

Show Summary Before Start

Tick this box to show a summary of synchronization operations before synchronization starts. Review the operations in the summary dialog. Click OK in the summary and the synchronization progress dialog opens.

Synchronize

Press this button to begin synchronization. The button is greyed out if there are any unresolved errors. If the Show Summary Before Start box is ticked, a summary of synchronization operations appears. Otherwise synchronization begins and the synchronization progress dialog opens.

See Also

Legal Notices