MVPSI.JAMS.Activities Namespace : FtpUpload Class |
The following tables list the members exposed by FtpUpload.
Name | Description | |
---|---|---|
![]() | FtpUpload Constructor |
Name | Description | |
---|---|---|
![]() | ContinueExecution | Defaults to true. Can be set to false to stop execution. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity) |
Name | Description | |
---|---|---|
![]() | AllowSSL | Allow SSL? |
![]() | AllowTLS | Allow TLS 1.0? |
![]() | AllowTLS11 | Allow TLS 1.1? |
![]() | AllowTLS12 | Allow TLS 1.2? |
![]() | DisplayName | (Inherited from System.Activities.Activity) |
![]() | FTPServer | FTP Server to connect TO |
![]() | Id | (Inherited from System.Activities.Activity) |
![]() | JAMSServer | The JAMS Server that the JAMS user resides on (will default to current server) |
![]() | JAMSUsername | JAMS user to use (overrides Username and Password properties) |
![]() | KeepAlive | Keeps the connection alive during transfers by sending a NOOP command. |
![]() | KeepAliveInterval | The interval in seconds at which to send a NOOP command when the KeepAlive option is specified. The default is 10 minutes. |
![]() | LocalPath | Path to upload the file FROM |
![]() | MinimumDiffieHellmanKeySize | Minimum KeySize for SSL Negotiations. |
![]() | Password | Password used to Log In |
![]() | Port | Port Number to connect TO |
![]() | Recursive | Copy Recursively ? (for directories) |
![]() | RemotePath | Path to upload the file TO |
![]() | Timeout | Specifies maximum number of seconds to wait before timing out |
![]() | UseBinary | Use Binary Mode ? |
![]() | UsePassive | Use Passive Mode ? |
![]() | Username | Username used to Log In |
![]() | UseSSL | Use Secure Socket Layer mode ? |
Name | Description | |
---|---|---|
![]() | AbortOnTaskFailure | By default, if an exception occurs during Task execution we log and rethrow. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) |
![]() | CanInduceIdle | Allows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) |
![]() | Constraints | (Inherited from System.Activities.Activity) |
![]() | Implementation | (Inherited from System.Activities.NativeActivity) |
![]() | UserState | Gets or sets a user-defined object associated with the current async activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) |
Name | Description | |
---|---|---|
![]() | ResumeCommandBookmark | Resumes a bookmark created when starting an Activity. Supported responses are Release or Skip. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity) |
![]() | ToString | (Inherited from System.Activities.Activity) |
Name | Description | |
---|---|---|
![]() | Abort | Abort Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) |
![]() | AfterExecute | After Execution Completes (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) |
![]() | CacheMetadata | Overloaded. Registers Activity Metadata (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) |
![]() | Cancel | Overridden. Cancels the Activity |
![]() | Execute | Executes the Activity (Inherited from MVPSI.JAMS.Activities.NonblockingNativeActivity) |
![]() | ExecuteNonblocking | Overridden. Performs the FTP upload |
![]() | OnCreateDynamicUpdateMap | Overloaded. (Inherited from System.Activities.NativeActivity) |
![]() | PrepareToExecute | Overridden. Prepares to do an FTP upload |
![]() | UpdateInstance | (Inherited from System.Activities.NativeActivity) |