English | 日本語
Home > Merge > Merge for Windows > Documentation Contents > FTP File System Plugin

FTP File System Plugin

The Merge FTP plugin is included with Merge and enables Merge to access files and folders located on an FTP server. There is a related page in the Options dialog. For information about this page, see the FTP Options Page topic.

Using the FTP plugin

To specify a file or folder on an FTP server, use a standard FTP URI. A user name and password can be included in the URI, as shown in the examples below.

Examples

URI Description
ftp://ftp.server.com/notepad Specifies a folder notepad on the FTP server ftp.server.com. The absence of a username and password in the URI means that Merge will use the username anonymous and your email address as the password.
ftp://ftp.server.com/notepad/notepad.cpp Specifies a file notepad/notepad.cpp on the FTP server ftp.server.com.
ftp://jrs@ftp.server.com/notepad/notepad.cpp As above, but also includes a username to use when connecting to the FTP server. A password has not been specified, so Merge will assume an empty one.
ftp://jrs:wibble@ftp.server.com/notepad/notepad.cpp As above, but specifying a password wibble.
ftp://jrs:*@ftp.server.com/notepad/notepad.cpp As above, but specifying that Merge should prompt for a password to be entered. This ensures that the password is not shown on the screen or within comparison reports.

Since there is no standard way to set file attributes on all types of FTP server, Merge does not implement this feature. This means that Merge will be unable to modify or delete read-only files/folders on an FTP server.