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. |
String |
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 Tuesday, 15 Dec 2009 at 2:10:55 AM |