JAMS Developer Guide
FTPSession Class Members
Fields  Properties  Methods 


MVPSI.JAMS.Activities Namespace : FTPSession Class

The following tables list the members exposed by FTPSession.

Public Constructors
 NameDescription
Public ConstructorCreates a new instance of the FTPSession class.  
Top
Protected Fields
 NameDescription
Protected FieldDefaults to true. Can be set to false to stop execution. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity)
Top
Public Properties
 NameDescription
Public PropertyAllow SSL 3.0  
Public PropertyAllow TLS 1.0?  
Public PropertyAllow TLS 1.1?  
Public PropertyAllow TLS 1.2?  
Public PropertyThe child Activity.  
Public Property (Inherited from System.Activities.Activity)
Public PropertySpecifies the server to connect to  
Public Property (Inherited from System.Activities.Activity)
Public PropertySpecifies the JAMS server which the JAMS user resides on (will default to current server)  
Public PropertySpecifies the JAMS user to use (overrides Username and Password properties)  
Public PropertyKeeps the connection alive during transfers by sending a NOOP command.  
Public PropertyThe interval in seconds at which to send a NOOP command when the KeepAlive option is specified. The default is 10 minutes.  
Public PropertyMinimum KeySize for SSL Negotiations.  
Public PropertySpecifies the password used to log in  
Public PropertySpecifies port to connect to (0 for default)  
Public PropertySpecifies a name to assign to this session (optional)  
Public PropertySpecifies whether to use SSL or plain text mode  
Public PropertyMaximum number of seconds to wait before timing out (0 for default)  
Public PropertyUse binary FTP mode?  
Public PropertyUse passive FTP mode?  
Public PropertySpecifies the username used to log in  
Top
Protected Properties
 NameDescription
Protected PropertyAllows the activity to induce idle. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity)
Protected Property (Inherited from System.Activities.Activity)
Protected Property (Inherited from System.Activities.NativeActivity)
Top
Public Methods
 NameDescription
Public MethodResumes a bookmark created when starting an Activity. Supported responses are Release or Skip. (Inherited from MVPSI.JAMS.Activities.JAMSNativeActivity)
Public Method (Inherited from System.Activities.Activity)
Top
Protected Methods
 NameDescription
Protected Method (Inherited from System.Activities.NativeActivity)
Protected MethodOverloaded. Overridden. Registers Activity Metadata  
Protected Method (Inherited from System.Activities.NativeActivity)
Protected MethodOverridden. Create an (unconnected) FTP session and pass it to child activities  
Protected MethodOverloaded.  (Inherited from System.Activities.NativeActivity)
Protected Method (Inherited from System.Activities.NativeActivity)
Top
See Also

Reference

FTPSession Class
MVPSI.JAMS.Activities Namespace