This page last changed on Mar 28, 2010 by ccnet-doc-gen.

FTP Source control

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

Deleted files are NOT detected.

Version

Available from version 1.4.4

Examples

<sourcecontrol type="ftpSourceControl">
  <serverName>ftp.isp.com</serverName>
  <userName>john</userName>
  <password>doe</password>
  <ftpFolderName>config</ftpFolderName>
  <localFolderName>d:\temp\config</localFolderName>
  <recursiveCopy>true</recursiveCopy>
</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 1.5
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 Sunday, 28 Mar 2010 at 8:03:16 PM
Using assembly version 1.6.7027.1

Document generated by Confluence on Jan 23, 2011 08:52