| Name | Description |
|---|
 | BufferLength |
Gets or sets the size of the buffer, in bytes, to use for streaming data.
(Inherited from FTPBase.) |
 | Description |
Gets or sets the description of the node that appears in the Property Browser when you select the node in the Stimulus Profile Editor.
(Inherited from BaseNode.) |
 | EnableProxy |
Gets or sets a value indicating whether to transmit data through a proxy server.
(Inherited from FTPBase.) |
 | Filter |
Gets or sets a regular expression to use to filter files by filename when ServerURL is a folder.
(Overrides FTPBase.Filter.) |
 | Id |
Gets the unique identifier for a step, which is the full path to the step in the stimulus profile hierarchy.
(Inherited from ActionStep.) |
 | OverwriteExistingFileBehavior |
Gets or sets the action to take if a file of the same name already exists in the destination directory.
(Inherited from FTPBase.) |
 | Password |
Gets or sets the password for UserName to use to access the FTP server.
(Inherited from FTPBase.) |
 | ProxyPassword |
Gets or sets the password for ProxyUserName to use to access the proxy server.
(Inherited from FTPBase.) |
 | ProxyPort |
Gets or sets the port the FTP proxy uses.
(Inherited from FTPBase.) |
 | ProxyURL |
Gets or sets the URL of the proxy server.
(Inherited from FTPBase.) |
 | ProxyUserName |
Gets or sets the username for the proxy server.
(Inherited from FTPBase.) |
 | ResXKey |
Gets or sets the ResX key for the node, which is a pointer to a .resx file that contains a context help description for the node.
(Inherited from BaseNode.) |
 | ServerURL |
Gets or sets the address of a file or directory on the FTP server.
(Inherited from FTPBase.) |
 | Source |
Gets or sets the path to the source file(s) to upload.
|
 | SourceIsFolder |
Gets or sets a value indicating whether the Source is a folder.
|
 | SSL |
Gets or sets a value indicating whether data transmission is encrypted using an SSL protocol.
(Inherited from FTPBase.) |
 | State |
Gets the execution state of a step (Idle, Initializing, Running, and so on.)
(Inherited from ActionStep.) |
 | StepName |
Gets the name of a step.
(Overrides ActionStep.StepName.) |
 | Timeout |
Gets or sets the time in seconds to wait for a response from the FTP server before returning a timeout error.
(Inherited from FTPBase.) |
 | UseBinary |
Gets or sets a value indicating whether data is transmitted in binary form.
(Inherited from FTPBase.) |
 | UsePassive |
Gets or sets a value indicating whether to use a passive or active connection on the FTP server.
(Inherited from FTPBase.) |
 | UserName |
Gets or sets the username to use to access the FTP server.
(Inherited from FTPBase.) |