FTP Source control

The Ftp Soure control block allows to detect new and changed files at an Ftp site.

warning

Deleted files are NOT detected.

Version

Available from version 1.4.4

Examples

1<sourcecontrol type="ftpSourceControl">
2  <serverName>ftp.isp.com</serverName>
3  <userName>john</userName>
4  <password>doe</password>
5  <ftpFolderName>config</ftpFolderName>
6  <localFolderName>d:\temp\config</localFolderName>
7  <recursiveCopy>true</recursiveCopy>
8</sourcecontrol>

Configuration Elements

Element Description Type Required Default Version
type The type of source control block. String - must be ftpSourceControl Yes n/a 1.4.4
dynamicValues The dynamic values to use for the source control block. Dynamic Values array No None 144
ftpFolderName The folder name of on the ftp site. String Yes n/a 1.4.4
localFolderName The folder name on the local system. String Yes n/a 1.4.4
password The password for the user. PrivateString Yes n/a 1.4.4
recursiveCopy Whether to recurse into subfolders or not. Boolean Yes true 1.4.4
serverName The name of the server to connect to. String Yes n/a 1.4.4
useActiveConnectionMode Whether to use active connection mode or not. Boolean No true 1.4.4
userName The user name to log in with. String Yes n/a 1.4.4

Automatically Generated

Documentation generated on Monday, 26 May 2014 at 7:18:02 AM