• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Ftp Connection Element

API Type:
Varigence.Languages.Biml.Connection.AstFtpConnectionNode
X-Ref:
  • Ast Ftp Connection Node
  • Ast Connection Base Node

Attributes

AttributeAPI TypeDefaultDescription
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property
ServerNameString 
This value specifies specifies the File Transfer Protocol (FTP) server to use. This is a required property
ChunkSizeInt321
This value specifies in kilobytes the size limit for the data chunks that will be transmitted.
CreateInProjectBooleanFalse
This value specifies whether the Connection should be created as a ConnectionManager within each SSIS package that uses it or as a shared ConnectionManager for each project that uses it.
CreatePackageConfigurationBooleanTrue
This value specifies whether a PackageConfiguration should be created for this connection.
DelayValidationBooleanFalse
This value indicates that the connection should not be validated (tested to make sure that it points to a valid resource) until immediately before it is used.
LogicalDisplayFolderStringstring.Empty
Specifies a path that should be used for organizing the tree display of this object in the Logical View in BimlStudio.
PasswordString 
This value specifies the password used to access the FTP server.
RetriesInt325
This value specifies how many attempts are made to connect. A value of 0 allows unlimited connection attempts.
ServerPortInt3221
This value specifies the port number to use for the connection on the File Transfer Protocol (FTP) server. The default value is 21.
TimeoutInt3260
This value specifies the number of seconds the connection attempt to connect before timing out. The default value is 60.
UsePassiveModeBooleanFalse
This value specifies whether the connection is initiated by the server (active) or the client (passive). The default value is Active.
UserNameString"anonymous"
This value specifies the user name used to access the FTP server. The default value is anonymous.

Collection Children

ChildAPI TypeDescription
<Annotations>
    <Annotation />
</Annotations>
AstAnnotationNode
This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code.
<Expressions>
    <Expression />
</Expressions>
AstPropertyExpressionNode
This is a collection of SSIS expression definitions for connection property value overrides.

© Varigence