MVPSI.JAMS.Activities Namespace : SftpDownload Class |
For a list of all members of this type, see SftpDownload members.
Name | Description | |
---|---|---|
![]() | DisplayName | (Inherited from System.Activities.Activity) |
![]() | FTPServer | FTP Server to connect TO |
![]() | Id | (Inherited from System.Activities.Activity) |
![]() | JAMSServer | JAMS server which the JAMS user resides on (will default to current server) |
![]() | JAMSUsername | JAMS user to use (overrrides Username and Password properties) |
![]() | LocalPath | Path do download the file TO |
![]() | MinimumDiffieHellmanKeySize | Minimum KeySize for SSH Negotiations. |
![]() | Password | Password used to Log In |
![]() | Port | Port number to connect to |
![]() | Recursive | Copy Recursively (for directories) |
![]() | RemotePath | Path to download the file FROM |
![]() | ServerType | Specifies the type of O/S the server is running on |
![]() | Timeout | Maximum number of seconds to wait before timing out |
![]() | UseBinary | Use binary mode ? |
![]() | Username | Username used to Log In |
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) |